上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 118 下一页
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Microsoft.DirectX.AudioVideoPlayback;//需到微軟官網下載SDK//MP4播放下載了DivX Plus 解碼器namespace WindowsChineseCalender{ /// <sum 阅读全文
posted @ 2012-12-22 14:57 ®Geovin Du Dream Park™ 阅读(616) 评论(0) 推荐(0)
摘要: 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™ 阅读(901) 评论(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™ 阅读(757) 评论(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™ 阅读(246) 评论(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™ 阅读(1072) 评论(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™ 阅读(1045) 评论(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™ 阅读(588) 评论(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™ 阅读(1071) 评论(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™ 阅读(798) 评论(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™ 阅读(1464) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 118 下一页