上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: 当你在2003中拖拉那些可停靠的工具窗口时, 具体定位需要凭拖拉经验决定, 即使是一个老手也需要进行细微的调整才能达到所需要的效果,不过在2005中采用了一个9个定位的小窗口,只需要选中工具窗口到定位点就可以自动停靠,使用起来极为方便,如图: 阅读全文
posted @ 2004-07-10 21:41 mp3 swf 阅读(1031) 评论(2) 推荐(0) 编辑
摘要: we specify the pooling characteristics in the connection string when the SqlConnection is constructed, as shown in the following code sample. Please note: Pooling is implicit, you automatically get it... 阅读全文
posted @ 2004-07-10 10:44 mp3 swf 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 安装了VS.NET2005已经好几天,现在终于可以有空好好的study,可刚建立一个Web Application就发现一个不爽之处,VS2003可以直接在右键菜单中选择compile单个项目,2005好象把这个功能给取消了(??),必须到系统菜单栏进行选择,或者右键解决方案compile整个solution,不过对于Windows Application倒是有build和rebuild操作选项,... 阅读全文
posted @ 2004-07-10 09:35 mp3 swf 阅读(711) 评论(3) 推荐(0) 编辑
摘要: http://www.123aspx.com/rotor/default.aspx 阅读全文
posted @ 2004-07-08 16:05 mp3 swf 阅读(1990) 评论(15) 推荐(0) 编辑
摘要: what if other functions outside of IT adopted agile methods, and, well, a new cartoon was born: 阅读全文
posted @ 2004-07-08 08:04 mp3 swf 阅读(548) 评论(5) 推荐(0) 编辑
摘要: 1、新建一个项目,添加SQLServer DSTS的COM引用,常用路径为c:\program files\microsoft sql server\80\tools\binn\dtspkg.dll 2、操作DTS的代码如下 A、列出所有数据库的包 ApplicationClass app = new ApplicationClass(); PackageSQLServer pkgSS = a... 阅读全文
posted @ 2004-06-23 09:51 mp3 swf 阅读(859) 评论(1) 推荐(0) 编辑
摘要: 可以很好的提高执行效率。具体代码过长,放进了文章中,详细请点击 阅读全文
posted @ 2004-06-22 12:16 mp3 swf 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 今天因为一个偶然的机会仔细看了一下System.IO.StreamReader的2个构造函数StreamReader(string,Encoding)和StreamReader(string),其中第一个构造函数的Encoding参数可以设置为System.Text.Encoding.Default,如果直接从表面上看很容易把StreamReader(@"E:\EHR\ePa... 阅读全文
posted @ 2004-06-17 12:46 mp3 swf 阅读(1147) 评论(4) 推荐(0) 编辑
摘要: 内容来自《.NET本质论》代码如下:public interface ICommon{void DoIt();}public class Base : ICommon{ void ICommon.DoIt(){ a(); }; public virtual void DoIt() { b(); }}public class Derived : Base , ICommon{ void ICo... 阅读全文
posted @ 2004-06-14 21:12 mp3 swf 阅读(876) 评论(4) 推荐(0) 编辑
摘要: ManagementObjectCollection.ManagementObjectEnumerator不能使用,不知道是不是private?但是MSDN上提供了类的介绍。MSDN上的demo如下:using System; using System.Management; // This example demonstrates how to enumerate all logical di... 阅读全文
posted @ 2004-06-07 21:08 mp3 swf 阅读(656) 评论(3) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页