上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 106 下一页
摘要: 1 // --------------------------------------------------------------------------------------------- 2 #region // Copyright (c) 2004-2005, SIL International. All Rights Reserved. 3 // <copyright from='2004' to='2005' company='SIL International'> 4 // Copyright (c) 2004-20 阅读全文
posted @ 2012-11-22 19:27 ®Geovin Du Dream Park™ 阅读(881) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary> 2 /// 選擇的節點 3 /// 塗聚文 20121116 4 /// 捷為工作室 5 /// 6 /// </summary> 7 /// <param name="sender"></param> 8 /// <param name="e"></param> 9 private void treeView1_AfterCheck(object sender, TreeViewEventArgs e) 10 ... 阅读全文
posted @ 2012-11-16 17:51 ®Geovin Du Dream Park™ 阅读(751) 评论(0) 推荐(0) 编辑
摘要: ---沒有去除重復的記錄select distinct ContractLaborEmployeeUidKey,ContractLaborEndDate from ContractLaborList order by ContractLaborEndDate descselect * from ContractLaborList order by ContractLaborEmployeeUidKey---沒有去除重復的記錄select * from ContractLaborList where ContractLaborEmployeeUidKey in (select distinct. 阅读全文
posted @ 2012-10-31 19:18 ®Geovin Du Dream Park™ 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 using AcroPDFLib;//引用COM組件Adobe Acrobat Browser Control Type Library 1.0 //http://www.ad... 阅读全文
posted @ 2012-10-23 17:25 ®Geovin Du Dream Park™ 阅读(1046) 评论(2) 推荐(0) 编辑
摘要: 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™ 阅读(1019) 评论(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™ 阅读(578) 评论(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™ 阅读(1060) 评论(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™ 阅读(785) 评论(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™ 阅读(1455) 评论(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™ 阅读(401) 评论(0) 推荐(0) 编辑
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 106 下一页