10种延迟任务实现方式【转发】
https://blog.csdn.net/echizao1839/article/details/105533214
nginx+lua+redis+OpenResty缓存,限流
Lua安装yum install -y gccyum install libtermcap-devel ncurses-devel libevent-devel readline-develcurl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gztar -
centos7一键离线安装脚本-nginx
使用方法sh install_nginx.shinstall_nginx.sh接收$1参数,可指定安装路径,默认安装路径为/usr/localinstall_nginx.sh#!/bin/bashdirectory=$1current_dir=`pwd`function select
centos7一键离线安装脚本-mysql5.7
使用方法source install_mysql.shinstall_mysql.sh接收$1参数,设置mysql密码,默认密码为mysql初始密码,会打印出来。$2为安装路径,默认安装路径为/usr/local.$3为数据存储路径,默认安装路径为/usr/local/mysql/data.inst
centos7一键离线安装脚本-jdk.18
source install_jdk8.shinstall_jdk8.sh接收$1参数,可指定安装路径,默认安装路径为/usr/local
swagger2 model不显示 找不到model @ApiModel注解 不显示问题
解决方案:去掉内层实体的ApiModel描述注解。@ApiModel(value=“LoginParam”, description=“登录请求参数”)去掉description 即可。