上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: 阅读全文
posted @ 2017-05-11 19:43 IOSyes 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-11 12:52 IOSyes 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-11 01:14 IOSyes 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-09 03:42 IOSyes 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-09 01:49 IOSyes 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Dictionary<string, int> list = new Dictionary<string, int>(); list.Add("d", 1); //3.0以上版本 foreach (var item in list) { Console.WriteLine(item.Key + it 阅读全文
posted @ 2017-05-06 04:46 IOSyes 阅读(326) 评论(0) 推荐(0) 编辑
摘要: WCF的全称是windows的通信基础 Windows Communication Foundation。本质上来讲,他是一套软件开发包。 服务终节点的三要素 用来发送接收消息的构造 创建一个WCF程序 阅读全文
posted @ 2017-04-30 17:03 IOSyes 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-16 00:26 IOSyes 阅读(246) 评论(0) 推荐(0) 编辑
摘要: , 什么是库? 库是程序代码的集合,是共享程序代码的一种方式 根据源代码的公开情况,库可以分为2种类型 开源库 公开源代码 比如SDWebImage AFNworking 闭源库 不公开源代码,是经过编译后的二进制文件,看不到具体实现 主要分为:静态库、动态库 静态库和动态库的存在形式 静态库: . 阅读全文
posted @ 2017-04-15 18:08 IOSyes 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 记录控制器对应的类 ppt 找应用程序的根控制器 AppDelegate 文件 int main 阅读全文
posted @ 2017-04-14 18:00 IOSyes 阅读(298) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页