zoukankan      html  css  js  c++  java
  • 类似Codesmith和Mygeneration的基于模板的代码生成器JingCodeGenerator Dec Preview

    请加入QQ群: 74511360  以便反映意见或者问题.

    功能特性: 

  • 一个类似ASP.NET的模板语言
  • 简单易用的用户界面
  • 一个对象模型框架让你轻松与模板引擎一起工作
  • 模板代码编辑时,有象Visual Studio智能感知的智能提示和代码自动完成功能
  • 交互式的调试让你轻松调试模板代码
  • 具有MS Sql Server, MS Access 2000/2003/2007和Oracle的连接器, 提取这些数据库的结构.
  • 命令行式的模板程序为自动化的编译和部署流程提供方便
  • 基于模板引擎的实现, 用户可以自己定义模板

    基于模板引擎的一个代码生成器.类似CodeSmith和MyGeneration. 没有CodeSmith和MyGeneration好.纯属兴趣之作. 我通过这个工作学习一些东西.

    欢迎大家试用和提意见.

查看全文
  • 相关阅读:
    ubuntu 16.04上源码编译glog和gflags 编写glog-config.cmake和gflags-config.cmake | compile glog and glags on ubuntu 16.04
    Windows 10上源码编译glog和gflags 编写glog-config.cmake和gflags-config.cmake | compile glog and glags on windows from source
    windows 10上源码编译libjpeg-turbo和使用教程 | compile and use libjpeg-turbo on windows 10
    Ubuntu 16.04源码编译boost库 编写CMakeLists.txt | compile boost 1.66.0 from source on ubuntu 16.04
    如何在C++中使用boost库序列化自定义class ?| serialize and deserialize a class in cpp with boost
    Ubuntu 16.04上源码编译Poco并编写cmake文件 | guide to compile and install poco cpp library on ubuntu 16.04
    Windows 10上源码编译Poco并编写httpserver和tcpserver | compile and install poco cpp library on windows
    ubuntu 16.04 和 windows 10系统安装mysql 允许远程访问 | mysql user guide on ubuntu 16.04 and windows 10
    编写自定义cmake配置文件FindXXX.cmake或者xxx-config.cmake | cmake with user defined entry
    [Part 4] 在Windows 10上源码编译PCL 1.8.1支持VTK和QT,可视化三维点云
  • 原文地址:https://www.cnblogs.com/mikelij/p/1779864.html
  • Copyright © 2011-2022 走看看