-
2017-06-17 09:16:20
- linux - nginx以非root权限启动
- 我要以非root权限启动nginx但是报错failed (13: Permission denied),网上查到的资料要修改nginx.conf里面的#user nobody为:user root,再重新加载就行了,但是我照做了,还是报错failed (13: Permission denied)...
-
0
4
1704
-
2017-06-17 09:16:04
-
2017-06-17 09:15:47
- android - 环信Easeui导入后启动报错UnsatisfiedLinkError
- 环信Easeui导入后启动报错UnsatisfiedLinkErrorjava.lang.UnsatisfiedLinkError: Couldn't load hyphenate from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.administrator.laia...
-
0
1
1395
-
2017-06-17 09:15:42
-
2017-06-16 09:19:22
- javascript - js 万物皆对象的问题
- 各位好,由于鄙人js基础较差,在工程中遇到基础问题较多,尤其是“万物皆对象”这个理念。就比如: 1、$scope.dataArr={};我要为其增加属性,$scope.dataArr.currTopic=xxxx就是错误的;然而$scope.dataArr[currTop...
-
0
2
1432
-
2017-06-16 09:18:37
- thinkphp nginx配置rewrite,地址会多出个.php
- thinkphp nginx配置rewrite,地址会多出个.php,http://localhost:7080/.php?m=...nginx配置文件server{ {代码...} include none.conf; {代码...} location ~ .php { {代码...} } rewrite ^/index.php(.*)$ /index...
-
0
2
1332
-
2017-06-15 09:23:14
-
2017-06-15 09:22:39
-
2017-06-15 09:22:32
-
2017-06-15 09:21:46
- javamail发送邮件是否跟所在的网络环境有关?
- 我在家里的长城宽带尝试使用javamail去发送邮件。一直报错554、但是我的电脑连接了手机热点就可以发送成功。在公司的联通网络也可以发送成功。难道javamail能否成功跟本地的忘了环境有关吗? {代码...}
-
0
2
1139