• 00
  • :
  • 00
  • :
  • 00
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Net; 6 using System.Net.Http; 7 using System.Net.Http.Headers; 8 using Syst... 阅读全文
posted @ 2016-04-11 16:57 Garson_Zhang 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 代码生成器分两种 1.基于独立exe生成程序 直接运行软件目录下GZFrameworkCodeGenerate.exe文件即可 2.基于VS插件生成 目录中分为两部分:全局缓存和VS插件 1.添加全局缓存 以管理员方式运行VS开发人员命令提示: 切换到全局缓存文件夹目录: 安装全局缓存代码: gacutil.exe -if GZFrameworkCodeGenerate.Co... 阅读全文
posted @ 2016-04-11 14:33 Garson_Zhang 阅读(2214) 评论(1) 推荐(0) 编辑