摘要: This blog is wrote by Louis Yan, if you want to use this article, please comment where it from, thanks!When I Executing my Excel exporting method, it throw an exception like this:  Exception MessageUn... 阅读全文
posted @ 2009-12-25 12:58 Louis Yan 阅读(504) 评论(0) 推荐(0)
摘要: processModel Element in Machine.config(The processModel's describe is from MSDN Microsoft)The default processModel element in Machine.config of a particular server as follows: <system.web> <... 阅读全文
posted @ 2009-12-24 09:11 Louis Yan 阅读(896) 评论(0) 推荐(0)
摘要: Two types of configuration files supported by ASP.Net.Configuration files are used to control and manage the behavior of a web application.i) Machine.configTheMachine.Configfile, which specifies the s... 阅读全文
posted @ 2009-12-22 16:37 Louis Yan 阅读(400) 评论(0) 推荐(0)
摘要: How to: Run aspnet_wp.exe Under a User Account(From MSDN (http://msdn.microsoft.com/en-us/library/bakfs900(VS.80).aspx))To set up your machine so you can run the ASP.NET worker process under a user ac... 阅读全文
posted @ 2009-12-22 16:18 Louis Yan 阅读(349) 评论(0) 推荐(0)
摘要: How to enable sa user account in SQL Server 2005Step 1.You would enable the TCP/IP Protocol Name in the path of Start->Microsoft SQL Server 2005->Configuration Tools->SQL Server Configuration... 阅读全文
posted @ 2009-12-16 17:24 Louis Yan 阅读(402) 评论(0) 推荐(0)
摘要: Error Message:String or binary data would be truncatedReason:一般出现这个问题是因为数据库中的某个字段的长度小,而插入数据大solution:修改数据库表结构,使表字段大小相同或者大于要插入的数据的长度 阅读全文
posted @ 2009-05-31 14:47 Louis Yan 阅读(522) 评论(0) 推荐(0)
摘要: 我在做压力测试的时候遇到以下的一个问题,希望各位高手能不吝赐教,十分感谢!Loadrunner9.1,使用java Vuser协议,在做压力测试的时候,就在压力要结束的时候,报了以下的一些错误,不知道这些错误是因何而出现,确认不是程序内部报错,压力为2000,license正版无误。错误信息为:Failed to get [param not passed in call] thread TLS ... 阅读全文
posted @ 2008-07-30 15:19 Louis Yan 阅读(600) 评论(5) 推荐(0)
摘要: Louis-KB-20080722-T001我在安装LoadRunner9.1版本的时候,取得的license是Java协议,需要在服务器上安装JDK。首先服务器是Microsoft Windows Server 2003 R2 Enterprise Edition Service Pack2(x64),安装的LoadRunner9.1默认是在C盘的Program Files中,按照这样来说,就需... 阅读全文
posted @ 2008-07-22 12:05 Louis Yan 阅读(7054) 评论(1) 推荐(0)