Fork me on GitHub

随笔分类 -  代码

摘要:string KZM=files[0].FileName.Substring(files[0].FileName.LastIndexOf(".") + 1); 阅读全文
posted @ 2014-04-22 11:02 乔闻 阅读(148) 评论(0) 推荐(0) 编辑
摘要:后台context.Response.ContentType = "text/html"; 阅读全文
posted @ 2014-04-22 09:49 乔闻 阅读(129) 评论(0) 推荐(0) 编辑
摘要:添加用户:用户名:Email:电话: 用户名Email电话删除 阅读全文
posted @ 2014-04-21 13:58 乔闻 阅读(260) 评论(0) 推荐(0) 编辑
摘要:读 response.SetCokie(new HttpCookie("Color",TextBox1.Text);写 request.Cookies["color"].Value; 阅读全文
posted @ 2014-04-21 13:43 乔闻 阅读(138) 评论(0) 推荐(0) 编辑
摘要:return System.Text.RegularExpressions.Regex.Replace(HTMLStr, "]*>", ""); 阅读全文
posted @ 2014-04-21 13:41 乔闻 阅读(218) 评论(0) 推荐(0) 编辑
摘要:AspNetPager使用方法引入dll 拖入控件 bindList()://数据总数pager.RecordCount = int ;//repeater绑定数据源FlowList.DataSource = datatable;//repeater绑定数据FlowList.DataBind();//页change行为 protected void pager_PageChanging(obje... 阅读全文
posted @ 2014-04-21 13:40 乔闻 阅读(361) 评论(0) 推荐(0) 编辑
摘要:///反转码 mdata[k].MNAME = unescape(mdata[k].MNAME);程家楠 13:51:00 Microsoft.JScript.GlobalObject.escape(dt.Rows[i][mDc].ToString());程家楠 13:51:49 var mdata = eval('(' + msg + ')'); for (var k = 0; k < m... 阅读全文
posted @ 2014-04-21 13:38 乔闻 阅读(268) 评论(0) 推荐(0) 编辑
摘要:public string GetTreeNav(int ID,int Num) { StringBuilder sb = new StringBuilder(); sb.Append("[{\"id\":1,\"text\":\"根目录\",\"children\":["); sb.Append(GetTreeSon... 阅读全文
posted @ 2014-04-21 13:35 乔闻 阅读(269) 评论(0) 推荐(0) 编辑