上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 106 下一页
摘要: /* //http://sourceforge.net/projects/itextsharp/ * http://stackoverflow.com/questions/8713963/itextsharp-pdf-resize-document-to-accomodate-a-large-ima 阅读全文
posted @ 2012-06-03 18:25 ®Geovin Du Dream Park™ 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: /* *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™ 阅读(1676) 评论(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™ 阅读(2090) 评论(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™ 阅读(549) 评论(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™ 阅读(841) 评论(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™ 阅读(896) 评论(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™ 阅读(599) 评论(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™ 阅读(1092) 评论(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™ 阅读(1359) 评论(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™ 阅读(552) 评论(0) 推荐(0) 编辑
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 106 下一页