上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页

2007年6月1日

摘要: string unitogb(string str) { if(str.Length==0) { return ""; } string [] a=str.Replace("u","").Split('\\'); string b=string.Empty; for ( ... 阅读全文

posted @ 2007-06-01 11:16 ant-boss 阅读(821) 评论(0) 推荐(0)

2007年5月31日

摘要: using System;using System.Data ;using System.Data.SqlClient ;using System.Data.SqlTypes ;using System.Windows.Forms ;using System.Collections;namespace Database{ /// /// Database 的摘要说明。 /// public c... 阅读全文

posted @ 2007-05-31 15:16 ant-boss 阅读(421) 评论(0) 推荐(0)

摘要: using System;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Collections; namespace CSSHotel.TSC.SQLServer{ public abstract class SqlHelper { //Datab... 阅读全文

posted @ 2007-05-31 15:14 ant-boss 阅读(602) 评论(0) 推荐(0)

2007年5月16日

摘要: Untitled Page ... 阅读全文

posted @ 2007-05-16 16:46 ant-boss 阅读(684) 评论(1) 推荐(0)

摘要: Untitled Page Enter a Date in the format 99/99/9999 (culture sensitive) Enter a Number in th... 阅读全文

posted @ 2007-05-16 16:44 ant-boss 阅读(754) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页