由于项目原因,下面的代码只有主要的一段。 loopCount :要拆分的文件数,使用文档中的总页数(PageCount )/要拆分的页数(maxPage ); doc
[更多…]-
c#操作Word文档:按页分割文件
-
字符编码 URL和HTML编码
转载地址:http://blog.csdn.net/powerglover/archive/2010/02/22/5317353.aspx 一、 ASCII码我们知道,在计算机内部,所有的信息最终都表
[更多…] -
setEndPoint Method (IHTMLTxtRange)
IHTMLTxtRange::setEndPoint Method Sets the endpoint of one range based on the endpoint of another ra
[更多…] -
compareEndPoints Method (IHTMLTxtRange)
IHTMLTxtRange::compareEndPoints Method Compares an end point of a TextRange object with an end point
[更多…] -
VS 制作安装包总结
1、添加可卸载的快捷方式:在安装包中追加msiexec.exe文件,可以从system32目录下找到。给它建立快捷方式,参数设定为:/x[ProductCode] 2、可以更新安装:相关的Projec
[更多…] -
[转]Windows Installer Deployment Properties
The following properties are available when a deployment project is selected in the Solution Explore
[更多…] -
[转]How to add a Uninstall option in Visual Studio Setup project without writing code
Using Visual Studio 2005/2008, you don’t need to write any code to add a uninstall option for a Setu
[更多…] -
[转]如何讓 TortoiseSVN 僅匯出新增或修改過的檔案
對於已經上線的 ASP.NET 網站來說,後續的維護更新尤其重要,不過每次要更新的時候,都要人工檢視歷次的版本紀錄,檢查所有新增、修改、或刪除了哪些檔案,手動整理好這些檔案之後,再更新到正式主機。最麻
[更多…] -
[转]Efficient C#:为什么要把泛型作为返回值
最近做一题关于泛型返回值的题,结果发现: 1:很多人做错误了; 2:很多人疑问,泛型作为返回值有什么意义; 题目如下: “编写一个函数,要求输入的参数和输出的结果都是泛型。
[更多…] -
[转]“*” is marked as crashed and should be repaired
Table ‘Tablename’ is marked as crashed and should be repaired 提示说论坛的帖子表posts被标记有问题,需要修复。
[更多…]