码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for …
编译通过并且运行web成功后,访问的页面不需要连接数据库,不牵扯到反射调用实体类就不会报错, 报错内容如下: [WARNING] org.springframework.web.util.NestedServletException: Request processing failed; neste...
分类:移动开发   时间:2015-09-16 19:57:29    阅读次数:286
js调试工具Console命令详解
1、显示信息的命令 console.log(‘hello‘); console.info(‘信息‘); console.error(‘错误‘); console.warn(‘警告‘); 2、占位符 console上述的集中度支持printf的占位符格式,支持的占位符有:字符(%s)、整数(%d或...
分类:Web程序   时间:2015-09-16 18:21:42    阅读次数:168
sql语句:创建事物
BEGIN TRAN Tran_Money --开始事务DECLARE @tran_error int;SET @tran_error = 0; BEGIN TRY UPDATE tb_Money SET MyMoney = MyMoney - 30 WHERE Name...
分类:数据库   时间:2015-09-16 17:53:26    阅读次数:170
Python网络爬虫 - 3. 异常处理
handle_excpetion.pyfrom urllib.request import urlopenfrom urllib.error import HTTPErrorfrom bs4 import BeautifulSoupimport sysdef getLogo(url): try...
分类:编程语言   时间:2015-09-16 17:30:18    阅读次数:244
错误代码报错--fatal error: unexpectedly found nil while unwrapping an Optional value
fatal error: unexpectedly found nil while unwrapping an Optional value 属性列表文件源文件没有allkey的属性,因为用错了属性列表文件。
分类:移动开发   时间:2015-09-16 15:40:25    阅读次数:145
[eclipse] Server at localhost was unable to start within 45 seconds.
When debuging in the eclipse with Tomcat, i meet these error:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the serv...
分类:系统相关   时间:2015-09-16 15:37:39    阅读次数:190
MYSQL报Fatal error encountered during command execution.错误的解决方法
{MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered during command execution. ---> MySql.Data.MySqlClient.MySqlException (0x8...
分类:数据库   时间:2015-09-16 15:33:27    阅读次数:2840
Nginx配置error_page 404错误页面
问题由来昨天一网友在segmentfault.com上提问,无法做404重定向打开对方的网站随便输入一个错误的地址发现给出了404代码,但是页面完全空白,并没有显示404页面的设定内容当时就明白啥情况了,只要在nginx.conf配置文件上加上一句fastcgi_intercept_errors o...
分类:其他好文   时间:2015-09-16 14:11:06    阅读次数:107
MySQL提示Got error 28 from storage engine
MySQL提示Got error 28 from storage engine 表示临时空间不够,无法执行此SQL语句。出现这个问题后第一感觉就是日志文件太大服务器硬盘被占满。连上服务器后:1、执行 df -h 查看分区空间信息,找到占空间比较大的目录2、进入占用空间较大的目录,执行du -sh *...
分类:数据库   时间:2015-09-16 12:13:08    阅读次数:198
工作表
Sub 新建工作表()Sheets.Add , , 2 自动命名Sheets.Add.Name = "hello" 直接命名End SubSub 删除工作表()Sheet1.DeleteSheets("hello").Deleteon error resume nextapplication.dis...
分类:其他好文   时间:2015-09-16 12:09:29    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!