1、KVC:Key Value Coding 键值编码(键值路径)作用:对象实例可以在类的外部对成员变量进行访问和赋值(就算成员变量是private也可以)举例:有一个Book类:private :_name; Author *_author; Author类:private:_na...
分类:
其他好文 时间:
2014-07-19 09:28:23
阅读次数:
200
微软日前正式宣布,公司会在未来一年内裁员1.8万人,其中今年4月刚刚并购过来的诺基亚设备与服务部门将约有1.25万名员工被裁。需要指出的是,本次的裁员人数占该公司全球12多万名员工总数的14%,同时这也是微软公司39年历史上最大规模的一次裁员。微软方面表示,此次裁员主要是为了在收购诺基亚设备与服务业务之后对公司业务进行精简和整合。
当地时间周四,微软CEO萨提亚-纳德拉(Satya Na...
分类:
移动开发 时间:
2014-07-19 02:17:06
阅读次数:
289
1.默认拷贝构造函数 1.1 编译器自动为我们合成一个拷贝构造函数。A(const A &). 1.2 对象复制的时机: a) 显式复制。 b) 使用对象做形参 c) 使用对象做返回值 d) 往容器中放入对象 #include #include #include using na...
分类:
编程语言 时间:
2014-07-18 15:32:55
阅读次数:
312
获取表字段: select * from user_tab_columns where Table_Name='用户表' order by column_name 获取表注释: select * from user_tab_comments where Table_Na...
分类:
数据库 时间:
2014-07-17 13:34:00
阅读次数:
240
查询死锁SELECT request_session_id spid,OBJECT_NAME(resource_associated_entity_id)tableNameFROM sys.dm_tran_locksWHERE resource_type='OBJECT' and OBJECT_NA...
分类:
数据库 时间:
2014-07-16 21:38:05
阅读次数:
204
Code RefactoringTime Limit:3000msMemory Limit:131072KBThis problem will be judged on UVA. Original ID:1087964-bit integer IO format:%lld Java class na...
分类:
其他好文 时间:
2014-07-16 20:36:39
阅读次数:
175
How your gift was very important in the business world, companies are considering specific strategies to ensure that they are able to promote their na...
分类:
其他好文 时间:
2014-07-16 19:40:20
阅读次数:
194
Pascal吧友作品 一个小RPGChaobs转载varplife,plifemax,patt,pre:integer;gr,ex,exmax:integer;alife,alife1,aatt,are:integer;name,fname:string;na:text;code,co:string...
分类:
其他好文 时间:
2014-07-16 19:31:32
阅读次数:
305
这里下载:http://www.newtonsoft.com/products/json/安装: 1.解压下载文件,得到Newtonsoft.Json.dll 2.在项目中添加引用..序列化和反序列在.net项目中:Product product = new Product();product.Na...
分类:
Web程序 时间:
2014-07-13 12:31:23
阅读次数:
254
SQLServer 2005 SELECT d.name N'TableName', d.xtype N'TableType', a.colorder N'ColumnIndex', a.name N'ColumnName', (case when COLUMNPROPERTY( a.id,a.na...
分类:
数据库 时间:
2014-07-13 08:58:15
阅读次数:
197