上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 57 下一页
摘要: 上周四,有用户反映线上app中的的某个网页打不开,返回404,地址类似:http://xxx.xxx.com/projectContext/appWeb/page/device/deviceList.html 背景:由于之前后端项目的重构,所有的请求路径,后端服务器已经不支持/projectCont 阅读全文
posted @ 2021-06-09 10:43 whmmm 阅读(261) 评论(0) 推荐(0)
摘要: 一、if语句中的判断条件(nginx) 1、正则表达式匹配: ==:等值比较; ~:与指定正则表达式模式匹配时返回“真”,判断匹配与否时区分字符大小写; ~*:与指定正则表达式模式匹配时返回“真”,判断匹配与否时不区分字符大小写; !~:与指定正则表达式模式不匹配时返回“真”,判断匹配与否时区分字符 阅读全文
posted @ 2021-06-09 10:30 whmmm 阅读(4626) 评论(0) 推荐(0)
摘要: 1. 下载 pinpoint 插件 开启日志功能需要自己写一个插件 ,参考 https://pinpoint-apm.github.io/pinpoint/perrequestfeatureguide.html#3-expose-log-in-pinpoint-web ,插件完成后放到 pinpoi 阅读全文
posted @ 2021-06-04 18:49 whmmm 阅读(1833) 评论(1) 推荐(0)
摘要: vue router history 模式 nginx 配置 : try_files $uri $uri/ /index.html 阅读全文
posted @ 2021-06-02 13:58 whmmm 阅读(285) 评论(0) 推荐(0)
摘要: export JAVA_HOME=/usr/local/amazon-corretto-8.282.08.1-linux-x64 export JRE_HOME=$JAVA_HOME/jre export PATH=$PATH:$JAVA_HOME/bin export CLASSPATH=./:$ 阅读全文
posted @ 2021-06-01 16:11 whmmm 阅读(75) 评论(0) 推荐(0)
摘要: 最近项目中使用的springboot打的jar包,放到服务器上跑,为了防止关闭终端窗口导致程序挂掉,采用nohup和&组合命令来操作 命令如下 : nohup java -jar test.jar &但是这种方式启动项目会默认生成一个nohup.out的文件来记录日志,而且这个文件太占磁盘内存了,几 阅读全文
posted @ 2021-06-01 13:09 whmmm 阅读(4904) 评论(0) 推荐(0)
摘要: elementui 前端需要配置 timeFormat: yyyy-MM-ddTHH:mm:ssZ 这样就可以了 <el-date-picker v-model="request.minTime" placeholder="最小时间" type="datetime" :value-format="t 阅读全文
posted @ 2021-05-28 18:44 whmmm 阅读(211) 评论(1) 推荐(0)
摘要: 错误: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory 安装: sudo apt-get install gconf-se 阅读全文
posted @ 2021-05-07 17:28 whmmm 阅读(1098) 评论(0) 推荐(0)
摘要: 使用 .annotationType().getAnnotation(ABC.class)不是 .getClass().getAnnotation(ABC.class) 阅读全文
posted @ 2021-04-23 14:00 whmmm 阅读(153) 评论(0) 推荐(0)
摘要: catalina.sh 设置 JAVA_OPTS : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888 idea 设置 阅读全文
posted @ 2021-04-22 11:09 whmmm 阅读(58) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 57 下一页
//增加一段JS脚本,为目录生成使用