A declaration makes a name known to a programm. A definition creates the assocatied entity. A variable declaration specifies the variable type and nam...
分类:
编程语言 时间:
2014-07-19 17:22:34
阅读次数:
213
Intent的中文意思是“意图,目的”的意思,可以理解为不同组件之间通信的“媒介”或者“信使”。目标组件一般要通过Intent来声明自己的条件,一般通过组件中的元素来过滤。Intent在由以下几个部分组成:动作(action),数据(data),分类(Category),类型(Type),组件(Co...
分类:
移动开发 时间:
2014-07-19 17:20:55
阅读次数:
413
安装php5.5 ./configure --prefix=/usr/local/php5.5.14/ --with-apxs2=/usr/local/apache2.2.27/bin/apxs --with-mysqli=/opt/mysql/bin/mysql_config --enable-....
分类:
Web程序 时间:
2014-07-19 15:27:02
阅读次数:
296
【C# Equals】1、Object.Equals() The type of comparison between the current instance and theobjparameter depends on whether the current instance is a ref....
分类:
其他好文 时间:
2014-07-19 15:04:20
阅读次数:
258
select t.DATA_PRECISION,t.DATA_SCALE,t.DATA_LENGTH,t.DATA_TYPE,t.COLUMN_NAME, t.NULLABLE,t.DATA_DEFAULT,c.COMMENTS from all_tab_columns t left join al...
分类:
数据库 时间:
2014-07-19 00:35:47
阅读次数:
272
问题:如何给网站页面添加图标?解决办法:只要在head内添加这一句即可。
分类:
Web程序 时间:
2014-07-19 00:23:52
阅读次数:
201
if(obj.length === +obj.length) {// 对中每一个元素执行处理器方法 for(var i = 0, l = obj.length; i < l; i++) { if( i in ob...
分类:
其他好文 时间:
2014-07-18 19:02:02
阅读次数:
156
DescriptionYou haveNintegers,A1,A2, ... ,AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each ...
分类:
其他好文 时间:
2014-07-18 18:22:11
阅读次数:
263
1、socket int socket(int domain, int type,int protocol) domain:说明我们网络程序所在的主机采用的通讯协族(AF_UNIX和AF_INET等). AF_UNIX只能够用于单一的Unix系统进程间通信,而AF_INET是针对Internet的,...
分类:
系统相关 时间:
2014-07-18 17:37:12
阅读次数:
332
【boxing & unboxing】 Boxing is the process of converting avalue typeto the typeobjector to any interface type implemented by this value type.When the ....
分类:
其他好文 时间:
2014-07-18 17:24:23
阅读次数:
240