Search
1
windows kill 进程
2
maven命令
3
信息系统开发与管理精讲12
4
信息系统开发与管理精讲11
5
信息资源开发管理精讲9
登录
以下是
Java
相关的文章
2021-08-31
FreeMarker制作word docx $ 占位符分离的处理
在使用zip包提取document.xml的时候,例如:$被分离成 ${ name} 此工具类可以将 等影响语义等的字符去掉。希望对你得到帮助。public class FtlGenerate { public static void main(String[] args) { FileReader fileReader = new FileReader("C:\\Users\\liuqiang\\Desktop\\work-space\\zxxt\\jiazuxintuo\\wms-server\\src\\main\\resources\\template\\docx\\document.xml"); List<String> strings = fileReader.readLines(); File
2021-08-31
165 阅读
0 评论
11 点赞
2021-07-07
quartz cron表达式
格式:A cron expression is a string comprised of 6 or 7 fields separated by white space. Fields can contain any of the allowed values, along with various combinations of the allowed special characters for that field. The fields are as follows:|Field Name|Mandatory|Allowed Values|Allowed Special Characters||-------|-------|-------|-------||Seconds| YES |0-59|, - * /||Minutes| YES|0-59|,- * /||Hours|
2021-07-07
177 阅读
0 评论
15 点赞
2021-05-26
tomcat配置
server.xml<Context path="/samples" docBase="D:\sdf\samples\WebRoot" debug="0" reloadable="true">
2021-05-26
137 阅读
0 评论
0 点赞
2021-05-08
FreeMarker的入门使用
引入依赖maven中介仓库<!-- https://mvnrepository.com/artifact/org.freemarker/freemarker --><dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.30</version></dependency>
2021-05-08
276 阅读
0 评论
0 点赞
2021-04-25
Swagger使用配置
package com.ct.wms.core.swagger;import com.ct.wms.core.util.JwtTokenUtil;import org.springframework.beans.factory.annotation.Value;import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import springfox.documentation.builders.ApiInfoBuilder;import springfox.do
2021-04-25
396 阅读
0 评论
0 点赞
2021-04-01
记一次litemall安装配置运行过程【详细】.md
文章创建日期 2021-03-31希望此文章,可以为使用Litemall项目的开发人员起到一定的帮助作用litemal项目gitHub地址:https://github.com/linlinjava/litemall.git star 15.6K开发参考文档:https://linlinjava.gitbook.io/litemall/配置最小开发环境:MySQLJDK1.8或以上MavenNodejs微信开发者工具数据库依次导入litemall-db/sql下的数据库文件litemall_schema.sqllitemall_table.sqllitemall_data.sql1.下载项目到自己电脑上: 使用git bash操作git clone https://github.com/linlinjava/litemall.git项目目录结构如图所示本地运行通过IDE
2021-04-01
560 阅读
0 评论
0 点赞
2021-03-30
记一次halo博客安装-nignx 代理配置
配置Https在腾讯云控制台下载ssl证书nginx文件夹下证书包含一个 crt文件 , 一个 key文件上传到云服务器的 nignx 目录下
2021-03-30
174 阅读
0 评论
0 点赞