上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 118 下一页
摘要: ALTER PROC [dbo].[Student_Friend_Get] @startRowIndexId INT, @maxNumberRows INT, @schoolId INT, @gradeId INT, @cI... 阅读全文
posted @ 2014-08-16 09:55 跟着阿笨一起玩.NET 阅读(27340) 评论(3) 推荐(2) 编辑
摘要: StreamReader sr = new StreamReader("C:\\Users\\Administrator\\Desktop\\blogbbs\\dd.txt",Encoding.Default); StringBuilder sb = new StringBui... 阅读全文
posted @ 2014-08-16 09:53 跟着阿笨一起玩.NET 阅读(986) 评论(0) 推荐(0) 编辑
摘要: /// /// /// 常用工具类——直接在浏览器输出数据 /// ------------------------------------------------------------- /// DumpDataTable:接在浏览器输出数据DataTable... 阅读全文
posted @ 2014-08-16 09:51 跟着阿笨一起玩.NET 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Configuration;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.Ht... 阅读全文
posted @ 2014-08-16 09:50 跟着阿笨一起玩.NET 阅读(908) 评论(0) 推荐(0) 编辑
摘要: /// 常用工具类——Excel操作类 /// ------------------------------------------------ /// CreateConnection:根据Excel文件路径和EXCEL驱动版本生成OleConnection对象实例 /// ... 阅读全文
posted @ 2014-08-16 09:47 跟着阿笨一起玩.NET 阅读(16618) 评论(0) 推荐(2) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Diagnostics; namespace Utils{ /// /// /// 常用工具类——系统日志类 //... 阅读全文
posted @ 2014-08-16 09:46 跟着阿笨一起玩.NET 阅读(2525) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Reflection;namespace Utils{ /// /// /// 常用工具类——应用程序属性信息访问类 ... 阅读全文
posted @ 2014-08-16 09:44 跟着阿笨一起玩.NET 阅读(683) 评论(0) 推荐(0) 编辑
摘要: //================二进制相关转换类============== #region 将文件转换为二进制数组 /// /// 将文件转换为二进制数组 /// /// 文件完整路径 /// 二进制数... 阅读全文
posted @ 2014-08-16 09:43 跟着阿笨一起玩.NET 阅读(856) 评论(0) 推荐(0) 编辑
摘要: /// FilesUpload:工具方法:ASP.NET上传文件的方法 /// FileExists:返回文件是否存在 /// IsImgFilename:判断文件名是否为浏览器可以直接显示的图片文件名 /// CopyFiles:复制指定目录的所有文件 /// M... 阅读全文
posted @ 2014-08-16 09:38 跟着阿笨一起玩.NET 阅读(3068) 评论(1) 推荐(0) 编辑
摘要: 本人转载:http://www.cnblogs.com/knowledgesea/p/3897665.html闲言碎语近期比较忙,但还是想写点什么,就分享一些基础的知识给大家看吧,希望能帮助一些linq新手,如果有其它疑问,可以进右上角群,进行交流探讨,谢谢。开门见山读这篇文章之前,我先说下,每一种... 阅读全文
posted @ 2014-08-14 22:38 跟着阿笨一起玩.NET 阅读(4186) 评论(0) 推荐(1) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 118 下一页