09 2011 档案

摘要:/// <summary> /// datagridview to a datatable /// geovindu 涂聚文 /// </summary> /// <param name="dataGridView"></param> /// <returns></returns> private DataSet DataGridViewToDatSet(DataGridView dataGridView) { DataSet ds = new DataSet(); ... 阅读全文
posted @ 2011-09-29 17:41 ®Geovin Du Dream Park™ 阅读(548) 评论(0) 推荐(0) 编辑
摘要:/// <summary> ///連接數據庫字符串 ///塗聚文 2011-09-25 ///締友計算機信息技術有限公司 /// </summary> private static string connectionString; /// <summary> /// /// </summary> static DBHelper() { DataSetingConfig dbconnection = ne... 阅读全文
posted @ 2011-09-25 18:03 ®Geovin Du Dream Park™ 阅读(494) 评论(0) 推荐(0) 编辑
摘要:---塗聚文 Geovin DuDECLARE @myid uniqueidentifierSET @myid = NEWID()SELECT CONVERT(char(255), @myid) AS 'char';GO--塗聚文 Geovin Dudeclare @allstring char(255),@AreaUid Uniqueidentifierset @AreaUid='37A1DA94-4AC6-4ED0-B96F-BA3FE6AEACC8'set @allstring= cast(@AreaUid as char(255))select @all 阅读全文
posted @ 2011-09-19 19:39 ®Geovin Du Dream Park™ 阅读(624) 评论(0) 推荐(0) 编辑
摘要:/*CSS樣式設置 塗聚文 Geovin Du**/.text8{ font-family: Arial, Helvetica, sans-serif; background-image: url(../images/05.jpg); height:42px; text-align:center; }.geovindu{ cursor:auto; text-decoration: none; color: #000;} a.geovindu:hover .text8{ /*background: #000;*/ color:red;... 阅读全文
posted @ 2011-09-05 12:31 ®Geovin Du Dream Park™ 阅读(377) 评论(0) 推荐(0) 编辑
摘要:--CAST 和 CONVERT 函数 PercentageDECLARE @dec decimal(5,3), @var varchar(10),@hun decimal(5,1)set @dec=0.025set @hun=@dec*100set @var=cast(@hun as varchar(20))+'%'select @var---小數轉化為百分數函數 GetPercentageString---塗聚文 Geovin Duif exists (select * from dbo.sysobjects where id = object_id(N'[dbo] 阅读全文
posted @ 2011-09-03 18:19 ®Geovin Du Dream Park™ 阅读(628) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示