上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: Visual Studio Productivity Power tool: VS 专业版的效率工具。 Web Essentials: 提高开发效率,能够有效的帮助开发人员编写CSS, JavaScript, HTML 等代码。 MSVSMON: 远程Debug 监控器 (msvsmon.exe) 阅读全文
posted @ 2016-12-08 14:35 Debugs 阅读(256) 评论(0) 推荐(1)
摘要: http://www.cnblogs.com/best/p/5876596.html#_label8 http://www.cnblogs.com/ymnets/p/3604471.html mvc双语言 ,MVC swfupload 多文件上传 PetaPOCO EntitysCodeGenera 阅读全文
posted @ 2016-12-05 22:21 Debugs 阅读(210) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/rdst/archive/2012/08/13/2637210.html http://www.kuqin.com/shuoit/20140716/341253.html T4模板工具 阅读全文
posted @ 2016-11-24 16:55 Debugs 阅读(469) 评论(0) 推荐(0)
摘要: var params = $("#myform").serializeArray(); var values = {}; for (var item in params) { values[params[item].name] = params[item].value; } alert(JSON.s 阅读全文
posted @ 2016-11-07 14:09 Debugs 阅读(1390) 评论(0) 推荐(0)
摘要: http://www.boarsoft.com/cn/javascript/grid/basic.html --http://blog.mn886.net/jqGrid/ http://paramquery.com/demos http://www.chawenti.com/articles/201 阅读全文
posted @ 2016-11-05 16:09 Debugs 阅读(192) 评论(0) 推荐(0)
摘要: /// <summary> /// 初始化第一次节点加载 /// </summary> /// protected string _menu = string.Empty; public void FirstAnsyData() { try { string strsql = "select * f 阅读全文
posted @ 2016-11-05 15:35 Debugs 阅读(1320) 评论(0) 推荐(0)
摘要: protected string _menu = string.Empty; public void FirstAnsyData() { try { // List<object> lsNode = new List<object>(); string strsql = "select * from 阅读全文
posted @ 2016-11-05 12:58 Debugs 阅读(766) 评论(0) 推荐(0)
摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ListMenu(); } } protected string _menu = string.Empty; public void ListMenu( 阅读全文
posted @ 2016-11-05 11:42 Debugs 阅读(776) 评论(0) 推荐(0)
摘要: /// <summary> /// 时间有0;00;00 的 隐藏 /// </summary> /// <param name="str"></param> /// <returns></returns> public static string CutString(string str) { s 阅读全文
posted @ 2016-10-27 21:12 Debugs 阅读(227) 评论(0) 推荐(0)
摘要: NPOIExcel npoiexcel = new NPOIExcel(); string filename = DateTime.Now.ToString("yyyyMMddHHmmssffff"); npoiexcel.ToExcel(dt, "工作计划", "工作计划", AppDomain. 阅读全文
posted @ 2016-10-27 21:05 Debugs 阅读(167) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页