思路:将UIImage转换成NSData,然后插入到NSMutableDictionary中。读取时,用NSData读出来,然后再转换成UIImage -存储 UIImage *image = [self getPicture: id]; NSData *imageData = UIImagePNG ...
分类:
移动开发 时间:
2017-05-20 15:54:15
阅读次数:
248
Problem Description There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each ...
分类:
其他好文 时间:
2017-05-18 09:51:53
阅读次数:
217
MV* M-V- X 本质都是一样的 重点还是在于M-V 的桥梁 要靠 X来牵线。 在MVC中,View了解Controller,Controller了解Model,View也可以直接访问Model。由于View直接访问Model,缺少一定的控制,可能会带来安全性和性能成本,这由程序的复杂性决定。M ...
分类:
其他好文 时间:
2017-05-17 13:46:19
阅读次数:
222
客户端(包括浏览器)通过HTTP协议与服务端交换数据的描述 发起请求 http method 写请求使用POST 读请求使用GET 参数提交 提交一个普通对象,使用键值对参数 x-www-form-urlencoed 当同名参数有多个值时,使用http表单数组的方式 options[]:a opti... ...
分类:
Web程序 时间:
2017-05-16 13:04:28
阅读次数:
411
iOS开发通过AFNetworking上传图片到服务器 AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; manager.responseSerializer.acceptableContentTypes = [NSSet ...
分类:
移动开发 时间:
2017-05-16 12:57:53
阅读次数:
177
异常处理汇总-开发工具 http://www.cnblogs.com/dunitian/p/4522988.html 修复VirtualBox "This kernel requires the following features not present on the CPU: pae Unabl ...
分类:
移动开发 时间:
2017-05-15 19:52:31
阅读次数:
295
目录 greenlet初体验 greenlet module与class Switch not call Greenlet生命周期 Greenlet Traceing greenlet使用建议 总结 目录 greenlet初体验 greenlet module与class Switch not ca ...
分类:
其他好文 时间:
2017-05-15 12:00:22
阅读次数:
167
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 22715 Accepted: 8055 Description Given a connected undirected graph, tell if ...
分类:
其他好文 时间:
2017-05-12 11:44:02
阅读次数:
256
环境:浪潮服务器,型号NF5270M4故障:服务器不定时自重启排查:在/var/log/message发现,每次重启前都会有如下语句/usr/sbin/bmc-watchdog[3383]:fiid_obj_get:‘present_countdown_value‘:datanotavailable解决办法:1.不安装“freeipmi-bmc-watchdog”package2./etc/init.d/b..
分类:
其他好文 时间:
2017-05-10 17:55:49
阅读次数:
290