上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 119 下一页
摘要: /* *http://www.koders.com/csharp/fid7241B3C8598C20BA18652B5BB5C19D220988E2D4.aspx?s=file * http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx * http://www.eggheadcafe.com/tutorials/aspnet/9ce6c242-c14c-4969-9251-af95e4cf320f/zip--unzip-folders-and-f.aspx * http://www.eggheadcafe.com/com 阅读全文
posted @ 2012-05-30 19:49 ®Geovin Du Dream Park™ 阅读(1691) 评论(0) 推荐(1)
摘要: /* 參考來源: http://reflector.webtropy.com/default.aspx/4@0/4@0/untmp/DEVDIV_TFS/Dev10/Releases/RTMRel/ndp/fx/src/WinForms/Managed/System/WinForms/InputLanguage@cs/1305376/InputLanguage@cshttp://msdn.microsoft.com/en-us/library/ms171548.aspxhttp://msdn.microsoft.com/en-us/library/syy068tk.aspxhttp://go4 阅读全文
posted @ 2012-05-22 11:13 ®Geovin Du Dream Park™ 阅读(2109) 评论(1) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Typ 阅读全文
posted @ 2012-05-11 13:23 ®Geovin Du Dream Park™ 阅读(561) 评论(0) 推荐(0)
摘要: --時區時間 Local Time Zone Geovin Du 塗聚文--http://www.bigresource.com/MS_SQL-Converting-UTC-datetime-values-to-local-time-zones-XDKMI9sG.htmlSELECT GETUTCDATE()SELECT GETDATE()select CONVERT(varchar(100), GETUTCDATE(), 21)SELECT DATEDIFF(hh,'2008-05-20 20:08:01.020', '2008-05-20 16:08:01.020& 阅读全文
posted @ 2012-05-11 11:35 ®Geovin Du Dream Park™ 阅读(849) 评论(0) 推荐(0)
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI.HtmlControls;using System.Globalization;using System.Text;usi 阅读全文
posted @ 2012-05-10 17:29 ®Geovin Du Dream Park™ 阅读(907) 评论(0) 推荐(0)
摘要: select EmployeesList.*,datediff(year,EmployeesList.EmployeeEnterDate,getdate()) as 'InJobTime' from EmployeesList---Geovin Du 塗聚文select EmployeesList.*,datediff(month,EmployeesList.EmployeeEnterDate,getdate()) as 'InJobTime' from EmployeesListselect EmployeesList.*,datediff(month,Emp 阅读全文
posted @ 2012-04-24 19:14 ®Geovin Du Dream Park™ 阅读(615) 评论(0) 推荐(0)
摘要: /// <summary> /// 塗聚文 /// 2012-04-14 /// </summary> /// <param name="table"></param> /// <returns></returns> static DataTable GetDecTable(DataTable table) { if (!object.Equals(table, null))// { // foreach(D... 阅读全文
posted @ 2012-04-14 18:03 ®Geovin Du Dream Park™ 阅读(1120) 评论(0) 推荐(1)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Windows.Forms;using System.Reflection;using System.Runtime.InteropServices;using System.ComponentModel;namespace TextboxsStyleLineControlLibrary{ /// ... 阅读全文
posted @ 2012-03-27 16:19 ®Geovin Du Dream Park™ 阅读(1388) 评论(0) 推荐(0)
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DefaultForm1.aspx.cs" Inherits="Rewriter.DefaultForm1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&q 阅读全文
posted @ 2012-03-21 11:19 ®Geovin Du Dream Park™ 阅读(568) 评论(0) 推荐(0)
摘要: 参考:http://jquery.andreaseberhard.de/pngFix/http://www.dillerdesign.com/experiment/DD_belatedPNG/#background_propertieshttp://www.iteye.com/topic/864893http://www.cnblogs.com/heiniuhaha/archive/2011/11/23/2260146.htmlhttp://blog.donews.com/jiji262/2011/05/ie6-png-fix/<!DOCTYPE html PUBLIC "-/ 阅读全文
posted @ 2012-03-01 11:06 ®Geovin Du Dream Park™ 阅读(578) 评论(0) 推荐(0)
上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 119 下一页