Eclipse 安装中文简体语言包
摘要:Installing the language packs Open the install wizard with 'Help' > 'Install new software...' Add the Babel p2 repository: http://download.eclipse.org
阅读全文
posted @
2018-06-28 17:49
青叶煮酒
阅读(152)
推荐(0) 编辑
WPF程序 双击exe自动申请“以管理员方式运行”权限
摘要:实现方式: 在 xxx.exe 目录下包含其对应的清单文件(xxx.exe.manifest, 由 VS 编译时自动生成); 用记事本打开 manifest 文件,将文件中的项:<requestedExecutionLevel level="asInvoker" uiAccess="false" /
阅读全文
posted @
2018-06-15 14:03
青叶煮酒
阅读(407)
推荐(0) 编辑