09 2012 档案

摘要:1 ---sql server 2005 測試 塗聚文 捷為工作室,締友計算機信息技術有限公司 2 ---查找公曆節日 3 --select (@year-GooddayStaryear) as Gyear,GooddayContent from GoodDaysList where @year>=GooddayStaryear and GooddayStarmoth=@month and GooddayStardayorWeek=@week and GooddayWeekdays=@Day and GooddayUidKey='F0FAFC87-F492-455F-B56E-3 阅读全文
posted @ 2012-09-21 11:51 ®Geovin Du Dream Park™ 阅读(1028) 评论(0) 推荐(0) 编辑
摘要:1 ---数据来源:http://topic.csdn.net/u/20100424/07/29529d9d-bc54-4877-b198-4426b4d85024.html 2 if object_id('SolarData') is not null 3 drop table SolarData 4 go 5 create table SolarData 6 ( 7 yearid int not null, 8 data char(7) not null, 9 dataint int not null 10 ) 11 --插入数据 12 inse... 阅读全文
posted @ 2012-09-17 16:20 ®Geovin Du Dream Park™ 阅读(584) 评论(0) 推荐(0) 编辑
摘要:1 /* 2 下載: 3 //Microsoft Windows XP Tablet PC Edition 2005 Recognizer Pack http://www.microsoft.com/zh-cn/download/details.aspx?id=1601 4 //Microsoft Windows XP Tablet PC Edition Software Development Kit 1.7 http://www.microsoft.com/en-us/download/details.aspx?id=20039 5 * Microsoft Speech P... 阅读全文
posted @ 2012-09-14 17:04 ®Geovin Du Dream Park™ 阅读(1065) 评论(0) 推荐(0) 编辑
摘要:1 using Word = Microsoft.Office.Interop.Word; //12.0 word 2007 2 using Excel = Microsoft.Office.Interop.Excel;//12.0 excel 2007 3 4 5 /// <summary> 6 /// EXCEL文檔轉成PDF文檔 7 /// 參考 http://msdn.microsoft.com/en-us/library/bb256835%28v=office.12%29.aspx 8 /// Open XML SDK 2.0... 阅读全文
posted @ 2012-09-07 15:40 ®Geovin Du Dream Park™ 阅读(788) 评论(0) 推荐(0) 编辑
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows; 6 using System.Windows.Forms; 7 using System.Data; 8 9 namespace Geovin.Du.FormOperatingBase10 {11 /// <summary>12 /// ComboBox 綁定值或索引值13 /// 2011090914 /// 塗聚文 締友計... 阅读全文
posted @ 2012-09-06 11:15 ®Geovin Du Dream Park™ 阅读(1457) 评论(0) 推荐(0) 编辑
摘要:1 --以工作日計算起始年假的計算時間範圍 2 declare @settoday smalldatetime,@birthday smalldatetime,@year varchar(10),@month varchar(10),@day varchar(10),@enddate datetime,@stardate datetime,@AnnualNumber int,@AnnualTotal int,@Surplus int 3 set @settoday='2013-05-04'--現在日期 4 set @birthday='2004-04-26' - 阅读全文
posted @ 2012-09-04 10:26 ®Geovin Du Dream Park™ 阅读(406) 评论(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
点击右上角即可分享
微信分享提示