上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页

2008年2月3日

摘要: ADO 数据类型转换表 http://www.able-consulting.com/ADODataTypeEnum.htm The following table shows the ADO Data Type mapping between Visual Basic, Access, SQL Server, Oracle, and the .NET Framework. View printa... 阅读全文

posted @ 2008-02-03 23:45 Leon0812 阅读(848) 评论(0) 推荐(0)


2008年1月31日

摘要: 在global.asax的 void Application_Error(object sender, EventArgs e)中 // 在出现未处理的错误时运行的代码 Exception objErr = Server.GetLastError().GetBaseException(); 阅读全文

posted @ 2008-01-31 14:46 Leon0812 阅读(163) 评论(0) 推荐(0)


2008年1月23日

摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日... 阅读全文

posted @ 2008-01-23 14:25 Leon0812 阅读(323) 评论(0) 推荐(0)


2008年1月14日

摘要: 一、归类 1、文件夹、文件的命名需要命名好,用相同文件夹归类、相同文件前缀命名。 二、一般操作注意事项 1、文件删除,需要提示是否确认删除。 阅读全文

posted @ 2008-01-14 10:51 Leon0812 阅读(136) 评论(0) 推荐(0)


2008年1月4日

摘要: function WriteCookie(cookiename,cookievalue){ //写入cookie //传入参数:cookie名,cookie值 document.cookie=cookiename +"=" + escape(cookievalue); //对cookie值进行编码.目的在于兼容多种浏览器 } function ReadCookie(cookiename)... 阅读全文

posted @ 2008-01-04 16:26 Leon0812 阅读(131) 评论(0) 推荐(0)


2007年12月26日

摘要: 芭比娃娃色调照片,PS制xccccccccccccccccccccccc作过程 照片处理 PS轻松制作漂亮灿烂星空MM特效照 阅读全文

posted @ 2007-12-26 13:58 Leon0812 阅读(308) 评论(0) 推荐(0)


2007年12月25日

摘要: 用一个控件jatoolsPrinter 阅读全文

posted @ 2007-12-25 21:26 Leon0812 阅读(1044) 评论(3) 推荐(0)

摘要: ReportDocument rptDocument; rptDocument.SetDataSource(dataSet); CrystalDecisions.Shared.ReportPageRequestContext rprc = new CrystalDecisions.Shared.ReportPageRequestContext(); ... 阅读全文

posted @ 2007-12-25 21:17 Leon0812 阅读(928) 评论(0) 推荐(0)


2007年11月6日

摘要: 1 //数字转换称大写#region//数字转换称大写 2 public static string GetThousandNumberName(string p_strThousandNumberName) 3 { 4 string v_strThousand = p_strThousandNumberName; 5 stri... 阅读全文

posted @ 2007-11-06 09:19 Leon0812 阅读(1696) 评论(1) 推荐(0)

摘要: 会计格式: 1234567.00.ToString("$#,##0.00") 取字符固定长度 private string getLeftSubString(string content, int length) { Encoding encoding = Encoding.GetEncoding("gb2312"); StringBuilder... 阅读全文

posted @ 2007-11-06 09:15 Leon0812 阅读(191) 评论(0) 推荐(0)


上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3