上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 324 下一页
摘要:     现在ASP.NET虚拟主机一般都可以绑定多个域名,但是通过这几个域名打开的页面都一样。如何使绑的这几个域名分别打开不通的页面(即实现子网站的功能)呢? 其实很简单,只需4个步骤:     1)给虚拟主机绑定几个域名;例如:www.abc.com,services.abc.com,support.abc.com。  ... 阅读全文
posted @ 2009-08-25 07:51 emanlee 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 2009年08月20日NOD32最新升级ID —————————————————————————— 两个EAV激活码: M26F-0233-3WRA-7M6W-H4QL-8K7J M26F-0233-3WRA-8DET-U646-T94T 用户名            ... 阅读全文
posted @ 2009-08-25 07:51 emanlee 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: 1、 (int)是一种类型转换;当我们从int类型到long,float,double,decimal类型,可以使用隐式转换,但是当我们从long类型到int类型就需要使用显式转换,否则会产生编译错误。 2 、int.Parse()是一种类容转换;表示将数字内容的字符串转为int类型。   如果字符串为空,则抛出ArgumentNullException异常; ... 阅读全文
posted @ 2009-08-24 12:20 emanlee 阅读(599) 评论(0) 推荐(0) 编辑
摘要:   Tip/Trick: Creating Packaged ASP.NET Setup Programs with VS 2005 http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx  ... 阅读全文
posted @ 2009-08-24 08:45 emanlee 阅读(724) 评论(0) 推荐(0) 编辑
摘要: 格式化:日期,时间,货币,数字,百分比。 In the report (rdlc) , Right Click in the Field, select properties, Select the Tab Format, and use the format code you need.  d Short date D Long date t Short time T Lon... 阅读全文
posted @ 2009-08-24 08:45 emanlee 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: 方案一:Try...Catch(执行效率不高)     /// <summary>     /// 名称:IsNumberic     /// 功能:判断输入的是否是数字     /// 参数:string oText:源文本     /... 阅读全文
posted @ 2009-08-23 15:31 emanlee 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 在电脑技术飞速发展的今天,存储媒介也在飞速的变化。因为像磁盘这样存储容量小的存储媒介以经不能满足用户的需要,所以像光盘这样大容量的存储媒介就渐渐的走进了一般用户的日常生活。但是刻一张光盘不象大家想象的那么容易,它需要具备一定的专业知识,否则很容易出现“盘毁机亡”的现象。所以笔者为了使各位朋友减少不必要的麻烦,在这里就把自己的一点儿刻盘经验给已经打算把光盘作为存储数据的媒介的... 阅读全文
posted @ 2009-08-22 19:13 emanlee 阅读(1242) 评论(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 阅读(614) 评论(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 阅读(11160) 评论(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 阅读(1250) 评论(0) 推荐(0) 编辑
上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 324 下一页