上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 337 下一页
摘要: 方案一:Try...Catch(执行效率不高)     /// <summary>     /// 名称:IsNumberic     /// 功能:判断输入的是否是数字     /// 参数:string oText:源文本     /... 阅读全文
posted @ 2009-08-23 15:31 emanlee 阅读(586) 评论(0) 推荐(0)
摘要: 在电脑技术飞速发展的今天,存储媒介也在飞速的变化。因为像磁盘这样存储容量小的存储媒介以经不能满足用户的需要,所以像光盘这样大容量的存储媒介就渐渐的走进了一般用户的日常生活。但是刻一张光盘不象大家想象的那么容易,它需要具备一定的专业知识,否则很容易出现“盘毁机亡”的现象。所以笔者为了使各位朋友减少不必要的麻烦,在这里就把自己的一点儿刻盘经验给已经打算把光盘作为存储数据的媒介的... 阅读全文
posted @ 2009-08-22 19:13 emanlee 阅读(1300) 评论(0) 推荐(0)
摘要: environment: Visual Studio 2008, .NET/C# Project Targeting Framework 2.0, Standard Setup Project problem: Setup always requests framework 3.5 solution All deployed projects must target framework 2.0... 阅读全文
posted @ 2009-08-22 13:36 emanlee 阅读(631) 评论(0) 推荐(0)
摘要: XP SP3无法安装IIS 解决办法如下: 依次打开控件面板-添加删除程序-添加删除windows组件-附件和工具-详细信息-游戏-详细信息, 将ZInternet游戏前的勾去掉,然后再安装IIS即可! -------------------------- iis版本不一样,2000系统用5.0,xp系统用5.1,2003系统用6.0 -------------------------- ... 阅读全文
posted @ 2009-08-21 22:21 emanlee 阅读(11188) 评论(2) 推荐(0)
摘要: Ran into problems trying to deploy my first web application to use a SQL Server Reporting Services report. I created a RDLC file and bound my report viewer control to an object data source. Worked fin... 阅读全文
posted @ 2009-08-21 20:37 emanlee 阅读(1267) 评论(0) 推荐(0)
摘要:     IE – File -  Work Offline The download of the specified resource has failed. The status code returned from the server was: 2. 阅读全文
posted @ 2009-08-21 19:56 emanlee 阅读(260) 评论(0) 推荐(0)
摘要: I have a control ReportViewer in a web page, this page have two export mode (excel and pdf). When I exported a pdf the image header not shown , but when export to excel the header image show. I need s... 阅读全文
posted @ 2009-08-21 18:25 emanlee 阅读(582) 评论(0) 推荐(0)
摘要: 在良好的数据库设计基础上,能有效地使用索引是SQL Server取得高性能的基础,SQL Server采用基于代价的优化模型,它对每一个提交的有关表的查询,决定是否使用索引或用哪一个索引。因为查询执行的大部分开销是磁盘I/O,使用索引提高性能的一个主要目标是避免全表扫描,因为全表扫描需要从磁盘上读... 阅读全文
posted @ 2009-08-20 22:41 emanlee 阅读(354) 评论(0) 推荐(0)
摘要: When I try to build an application for web deployment I get an error; Unable to build project output group 'Content Files from ProjectNET (Active). The error is prefixed by; C:\Documents and Settings\... 阅读全文
posted @ 2009-08-20 20:07 emanlee 阅读(628) 评论(0) 推荐(0)
摘要: 不能控制图表的某个柱的宽度。 不能动态控制报表的宽度。不能动态控制表格的列宽度。导出的Excel格式部分错乱。不像导出的PDF,格式很好。Safari中显示有问题。存在内存泄漏的问题。 阅读全文
posted @ 2009-08-19 23:28 emanlee 阅读(412) 评论(0) 推荐(0)
上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 337 下一页