<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Liangyy</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/14204/rss</id><updated>2009-09-19T03:38:56Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14204/rss"/><entry><id>http://www.cnblogs.com/jiemupig/archive/2009/09/19/1569927.html</id><title type="text">强制ASP时间使用使用区域设置里面的时间格式</title><summary type="text">强制ASP时间使用使用区域设置里面的时间格式，方法如下：打开注册表编辑器，进入HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\，建立OLEAUT的项，在该项下建立名称为&amp;#8220;VarConversionLocaleSetting&amp;#8221;的DWORD值，数据设置为2，设置完成后退出注册表编辑器；重启IIS后，再次测试ASP函数Now()，现在已经成功的不再显示...</summary><published>2009-09-19T03:39:00Z</published><updated>2009-09-19T03:39:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2009/09/19/1569927.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2009/09/19/1569927.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2008/06/19/1225129.html</id><title type="text">Setup.Rul</title><summary type="text">//===========================================================================//// File Name: Setup.rul//// Description: Blank setup main script file//// Comments: Blank setup is an empty setup project...</summary><published>2008-06-19T00:54:00Z</published><updated>2008-06-19T00:54:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2008/06/19/1225129.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2008/06/19/1225129.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2007/10/26/938085.html</id><title type="text">Combining C and tcl/tk</title><summary type="text">IntroductionProgramming for X can be cumbersome, in comparison tcl/tk provides a quick and easy way of getting a graphical application up and running. Tcl/tk is a scripting language, and as such there...</summary><published>2007-10-25T22:20:00Z</published><updated>2007-10-25T22:20:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2007/10/26/938085.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2007/10/26/938085.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2007/10/26/938084.html</id><title type="text">Data file formats for TCL scripts</title><summary type="text">IntroductionA typical TCL script stores its internal data in lists and arrays (the two primary data structures in TCL). Suppose you want to write a TCL application that can save its data on disk and r...</summary><published>2007-10-25T22:17:00Z</published><updated>2007-10-25T22:17:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2007/10/26/938084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2007/10/26/938084.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2006/09/11/500744.html</id><title type="text">page layout of return value</title><summary type="text">main.aspx.vbProtectedSubPage_Load()SubPage_Load(ByValsenderAsObject,ByValeAsSystem.EventArgs)HandlesMe.LoadDimcsAsClientScriptManager=Page.ClientScriptDimcstypeAsType=Me.GetType()If(Notcs.IsClientScri...</summary><published>2006-09-11T02:52:00Z</published><updated>2006-09-11T02:52:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2006/09/11/500744.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2006/09/11/500744.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2006/08/31/491069.html</id><title type="text">Stored Procedures pagination</title><summary type="text">CREATEProcPage_GridView@QueryStrvarchar(8000),--表名、视图名、查询语句@PageSizeint=10,--每页的大小(行数)@PageCurrentint=1,--要显示的页@FdShowvarchar(8000)='',--要显示的字段列表,如果查询结果不需要标识字段,需要指定此值,且不包含标识字段@FdOrdernvarchar(1000)=''...</summary><published>2006-08-31T02:13:00Z</published><updated>2006-08-31T02:13:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2006/08/31/491069.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2006/08/31/491069.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2006/08/29/489047.html</id><title type="text">Lead the data out to excel(2)</title><summary type="text">PublicSharedFunctionDownLoadExcelToClient()FunctionDownLoadExcelToClient(ByValFileNameAsString,ByValTmpStrAsString)AsBooleanDownLoadExcelToClient=TrueDimxlAppAsObjectDimxlBookAsObjectDimxlSheetAsObjec...</summary><published>2006-08-29T01:25:00Z</published><updated>2006-08-29T01:25:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2006/08/29/489047.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2006/08/29/489047.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2006/08/29/489040.html</id><title type="text">Services is Start-up (ASP.NET State Service)</title><summary type="text">Classsetup.csusingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Configuration.Install;usingMicrosoft.Win32;usingSystem.Diagnostics;usingSystem.IO;namespaceClasssetup{[RunInstal...</summary><published>2006-08-29T01:21:00Z</published><updated>2006-08-29T01:21:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2006/08/29/489040.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2006/08/29/489040.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2006/05/30/413086.html</id><title type="text">Lead the data out to excel</title><summary type="text">ImportsMicrosoft.VisualBasicImportsSystem.TextImportsSystem.IOImportsMainModPublicClassExcelFilePublicEnumValueTypesxlsInteger=0xlsNumber=1xlsText=2EndEnumPublicEnumCellAlignmentxlsGeneralAlign=0xlsLe...</summary><published>2006-05-30T07:33:00Z</published><updated>2006-05-30T07:33:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2006/05/30/413086.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2006/05/30/413086.html"/></entry><entry><id>http://www.cnblogs.com/jiemupig/archive/2006/05/30/413062.html</id><title type="text">Structure date controlling part </title><summary type="text">PrivateSubSetDateWeekDropDownList(ByValmYearMonthAsString)DimiAsInteger=0,jAsInteger=0DimStartDateAsString=Format(CDate(mYearMonth&amp;amp;"-01"),DATE_FORMAT)DimEndDateAsString=Format(DateAdd(DateInterval...</summary><published>2006-05-30T07:19:00Z</published><updated>2006-05-30T07:19:00Z</updated><author><name>Liangyy</name><uri>http://www.cnblogs.com/jiemupig/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiemupig/archive/2006/05/30/413062.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiemupig/archive/2006/05/30/413062.html"/></entry></feed>
