12 2014 档案
摘要:在VS2010中编译C#工程时,在C#的Project的属性界面的Build选项卡中当Configuration : Relese 时,依然会生成扩展名为.vhost.exe和.pdb文件。其中.pdb是debug时使用的debug database文件;.vhost.exe是从VS2005开始的V...
阅读全文
摘要:windows2008的iis配置备份和iis6不同,在iis7中没有了6原来的保存配置xml的选项,而采用的是dos命令来进行iis7的备份。以下是win2008上iis7备份的方法。首先打开CMD命令提示符:在运行中输入CMD,然后回车。进入INETSRV目录:输入 cd C:\Windows\...
阅读全文
摘要:private void button1_Click(object sender, EventArgs e) { int nNeeded = 0, nBufSize; IntPtr buf; INTERNET_CA...
阅读全文
摘要:using System;using System.Runtime.InteropServices;namespace Common{ public class IECache { [DllImport("Wininet.dll", SetLastError = true, ...
阅读全文
摘要:http://www.cocoachina.com/swift/20141105/10145.html
阅读全文
摘要:Recently, Apple announced and released a beta version of the new Swift programming language for building iOS and OSX applications. Swift is a modern l...
阅读全文