Swagger其实包含了三个部分,分别是Swagger Editor文档接口编辑器,根据接口文档生成code的Swagger Codegen,以及生成在线文档的Swagger UI。在AspNetCore中通常使用Microsoft封装的Swashbuckle来使用Swagger UI,这是一个As ...
Spring整合Quartz 1、quartz调度框架是有内置表的 进入quartz的官网http://www.quartz-scheduler.org/,点击Downloads, 下载后在目录\docs\dbTables下有常用数据库创建quartz表的脚本,例如:“tables_mysql.sq ...
分类:
编程语言 时间:
2019-11-17 12:37:11
阅读次数:
85
参考资料:https://blog.csdn.net/Ding_0110M/article/details/88083741 其中cmake配置编译: cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WI ...
分类:
系统相关 时间:
2019-11-17 10:21:03
阅读次数:
72
修改Nginx用户与组Nginx运行时进程需要有用户与组的支持,以实现对网站文件读取时进行访问控制Nginx默认使用nobody用户账号与组账号,一般也要进行修改修改的方法编译安装时指定用户与组修改配置文件指定用户与组方法一:编译安装时指定用户与组[root@localhostnginx-1.12.2]#./configure\>--prefix=/usr/local/nginx\>-
分类:
其他好文 时间:
2019-11-16 00:17:27
阅读次数:
71
在jsp中引入jstl的标签库和函数库 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> 1 ...
分类:
Web程序 时间:
2019-11-15 22:13:47
阅读次数:
100
开始时间:<font color="red" style="display: none;">${mess.startTime}</font> 首先要引入标签 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> ...
分类:
其他好文 时间:
2019-11-15 12:16:36
阅读次数:
224
实验环境 nginx1.12.1 : 192.168.1.19 mysql : 192.168.1.20:3306 1:编译或者升级nginx至版本1.9.0以上,编译过程中需带上--with-stream。 # ./configure --prefix=/opt/apps/nginx --with ...
分类:
数据库 时间:
2019-11-13 23:48:07
阅读次数:
106
查看kafka官网的userguide agent.sources = kafkaSource agent.channels = memoryChannel agent.sinks = hdfsSink agent.sources.kafkaSource.type = org.apache.flum ...
分类:
其他好文 时间:
2019-11-13 13:12:56
阅读次数:
101
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Exampl ...
分类:
其他好文 时间:
2019-11-13 00:54:18
阅读次数:
88
1、交叉编译 # tar -xvf sudo-1.8.6p7.tar.gz # cd sudo-1.8.6p7/ # mkdir build # ./configure --prefix=/home//sudo-1.8.6p7/build/ CC=aarch64-linux-gnu-gcc AR=a ...
分类:
其他好文 时间:
2019-11-12 13:07:36
阅读次数:
112