会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Debugs
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
16
下一页
2016年12月8日
.net 高效开发实用工具
摘要: 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)
2016年12月5日
学习地址
摘要: 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)
2016年11月24日
asp.net mvc 通过T4模板生成框架
摘要: 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)
2016年11月7日
通过jquery的serializearray处理表单数据成json格式,并提交到后台处理
摘要: 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)
2016年11月5日
插件学习地址
摘要: 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)
zTree 循环树
摘要: /// <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)
for循环递归树
摘要: 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)
将DataTable生成树json
摘要: 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)
2016年10月27日
时间有0;00;00 的 隐藏
摘要: /// <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)
NPOI 导出Excel
摘要: 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
下一页
公告