摘要: 在线安装下载地址 https://developer.apple.com/xcode/index.php 下载地址 登录进入 connect.apple.com,就可以看到下载列表1. 编译时找不到源文件编译项目时常报如 Undefined symbols:".objc_class_name_Pla... 阅读全文
posted @ 2014-11-10 16:55 chengfang 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 一、主要API接口getGridParam、setGridParam: getGridParam方法: getGridParam("url"): 获取当前的AJAX的URL getGridParam("sortname"):排序的字段 getGridParam("sortorder"):排序的顺序 getGridParam("selrow"):得到选中行的ID getGridParam("page"):当前的页数 getGridParam("rowNum"):当前有多少行 g 阅读全文
posted @ 2013-12-12 15:34 chengfang 阅读(190) 评论(0) 推荐(0) 编辑
摘要: HTML5 AlloyImage 阅读全文
posted @ 2013-04-17 11:22 chengfang 阅读(725) 评论(0) 推荐(0) 编辑
摘要: Eclipse Debug 阅读全文
posted @ 2013-04-17 10:51 chengfang 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 遍历Map的4种方法 阅读全文
posted @ 2013-04-17 10:33 chengfang 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 动态增删改Table表格 阅读全文
posted @ 2013-03-05 16:20 chengfang 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1. 下载JAD , 1.5.8版本的jad在 http://www.softpedia.com/progDownload/JAD-Download-85911.html 将展开后的jad.exe放到某个目录,例如 c:/jad/jad.exe2. 下载JADClipse插件http://sourceforge.net/projects/jadclipse/files/ 将展开后的net.sf.jadclipse_3.3.0.jar放入Eclipse的plugins子目录下3. 启动Eclipse 注意:eclipse需要重新启动4. 配置Jadclipse, 在 Windows - Pre. 阅读全文
posted @ 2013-02-27 10:39 chengfang 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 方法一:<html:text property="idUser" styleId="idUser" maxlength="12" style="width: 90%; max-width: 188px;" onkeydown="if( !event.shiftKey && (event.keyCode == 8 || event.keyCode == 9 ||(event.keyCode >= 96 && event.keyCode <= 105) || 阅读全文
posted @ 2013-01-22 10:03 chengfang 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 方法一: ResourceBundle resb1 = ResourceBundle.getBundle("application-messages"); input.setRow(resb1.getString("info.default.pagerow")); 缺陷:这种方法会受到本地系统语言的影响方法二:应用terasoluna框架中的方法 PropertyUtil.addPropertyFile("application-messages"); input.setRow(PropertyUtil.getProperty(&qu 阅读全文
posted @ 2013-01-07 17:48 chengfang 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Jquery处理url中的特殊字符 阅读全文
posted @ 2012-12-28 17:55 chengfang 阅读(815) 评论(0) 推荐(0) 编辑