转载地址:http://blog.csdn.net/powerglover/archive/2010/02/22/5317353.aspx 一、 ASCII码我们知道,在计算机内部,所有的信息最终都表
[更多…]-
字符编码 URL和HTML编码
-
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
[更多…] -
[转]Efficient C#:为什么要把泛型作为返回值
最近做一题关于泛型返回值的题,结果发现: 1:很多人做错误了; 2:很多人疑问,泛型作为返回值有什么意义; 题目如下: “编写一个函数,要求输入的参数和输出的结果都是泛型。
[更多…] -
[Open Source] Office 2007 Style Ribbon Control
Office 2007 Style Ribbon Control First off I must give all kudos to menendezpoo at menendezpo
[更多…] -
WinAPI GetCursorInfo 奇怪的问题
GetCursorInfo 这个API是用于取得Windows当前光标属性的,测试时发现在XP下的值是和WIN7下的值不一样的: 如下是XP下的定义: [StructLayout(LayoutKind
[更多…] -
【引用】VS2008 远程调试环境搭建
一、关键词说明:目标机:被调试程序所运行的机器;调试机:运行VS2008调试代码的机器; 二、远程调试环境搭建步骤如下:1. 在目标机上安装VS2008远程调试器;
[更多…]