后端
spring boot 添加配置:
1 | # 国际化 |
启动类中使用增强器为每个Controller
注入变量
1 |
|
spring boot 添加配置:
1 | # 国际化 |
启动类中使用增强器为每个Controller
注入变量
1 | @Value("${i18n.locale}") |
th中使用vue变量
1 | <span th:text="'{{questionResourceType.count}}' + #{UI_38_02_016}">2653道题</span> |
1 | gt:great than(大于)> |
1 | [root@host ~]# cmake -version |
cmake
源码使用他的一键脚本 https://teddysun.com/448.html/comment-page-6#comments
如果你要想对用户进行操作,可以使用如下命令:
1 | l2tp -a 新增用户 |
其他事项:
1 | 1、脚本在安装完成后,已自动启动进程,并加入了开机自启动。 |
使用命令:
firewalld
yum install firewalld firewall-config
1 | systemctl stop firewalld |
systemctl start firewalld
systemctl stop firewalld
systemctl enable firewalld
systemctl disable firewalld
systemctl status firewalld
| systemctl status firewalld.service
| firewall-cmd --state
firewall-cmd --version
firewall-cmd --zone=public --list-ports
firewall-cmd --zone=public --list-service
--perament
设置为永久生效firewall-cmd --zone=public --add-port=9080/tcp --permanent
firewall-cmd --zone=public --remove-port=9080/tcp --permanent
firewall-cmd --reload
firewall-cmd --zone=public --query-port=9080/tcp
firewall-cmd --list-all
1 | iptables -A INPUT -p tcp --dport 9115 -j ACCEPT |
1 | # 查看所有行 |
1 | iptables -D INPUT -p tcp --dport 9115 -j ACCEPT |
接收后端传过来的值:
1 | // 类型切换 |
Thymeleaf 不支持 Vue 简写语法, 因为他默认使用的HTML严格检查, 下面的缩写都会报错:
1 | <!-- 缩写 --> |
取消严格检查:
1 | <!-- thymeleaf模板对html5标签不使严格检查 --> |
添加样式:
1 | [v-cloak] { |
在标签上加上 v-cloak
1 | <div class="topic-page" id="paper_list" v-cloak=""> |
java -Djava.rmi.server.hostname=45.76.214.173 -jar SSM_WEB_SERVER-1.0-SNAPSHOT.jar
jmap
,jstack
,jstat
,jconsole
,jvisualvm
1 | nohup java -jar ~/web/academy-tails.jar >/var/log/academy-tails.log 2>&1 & |
参考资料: 使用命令动态更新JAR包中的文件
创建要更新的jar包目录:
使用不压缩命令替换文件内容:
1 | jar -uvf0 content-microservice.jar BOOT-INF\lib\content-framework-0.0.1.jar |
错误异常:
1 | "error":"Internal Server Error","exception":"com.netflix.zuul.exception.ZuulException","message":"GENERAL" |
zuul 服务添加配置:
1 | # 负载均衡配置 |