如何解决错误:PHP SOAP Fatal error: Uncaught SoapFault exception: [Client] looks like we got no XML document ? 有以下代码,运行时出现以上错误。其原因也明确,因为__soapCall期望返回XML格式的数 ...
分类:
Web程序 时间:
2017-05-25 19:01:17
阅读次数:
249
用firebug查看网络请求发现js没有问题,问题在于ajax返回的数据错误,格式是<script type='text/javascript'> ... ... </script>所以报错显示的是返回的串的第一个字符“<” ...
分类:
其他好文 时间:
2017-05-25 15:49:29
阅读次数:
378
I had the same issue today on v3.4.3.855.I set the api key using the required command, then when I ran the push I got this warning: WARNING: No API Ke ...
启动hive后运行:SHOW TABLES 报错 hive> show tables; FAILED: Error in metadata: MetaException(message:Got exception: javax.jdo.JDODataStoreException An excepti ...
分类:
其他好文 时间:
2017-05-22 16:37:59
阅读次数:
224
安装和运行【必须】 * 解压apache-tomcat-6.0.35.zip * 位置:不能包含中文和空格 * 运行: %tomcat%/bin/startup.bat * 测试 * http://localhost:8080 2、启动错误 * 没有配置JAVA_HOME系统环境变量 * 错误内容 ...
分类:
其他好文 时间:
2017-05-22 15:06:11
阅读次数:
181
@echo off::port为需要去绑定端口set port=8888for /f "tokens=5 delims= " %%a in ('netstat -ano ^|findstr /c "%port%"') do ( echo pid=%%ataskkill /f /pid %%aGOTO ...
分类:
其他好文 时间:
2017-05-22 00:21:20
阅读次数:
263
在a页面点击的时候用sessionStorage 存取一个键值对,在b页面的onload中获取这个键名,如果值和在a页面存储的值一样,则触发需要的点击事件(模拟点击),触发之后销毁这个键名下的值,防止刷新的时候再次触发点击事件 a.html a.js b.js 摘录自蓝色骨头 ...
分类:
其他好文 时间:
2017-05-21 12:42:53
阅读次数:
138
近期数据库从10.2.0.3升级到了10.2.0.5之后,一些对象无法编译通过。查看了这些对象主要表如今之前写法不严格的SQL语法导致了这些package无法成功编译,诸如select查询列中不能使用混淆的列名称等。另外一个比較表现突出的是返回ORA-00932: inconsistent data ...
分类:
其他好文 时间:
2017-05-20 14:29:22
阅读次数:
238
Thinking will not overcome fear but action will. 空想终日惶恐,行动方可无惧。 As the deadline comes closer and closer, the fear in my heart seems to nearly swallow ...
分类:
其他好文 时间:
2017-05-20 10:13:32
阅读次数:
196
1 /************************************************************************* 2 > File Name: goto.c 3 > Author: Mr.Yang 4 > Purpose:演示goto的用法 (段错误出现的场景... ...
分类:
编程语言 时间:
2017-05-19 19:36:50
阅读次数:
215