摘要: C#编写的代码如果不进行一定程度的混淆和加密,那么是非常容易被反编译进行破解的,特别是对于一些商业用途的C#软件来说,因为盯着的人多,更是极易被攻破。使用VS自带的Dotfuscator可以实现混淆代码、变量名修改、字符串加密等功能。 安装 Dotfuscator 好 打开界面,有几个需要配置的地方 阅读全文
posted @ 2017-07-28 14:01 milooooo 阅读(3895) 评论(0) 推荐(0) 编辑
摘要: It is the start of a New Year and you have decided to try Visual Studio Code, good resolution! One of the things you will find the most surprising, is 阅读全文
posted @ 2017-06-28 19:46 milooooo 阅读(306) 评论(0) 推荐(0) 编辑
摘要: An Illustrated Quick Start Guide Apache Tomcat makes hosting your applications easy. The Eclipse IDE makes development easy. It's simple math. If you 阅读全文
posted @ 2017-06-13 12:07 milooooo 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1. 安装软件:node-v6.10.3-x64.msi 和 Git-2.13.0-64-bit.exe 在安装git时,需要选择‘Run Git from the Windows Command Prompt’ 2. 安装bower: 在git bash命令行下,npm install bower 阅读全文
posted @ 2017-06-05 21:51 milooooo 阅读(250) 评论(0) 推荐(0) 编辑
摘要: VS2013新建的web项目不支持直接下载json文件,可以在项目的web.config下插入如下的配置信息。 <configuration> <system.web> <compilation debug="true" targetFramework="4.5.1" /> <httpRuntime 阅读全文
posted @ 2017-06-02 10:19 milooooo 阅读(1150) 评论(1) 推荐(0) 编辑