Missing license Requested URL: http://172.31.212.20/kentico10/ License status: Missing license If you're an administrator of this site, please go to L ...
分类:
Web程序 时间:
2017-11-27 11:08:25
阅读次数:
212
问题:NO 'Access-Control_Allow-Origin' header is present on the requested resource.解决方案 'yii\rest\Serializer', 'collectionEnvelope' => 'items', ]; public... ...
References [1] https://varvy.com/pagespeed/display.html Steps of a webpage being displayed 1. Request: A request is made when a link is clicked 2. Res ...
分类:
Web程序 时间:
2017-11-14 20:08:07
阅读次数:
174
tomcat启动报错 1.出现这个问题的原因可能是端口占用 tomcat没有 完全关闭进程还存在,杀死进程 其他软件占用相应端口 netstat -ano查看端口结束到,或者更改server.xml的默认端口 2.Cannot assign requested address的原因也有可能是loca ...
分类:
编程语言 时间:
2017-11-13 00:21:23
阅读次数:
238
使用 android_uiautomator 定位元素时(现在用的还不太熟,对于这个方法还需要加深了解)报错: 因为用的不熟,所以也是上网查了好多方法,最后检查代码的时候发现,原来是拼写错误 我将new UiSelector()写成了newUiSelector(),中间少了一个空格 ...
分类:
移动开发 时间:
2017-11-10 20:36:25
阅读次数:
1303
1. # Deny access to the entirety of your server's filesystem. You must # explicitly permit access to web content directories in other # <Directory> bl ...
分类:
Web程序 时间:
2017-11-10 10:59:23
阅读次数:
234
以"HTTP Status 404(The requested resource is not available)"示例 HTTP Status 404(The requested resource is not available)异常主要是路径错误或拼写错误造成的,请按以下步骤逐一排查: 1. ...
分类:
其他好文 时间:
2017-11-07 00:21:50
阅读次数:
141
我的WCF采用的是NetTcpBinding,使用时就会报错,换成BasicHttpBinding,就一切正常 The requested service, 'net.tcp://wcf.xxxxx.com:21336/GameService.svc' could not be activated. ...
分类:
Web程序 时间:
2017-11-04 13:32:05
阅读次数:
214
转自:http://blog.csdn.net/wangningyu/article/details/4522648# ...
分类:
其他好文 时间:
2017-11-03 16:20:16
阅读次数:
175