摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Runtime.InteropServices; 4 using System.Text; 5 6 namespace Unlock 7 { 8 class RWIni 9 { 10 public string ... 阅读全文
摘要:
去xxx.vhost.exe 打开项目属性-->调试--启用Visual Studio承载进程(右侧最后一个选项)前面的勾去掉 去掉xxx.pdb 打开项目属性-->生成-->高级(右下角)-->调试信息 选none 阅读全文