06 2015 档案

摘要:1.设置全部关闭$('#mainmenu').accordion('add', { title: '', selected: true}); 阅读全文
posted @ 2015-06-28 21:03 琅琊天 阅读(136) 评论(0) 推荐(0)
摘要:1.获取所有行var rows = $('#menuList').treegrid('getChildren');2.获取所有根节点行getData、getRows3.checkbox加载时选中for (var i = 0; i 0) {//userid是treegrid的一个列属性 ... 阅读全文
posted @ 2015-06-28 16:22 琅琊天 阅读(310) 评论(0) 推荐(0)
摘要:1.Hibernate 报错:this project is not a myeclipse hibernate project . assuming hibernate 3 capres:项目名上右键--〉myeclipse-->add hibernate capabilites -->next-... 阅读全文
posted @ 2015-06-24 10:30 琅琊天 阅读(200) 评论(0) 推荐(0)
摘要:mysql:"com.mysql.jdbc.Driver" jdbc:mysql://localhost:3306/dbname?useUnicode=true&characterEncoding=gbk ;(简写:jdbc:mysql:///dbname...)oracle:"oracl... 阅读全文
posted @ 2015-06-19 08:34 琅琊天 阅读(149) 评论(0) 推荐(0)
摘要:.NET下几种常见的解析JSON方法主要类命名空间限制内建LINQ支持DataContractJsonSerializerSystem.Runtime.Serialization.Json通用否JavaScriptSerializerSystem.Web.Script.Serialization只能... 阅读全文
posted @ 2015-06-07 17:30 琅琊天 阅读(404) 评论(0) 推荐(0)
摘要:1 后台: 2 List list=GetAll();//id name 3 string json = new JavaScriptSerializer().Serialize(list);//json格式字符串‘ 4 Response.Write(json); 5 前台js: 6 $.pos... 阅读全文
posted @ 2015-06-07 17:29 琅琊天 阅读(544) 评论(0) 推荐(0)
摘要:cmd命令大全(第一部分) winver---------检查Windows版本 wmimgmt.msc----打开windows管理体系结构(WMI) wupdmgr--------windows更新程序 wscript--------windows脚本宿主设置 write-------... 阅读全文
posted @ 2015-06-05 08:51 琅琊天 阅读(180) 评论(0) 推荐(0)
摘要:1.父子弹窗2.弹窗居中$('#projectdlg').dialog('center');//水平垂直居中$('#projectdlg').dialog('hcenter');//水平居中$('#projectdlg').dialog('vcenter');//垂直居中 阅读全文
posted @ 2015-06-01 09:28 琅琊天 阅读(223) 评论(0) 推荐(0)