nginx rewrite 500的故障 今天遇到的一个问题 当访问 www.biglittleant.cn/mall 返回500,当访问 www.biglittleant.cn/mall/返回正常的页面。 我们来还原一下当时的情况 nginx配置文件如下: 解决办法: cat的多行内容有$等特殊字 ...
分类:
其他好文 时间:
2020-04-30 13:35:41
阅读次数:
83
题目描述 Although Inzane successfully found his beloved bone, Zane, his owner, has yet to return. To search for Zane, he would need a lot of money, of whi ...
分类:
其他好文 时间:
2020-04-30 09:32:09
阅读次数:
48
"题目" Although Inzane successfully found his beloved bone, Zane, his owner, has yet to return. To search for Zane, he would need a lot of money, of whi ...
分类:
其他好文 时间:
2020-04-29 23:39:16
阅读次数:
77
安装node.jssudo chmod -R 777 git 释放读写权限。git是文件夹名 单独vue安装创建 cordova项目 不要cnpm sudo npm install -g cordova cordova create xuanwu com.example.xuanwu xuanwu ...
分类:
移动开发 时间:
2020-04-29 00:41:11
阅读次数:
110
本文讲解了如何处理捕获全局异常以及怎么自定义异常,顺便说明了统一结果的返回格式,并特殊处理的404,not found的异常,将其作为统一结果返回。如果你觉得本文有用,点个赞吧! ...
分类:
编程语言 时间:
2020-04-26 21:13:29
阅读次数:
97
经过验证,浏览器上同一个请求无法同时访问两个controller。 如果同时请求两个controller会报异常: java.lang.IllegalStateException: Ambiguous mapping found. Cannot map 'shiroController2' bean ...
分类:
其他好文 时间:
2020-04-25 00:47:40
阅读次数:
76
0424数组操作 重点 ~~~ 数组作为参数进行传递格式: 方法调用时仅仅在方法中调用数组名即可 方法定义时需完整定义:int[] arr class Demo5 { public static void main(String[] args) { int[] arr = {1, 2, 3, 4, ...
分类:
编程语言 时间:
2020-04-24 23:26:57
阅读次数:
104
!!!一个惊天巨坑!!! 因为要进行复杂的动态sql查询,从注解方式转到xml方式,看了https://mybatis.org/mybatis-3/zh/写好代码,能跑起来,一操作数据库就报错:Invalid bound statement (not found),即在mybatis中mapper接 ...
分类:
其他好文 时间:
2020-04-23 18:58:03
阅读次数:
67
更改配置文件nginx.conf fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; 替换成下面 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; 然 ...
分类:
Web程序 时间:
2020-04-23 16:20:50
阅读次数:
83
https://blog.csdn.net/qq_34474324/article/details/98874675 ...
分类:
移动开发 时间:
2020-04-23 00:55:39
阅读次数:
140