单元不能被循环引用(Circular unit reference)的。循环引用的意思是:A引用了B,而B又引用了A,且都是在interface部分进行引用。example:unit Unit1;interfaceusesUnit2;......unit Unit2;interfaceuses Un...
分类:
其他好文 时间:
2014-06-27 15:10:23
阅读次数:
233
1 There are certain rules when using references: (Page 451)A reference must be initialized when it is created. (Pointers can be initialized at any ...
分类:
其他好文 时间:
2014-06-25 21:07:06
阅读次数:
275
1、首先先了解下NSNumber类型:
苹果官方文档地址:https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNumber_Class/Reference/Reference.html
NSNumber是NSValue的一个子类,它是一个对象来存储数字值包括bool...
分类:
移动开发 时间:
2014-06-25 19:33:49
阅读次数:
354
A bottom-up DP. To be honest, it is not easy to relate DP to this problem. Maybe, all "most"\"least" problems can be solved using DP..Reference:http:/...
分类:
Web程序 时间:
2014-06-25 18:39:32
阅读次数:
235
在Windows metro app中调用wcf服务可以通过添加 “服务引用”来实现。一旦项目发布则不可修改。这个和桌面开发不一样。现在我们通过读取文本的方式来读取wcf地址。1、添加所需引用的wcf 地址。2、添加完之后。自动生成的Reference.cs里面我们可以看到private stati...
分类:
移动开发 时间:
2014-06-25 18:35:36
阅读次数:
284
转载于stackoverflow:http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list 感谢George Stocker的总结Reference Style - All Levels A Tour...
分类:
编程语言 时间:
2014-06-25 13:28:14
阅读次数:
314
引言今天在客户这儿,由一个问题导致,需求的变化,不得不修改代码,在记录日志中出现该问题。原因通过id查找相关信息,没有判断是否为null,集合是否有数据。Object reference not set to an instance of an object.翻译:未将对象引用设置到对象的实例。总结...
分类:
其他好文 时间:
2014-06-25 13:18:31
阅读次数:
155
iOS Core Animation 动画 入门学习(一)基础 reference:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreAnimation_guide/Introduction/Int....
分类:
移动开发 时间:
2014-06-25 12:35:48
阅读次数:
276
我在刚开始安装完ecshop之后就如首页就开始报如下的错误:
Strict Standards: Only variables should be passed by reference in
C:\diyServ\apps\EcShop\includes\cls_template.php on line
422
在网上可以搜到这个解决办法就是:由于在php5.3之后php函数返回的是一...
分类:
其他好文 时间:
2014-06-24 22:23:33
阅读次数:
230
Introduction to 555 timer
555 定时器 wiki
话说明天考数电,今天晚上最后时刻要搞定 555 timer啊!哈哈
各个引脚的介绍
Pin
Name
Purpose
1
GND
Ground reference voltage, low level (0 V)
2
T...
分类:
其他好文 时间:
2014-06-24 17:55:26
阅读次数:
209