mysql general_log
show variables like 'general_log'; -- 查看日志是否开启 show variables like 'log_output'; -- 看看日志输出类型 table或file show variables like 'general_log_file…
show variables like 'general_log'; -- 查看日志是否开启 show variables like 'log_output'; -- 看看日志输出类型 table或file show variables like 'general_log_file…
location ^~ / { proxy_pass http://127.0.0.1:8081/; proxy_set_header &n…
1.查看防火墙状态 查看防火墙状态 systemctl status firewalld 开启防火墙 systemctl start firewalld 关闭防火墙 systemctl stop firewalld 开启防火墙 service firewalld start 若遇到无法开启 先用:systemctl u…
customRender: (text, row, index) => { let colNum = this.getCountNum(text, row, index, "date") return { children: <&…
getCountNum(text, row, index, key) { var data = JSON.parse(JSON.stringify(this.dataSource)) var colNum = 0 var now = row[key] if&n…
SELECT (SELECT sum(driver_salary) from hydd_taizhang) ss , (SELECT SUM(dt_salary)+SUM(ct_salary) FROM hydd_order) sss
在APP.VUE style css中添加 .uni-stat__select{ padding: 0 !important; width: 100% !important; } .uni-stat__select>uni-view{ width: 100%&…