为了毕设学习一下:-D
原文Integrate git diffs with word docx files
以下基本为简要翻译
1. 安装Pandoc
a universal document converter
more...
为了毕设学习一下:-D
原文Integrate git diffs with word docx files
以下基本为简要翻译
a universal document converter
more...
https://www.cnblogs.com/math/p/exceltk.html?utm_source=itdadao&utm_medium=referral
1 | exceltk -t md -xls table123.xls |
1 | import org.junit.Test; |
FreeMarker 是一款 模板引擎: 即一种基于模板和要改变的数据, 并用来生成输出文本(HTML网页,电子邮件,配置文件,源代码等)的通用工具。 它不是面向最终用户的,而是一个Java类库,是一款程序员可以嵌入他们所开发产品的组件。
模板 + 数据模型 = 输出
参考以下文章,侵删致歉:
more...StringTemplate is a java template engine (with ports for C#,Objective-C, JavaScript, Scala) for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at code generators, multiple site skins, and internationalization / localization.
StringTemplate是一种基于java的模板引擎库。
more...
https://github.com/square/javapoet
开源java代码生成框架,提供Java Api生成.java源文件。
可以很方便的使用它根据注解、数据库模式、协议格式等来对应生成代码。
1 | private void generateHelloworld() throws IOException{ |
1 | package com.example.helloworld; |