摘要: So I have a .NET COM .dll server and I would like to distribute it to any platform (64-bit or 32-bit) to be used by any client (32-bit or 64-bit, particularly). I probably am going to package the .dll... 阅读全文
posted @ 2008-11-01 22:31 emanlee 阅读(333) 评论(0) 推荐(0) 编辑
摘要: isual Studio Tools for the Microsoft Office SystemOffice Primary Interop Assemblies When you create a new Visual Studio Tools for Officeproject, a reference to the correct primary interop assembly (PI... 阅读全文
posted @ 2008-11-01 22:18 emanlee 阅读(3950) 评论(0) 推荐(0) 编辑
摘要: 命令提示符窗口中的快捷键F1:按F1一次,命令提示符向后切换到已经执行过的命令字符。如果已经是最后的一条的命令,则不进行任何切换操作。例子:之前输入“dir”,按F1一次后自动输入d,按两次自动输入i,三次自动输入r。F2:按下此键后,会提示“输入可复制的字符数量”,此时直接按下上次输入命令中包含的字符(区分大小写)后命令提示符将自动输入到按键字符之... 阅读全文
posted @ 2008-11-01 19:48 emanlee 阅读(2487) 评论(0) 推荐(0) 编辑
摘要: 用System.Net.Mail发送邮件时错误信息 配置示例如下: 配置错误及提示信息: SmtpServer错误: Unable to connect to the remote server Port错误: Un... 阅读全文
posted @ 2008-11-01 11:21 emanlee 阅读(2053) 评论(2) 推荐(0) 编辑
摘要: 作者: DrillChina, 出处:blog, 责任编辑: 李书琴, 2008-07-08 10:05 在SQL Server的性能调优中,有一个不可比拟的问题:那就是如何在一段需要长时间的代码或被频繁调用的代码中处理临时数据集?表变量和临时表是两种选择。 在SQL Server的性能调优... 阅读全文
posted @ 2008-11-01 11:04 emanlee 阅读(1057) 评论(0) 推荐(0) 编辑