运行MyEclipse时,遇到这一错误提示: An internal error occurred during: "Launching chat on MyEclipse Tomcat ".java.lang.NullPointerException 如图: 百度搜索了一下方法: 1、首先关闭My ...
分类:
其他好文 时间:
2016-11-07 10:12:39
阅读次数:
215
由于没有正常关机导致eclipse无法将数据正常写入配置文件导致无法启动。报这样一个异常 查看workspace/.metadata/.log发现如下异常: 网上查了下说删除.metadata目录后重新导入项目即可,尝试了一下确实可行。但由于项目较多而且很多配置项需要重新配,这种情况下只好另觅道路了 ...
分类:
编程语言 时间:
2016-11-07 01:45:19
阅读次数:
276
一:Spark Streaming Job生成深度思考
1. 做大数据例如Hadoop,Spark等,如果不是流处理的话,一般会有定时任务。例如10分钟触发一次,1个小时触发一次,这就是做流处理的...
分类:
其他好文 时间:
2016-11-06 23:02:51
阅读次数:
475
传送门 Description Vitya is studying in the third grade. During the last math lesson all the pupils wrote on arithmetic quiz. Vitya is a clever boy, so h ...
分类:
其他好文 时间:
2016-11-05 14:13:39
阅读次数:
235
内容:12个wrieshark的提示 1.【Packet size limited during capture】 在捕获数据包大小有限,即包没有抓全 2.【TCP previous segment not captured】 TCP前一段不是被俘,即缺失的那段数据在整个网络都找不到(即排除了乱序) ...
分类:
其他好文 时间:
2016-11-01 13:46:51
阅读次数:
261
英文文档: hash(object)Return the hash value of the object (if it has one). Hash values are integers. They are used to quickly compare dictionary keys duri ...
分类:
编程语言 时间:
2016-10-29 11:38:39
阅读次数:
201
http://www.cnblogs.com/shanyou/archive/2009/03/29/1424213.html 工作流定义: The automation of a business process, in whole or part, during which documents, ...
分类:
其他好文 时间:
2016-10-20 00:15:15
阅读次数:
189
缘由: 在查询Mysql中的数据库,或者修改比较大的表的时候就会出现这种情况;google之:方案1.在mysql配置文件[myslqd]下面添加一行设置skip-name-resolve.需要重启mysql服务. 方案2.在hosts文件内添加: ip与主机名的映射关系,如: 127.0.0.1 ...
分类:
数据库 时间:
2016-10-12 19:53:18
阅读次数:
170
eclipse保存弹出错误提示框。 在编译java工程时,如果出现 “Errors occurred during the build. Errors running builder 'JavaScript Validator' on project '......'. java.lang.Null ...
分类:
编程语言 时间:
2016-10-11 11:33:43
阅读次数:
209
今天用Visual Studio 2010编译一个C工程时突然遇到下面这个编译错误。fatal error LINK1123:failure during conversion to COFF:file invalid or corrupt 试了很多方法都没有用,包括微软官方的说明http://bl ...
分类:
其他好文 时间:
2016-10-09 17:29:59
阅读次数:
139