navigationItem.rightBarButtonItem = UIBarButtonItem(title: "自动填充", style: UIBarButtonItemStyle.Plain, target: self, action: "autoFill")/// 自动填充用户信息 .....
分类:
Web程序 时间:
2015-09-20 20:34:36
阅读次数:
155
http://m.weather.com.cn/data/101050101.html 此接口的回报格式例如以下[plain] view plaincopyuserName=u011467537&userInfo=K%2BCf6cRu1zb5CGG6rIuBtcgDJtfmTDJo5VK9LFRwv...
分类:
Web程序 时间:
2015-09-19 10:56:25
阅读次数:
416
1. 查看端口号占用情况:[plain]view plaincopynetstat-apn|grep80tcp 0 0 10.65.42.27:80 172.22.142.20:62771 ESTABLISHED6426/lighttpd2. 确定进程号为上面标红显示找到进程号以后,再使用以下命令查...
分类:
系统相关 时间:
2015-09-17 21:37:24
阅读次数:
157
使用场景:关闭window的时候添加监听事件。正确的使用方式: addwin = new Ext.Window({ title : '新增', closable : true, width : 500, autoHeight: true, border : false, plain : true, ...
用Quick3.3简单开发微信打飞机02[plain]view plaincopyprint?这次将实现子弹的配置文件,敌人的配置文件,子弹的精灵和敌人的精灵。以及子弹的发射和敌人的产生。子弹的分析:游戏中不可能只有一种子弹,这样子弹就需要一个配置文件,配置文件中有子弹的类型,子弹的贴图,子弹的生命...
分类:
微信 时间:
2015-09-14 15:30:04
阅读次数:
344
下载方法见我的另一篇博客:http://blog.csdn.net/maosidiaoxian/article/details/416807692014-12-24更新:5.0.1源码已上传。这次下载的是5.0.0_r7的源码,下载到99%的时候遇见以下问题:[plain]view plaincop...
分类:
移动开发 时间:
2015-09-14 12:06:03
阅读次数:
189
1.什么是POJOPOJO的名称有多种,pure old java object、plain ordinary java object等。按照Martin Fowler的解释是“Plain Old Java Object”,从字面上翻译为“纯洁老式的java对象”,但大家都使用“简单java对象”来...
分类:
其他好文 时间:
2015-09-14 09:23:32
阅读次数:
172
在SpringMVC中使用Jackson实现json输出时配置如下: text/plain;charset=UTF-8 ...
分类:
编程语言 时间:
2015-09-13 14:25:59
阅读次数:
211
// typedef NS_ENUM(NSInteger, UISegmentedControlStyle) { // UISegmentedControlStylePlain, // large plain // UISegmentedControlStyleBordered,...
分类:
其他好文 时间:
2015-09-12 18:59:45
阅读次数:
126
EF中有两种类型的实体:POCO Entity和dynamic proxy entity。POCO Entity (Plain Old CLR Object)POCO class是一个类,它不依赖任何.NET framework的基类,它就像任何其他的普通类一样,这也是为什么被称之为“Plain O...
分类:
其他好文 时间:
2015-09-12 16:05:32
阅读次数:
193