06 2017 档案

摘要:http://www.iqiyi.com/a_19rrh9jx9p.html http://www.cnblogs.com/aarond/p/SQLDispatcher.html --读写分离 http://www.cnblogs.com/kakake/p/3991864.html 【开源】EFW框 阅读全文
posted @ 2017-06-18 17:12 Debugs 阅读(241) 评论(0) 推荐(0)
摘要:/// <reference path="jquery-1.8.0.min.js" />/** DIV或元素居中* @return*/jQuery.fn.mCenterDiv = function () { this.css("position", "absolute"); this.css("bo 阅读全文
posted @ 2017-06-17 10:44 Debugs 阅读(3076) 评论(0) 推荐(0)
摘要:$.ajax({ url:"test.json", type: "GET", data: {username:$("#username").val()}, dataType: "json", beforSend:function(){ // 禁用按钮防止重复提交 $("#submit").attr( 阅读全文
posted @ 2017-06-16 16:54 Debugs 阅读(1316) 评论(0) 推荐(0)
摘要:<script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript">var jq=$.noConflict();jq(document).ready(function(){ jq 阅读全文
posted @ 2017-06-16 13:25 Debugs 阅读(522) 评论(0) 推荐(0)
摘要:#extras {display: table-cell;width: 180px;padding-left: 10px;border-right: 1px dotted #d7ad7b;} table使该元素按table样式渲染table-row使该元素按tr样式渲染table-cell使该元素按 阅读全文
posted @ 2017-06-16 12:30 Debugs 阅读(930) 评论(0) 推荐(0)
摘要:StringBuffer sb=new StringBuffer(); int n = 5; sb.append("<tr>"); List<MenuBean> chs = mb.getChildren(); for(int j = 0; chs != null && j < chs.size(); 阅读全文
posted @ 2017-06-14 11:29 Debugs 阅读(7234) 评论(0) 推荐(0)
摘要:http://www.runoob.com/jeasyui/jeasyui-datagrid-datagrid23.html http://www.jeasyui.com http://fineui.com/demo_mvc/#/demo_mvc/Mobile/?file=MobileAccordi 阅读全文
posted @ 2017-06-12 12:08 Debugs 阅读(212) 评论(0) 推荐(0)