摘要: The propertygrid is really a nice plugin. However, you may encounter error if load it with ajax method as below. $('#p_prop').panel('refresh', './prop 阅读全文
posted @ 2016-03-08 12:37 rongbin 阅读(230) 评论(0) 推荐(0) 编辑
摘要: We know that jeasyui have a very nice progress messager. Its progress is updated with percentage (%) value which ranged from 0 to 100. However, most o 阅读全文
posted @ 2016-03-08 11:51 rongbin 阅读(247) 评论(0) 推荐(0) 编辑
摘要: var implicitInteger = 70implicitInteger = 70.0let explicitDouble: Double = 70println("constant double value: \(explicitDouble)")println("variable inte... 阅读全文
posted @ 2015-06-29 10:22 rongbin 阅读(86) 评论(0) 推荐(0) 编辑
摘要: https://developer.yahoo.com/performance/rules.html好文: 总结加快网页页面的方法! 阅读全文
posted @ 2015-06-26 18:36 rongbin 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Method 1:From book select greatest(@found := -1, user_id) as user_id, 'user' as which_tbl from user where user_id = 1union allselect user_id as user... 阅读全文
posted @ 2015-06-15 16:07 rongbin 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1. 环境:windows server 2012 (64bit)2. 下载:从https://nodejs.org/download/下载 Windows Installer (.msi)3. 安装:下一步。。。。4. 测试: 4.1写范例var http = require('http'); ... 阅读全文
posted @ 2015-06-05 18:57 rongbin 阅读(681) 评论(0) 推荐(0) 编辑
摘要: 问题:Datagrid striped 不工作描述:根据官方文档,Datagrid有一个属性“striped”来控制是否条纹显示奇偶行。但是好像不工作。有人用rowStyler 来实现,如下:function rowStyler(index,row){ if (index%2==0){ ... 阅读全文
posted @ 2015-06-05 10:09 rongbin 阅读(435) 评论(0) 推荐(0) 编辑
摘要: HTML: Javascript:$('#myIframe')[0].src='example.htm';$('#myDlg').dialog('open'); 阅读全文
posted @ 2015-05-29 09:28 rongbin 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 有时需要通过json 传送函数,但是php的json_encode会带上引号。下面是解决方案:http://solutoire.com/2008/06/12/sending-javascript-functions-over-json/PHP:// Our sample array$foo = ar... 阅读全文
posted @ 2015-05-28 14:02 rongbin 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Problem:Below error encounterred when connecting to remote server in PHP code.Access denied for user 'root'@'192.168.233.163' (using password: YES)Sol... 阅读全文
posted @ 2015-05-26 16:59 rongbin 阅读(411) 评论(0) 推荐(0) 编辑