上一页 1 ··· 7 8 9 10 11

2016年5月4日

asp.net 两个页面之前传递数据

摘要: 1、在两个表单之间传递数据 看下面的代码: 对于WebForm1: private void Page_Load(object sender, System.EventArgs e) { ArrayList list = new ArrayList(4); list.Add("This list "); list.Add("is for "); list.Add("W... 阅读全文

posted @ 2016-05-04 10:33 算顺网 阅读(133) 评论(0) 推荐(0) 编辑

2016年3月30日

常用的正则表达式

摘要: 【提取内容图片地址】 【去掉字符串中的数字】 阅读全文

posted @ 2016-03-30 16:35 算顺网 阅读(357) 评论(0) 推荐(0) 编辑

2015年11月23日

小知识点

摘要: 线程://一个线程也可以使用它的Join方法来等待另一个线程结束:Thread t = new Thread (Go); // Assume Go is some static methodt.Start();t.Join(); ... 阅读全文

posted @ 2015-11-23 16:40 算顺网 阅读(136) 评论(0) 推荐(0) 编辑

2015年11月16日

平时用的公共类

摘要: 【FilesHelper】 /// /// 下载网络图片到指定磁盘 /// /// /// public static void DownLoadFilesToDir(string FileFullPath,... 阅读全文

posted @ 2015-11-16 14:46 算顺网 阅读(202) 评论(1) 推荐(0) 编辑

pagination jquery最简单的分页【无刷新和刷新都通用】

摘要: 参数说明参数名描述参数值maxentries总条目数 必选参数,整数items_per_page每页显示的条目数 可选参数,默认是10num_display_entries连续分页主体部分显示的分页条目数 可选参数,默认是10current_page当前选中的页面 可选参数,默认是0,表示第1页... 阅读全文

posted @ 2015-11-16 14:18 算顺网 阅读(262) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11

导航