08 2013 档案

Jquery数组操作
摘要:http://welcome66.iteye.com/blog/1627850 http://www.cnblogs.com/AndyWithPassion/archive/2011/06/20/jquery_array_process.html 1.拼接数组成字符串 var dataArr... 阅读全文

posted @ 2013-08-26 09:58 白马酒凉 阅读(64) 评论(0) 推荐(0) 编辑

VS下字符串与数组互相装换
摘要:1.分割字符串IdStr为int数组Ids int[] Ids = Array.ConvertAll(IdStr.Trim().Split(','), delegate(string i) { return Convert.ToInt32(i); }); 2.分割字符串NameStr为strin... 阅读全文

posted @ 2013-08-16 14:44 白马酒凉 阅读(175) 评论(0) 推荐(0) 编辑

使用FirstOrDefault不用SingleOrDefault
摘要:http://www.soaspx.com/dotnet/csharp/csharp_20100420_3921.html 阅读全文

posted @ 2013-08-13 16:52 白马酒凉 阅读(92) 评论(0) 推荐(0) 编辑

奇怪的现象
摘要:1. 正常来说,Deploy到Server后的前台页面该是: 但某些Server却会丢失hidden属性,而且该成hidden后也不能隐藏 也许不能支持这样的用法,只能用 阅读全文

posted @ 2013-08-12 14:06 白马酒凉 阅读(89) 评论(0) 推荐(0) 编辑

MVC4 Application Install
摘要:For VS2010 http://www.asp.net/mvc/mvc4 For VS2012 http://www.asp.net/downloads 阅读全文

posted @ 2013-08-08 18:09 白马酒凉 阅读(79) 评论(0) 推荐(0) 编辑

解决无法删除表,提示被外键约束引用
摘要:http://www.cnblogs.com/PongorXi/archive/2012/08/21/2648852.html 阅读全文

posted @ 2013-08-08 17:06 白马酒凉 阅读(126) 评论(0) 推荐(0) 编辑

动态menu导航条以及treeview树
摘要:1.menu表数据 2.在后台生成html内容后,前台利用nav-h.css生成menu导航条,利用Jquery的treeview插件生成menu树 前台coding: 后台coding: protected void Page_Load(object s... 阅读全文

posted @ 2013-08-02 18:46 白马酒凉 阅读(242) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示