上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: using System.Text;public class MediaHelper{ private static MediaHelper media = null; private MediaHelper() { } public static MediaHelpe... 阅读全文
posted @ 2015-11-23 15:03 bobo-bobo 阅读(198) 评论(0) 推荐(0) 编辑
摘要: using System.Data;using System.IO;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;/// /// 导出EXCEL/// public class GridViewExportU... 阅读全文
posted @ 2015-11-23 14:59 bobo-bobo 阅读(568) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Text.RegularExpressions;using System.Web;public class CookieHelper{ /// /// 清除登录用户的cookie /// public static vo... 阅读全文
posted @ 2015-11-23 14:55 bobo-bobo 阅读(668) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Web;using Bo_myCommon;public class Upload{ #region 上传图片... 阅读全文
posted @ 2015-11-23 14:48 bobo-bobo 阅读(681) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Web;public class ImageHelper{ #region 正方型裁剪并缩放 /// ... 阅读全文
posted @ 2015-11-23 14:47 bobo-bobo 阅读(390) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Data.Common;using System.Data.SQLite;using System.IO;using System.Text.RegularExpressions;using System.Xml... 阅读全文
posted @ 2015-11-23 14:42 bobo-bobo 阅读(1862) 评论(0) 推荐(0) 编辑
摘要: private SynchronizationContext syncContext = null; public WaitWindow() { InitializeComponent(); syncContex... 阅读全文
posted @ 2015-11-20 09:01 bobo-bobo 阅读(524) 评论(0) 推荐(0) 编辑
摘要: //// /// 把ppt文件转换成pdf文件2/// /// 需要转换的文件路径和文件名称/// 转换完成后的文件的路径和文件名名称/// 成功返回true,失败返回falsepublic static bool PPTConvertToPDF(string sourcePath, string ... 阅读全文
posted @ 2015-11-19 09:17 bobo-bobo 阅读(952) 评论(0) 推荐(0) 编辑
摘要: ALTER FUNCTION dbo.fn_Split( @Expression VARCHAR(8000), @Delimiter VARCHAR(10))RETURNS @table_Value TABLE( SortNo INT IDENTITY(1,... 阅读全文
posted @ 2015-11-18 13:08 bobo-bobo 阅读(180) 评论(0) 推荐(0) 编辑
摘要: SELECT *FROM master.dbo.sysprocesses (nolock)ORDER BY hostname DESC 阅读全文
posted @ 2015-11-17 16:44 bobo-bobo 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页