1.ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0Tcpwarpper阻挡了,编辑/etc/hosts.allow,加上这两行...
分类:
数据库 时间:
2015-05-20 00:19:07
阅读次数:
199
1IndentationError:expectedanindentedblockPython语言是一款对缩进非常敏感的语言,给很多初学者带来了困惑,即便是很有经验的Python程序员,也可能陷入陷阱当中。最常见的情况是tab和空格的混用会导致错误,或者缩进不对,而这是用肉眼无法分别的。在编译时会出现这样的错Ind..
分类:
编程语言 时间:
2015-05-18 21:06:51
阅读次数:
160
下面错误集合转自:http://blog.csdn.net/panfb227/article/details/6152988 请尊重原作者!【错误信息】[2011-01-19 16:39:10 - ApiDemos] WARNING: Application does not specify an ...
分类:
移动开发 时间:
2015-05-18 16:15:35
阅读次数:
353
案例一:从jsp提交数据到action报此错;原因:name=‘shop.account.accountId‘这各方式提交,映射关系的id值不能为空;然后就是你写成name=‘account.accountId‘同样会错;主键id不能为空!!
分类:
编程语言 时间:
2015-05-16 01:37:05
阅读次数:
178
这边文章是我记录调试JAVA程序的错误,每次遇到都会更新!
错误1.HTTP Status 405 - HTTP method GET is not supported by this URL
解决方法:解决办法:删除super.doGet(request, response);...
分类:
编程语言 时间:
2015-05-08 22:14:26
阅读次数:
175
1.LIBCMT.lib(wcslwr.obj) : error LNK2005: __wcslwr_s already defined in msvcrt.lib(MSVCR100.dll)解决方案:采用强制链接器做法按照正确顺序链接, 通过在Properties-Configuration Pr...
分类:
其他好文 时间:
2015-05-04 11:36:36
阅读次数:
136
错误信息:connection of the layout renderer failed.this may be caused by a misconfiguration of java.please close and open the file aganin翻译:布局渲染器连接失败了。这可能是...
分类:
其他好文 时间:
2015-04-30 16:06:41
阅读次数:
291
1.关于UIButton传值的switch判断,如下我们会发现OC中id类型在编译器中不能使用点语法switch(sender.tag)解决方案:可使用get方法switch([sender tag])
分类:
其他好文 时间:
2015-04-15 11:00:11
阅读次数:
113
一、 在Sublime Text 下不能编译的情况: 解决方案: 在编译之前先将文件保存(据说文件路径不能有中文)二、在 Sublime Text 出现 不能注释的错误 错误信息如下:SyntaxError: Non-ASCII character '\xe8' in file /Users/w.....
分类:
编程语言 时间:
2015-04-14 16:23:35
阅读次数:
135
操作:更新完成跳转至另一个查询的actionstruts配置文件正确配置方式:<resultname="succ"type="redirect">/query.action?state=${state}</result>struts配置文件错误配置方式:<resultname="succ">/query.action?state=${state}</result>错误原因:少..
分类:
其他好文 时间:
2015-04-08 19:57:48
阅读次数:
117