码迷,mamicode.com
首页 >  
搜索关键字:_executing _finishe    ( 325个结果
Caused by: java.sql.SQLException: Incorrect integer value: '' for column 'clientId' at row 41
1、错误描述 [ERROR:]2015-06-10 13:48:26,253 [异常拦截] oa.exception.ExceptionHandler org.hibernate.exception.GenericJDBCException: error executing work at org.hibernate.exception.internal.StandardSQLExceptio...
分类:数据库   时间:2015-06-10 15:40:31    阅读次数:254
linux网关下drcom web自动登陆脚本
/etc/init.d/drcomd:1 #!/bin/sh2 #3 # The environment is cleared before executing this script4 # so the path must be reset5 #6 PATH=/usr/sbin:/sbin:/us...
分类:Web程序   时间:2015-06-10 15:38:44    阅读次数:230
android中The connection to adb is down,问题和解决
自己总结的在android中常会出现的不好解决的问题和方法(其中第三个方法经过了四天的折磨。。。。。哎)1.报错:BUILD FAILEDD:\workspace\ganji\build.xml:144: The following error occurred while executing th...
分类:移动开发   时间:2015-06-08 21:21:49    阅读次数:177
Android build-tools升级至23.0.0_rc1后无法编译的问题解决
背景因为项目要换android studio,就用了一把,结果自动给我下载了最新的build-tools 23.0.0_rc1,然后当我再次用eclipse打开项目时就死活编译不了了,git reset了n次,删了重导也不行。最终发现报错如下: Description Resource Path Location Type Error executing aapt. Please check aap...
分类:移动开发   时间:2015-06-04 11:53:56    阅读次数:231
Kali linux virtualbox rc=1908 错误解决办法
Kalilinuxvirtualbox rc=1908错误解决办法:当我尝试启动virtualbox时候提示:Kernel drivernotinstalled(rc=-1908)TheVirtualBoxLinuxkerneldriver (vboxdrv)iseithernotloadedorthereisapermissionproblemwith /dev/vboxdrv.Pleasereinstallthekernelmoduleby executing‘/etc..
分类:系统相关   时间:2015-05-25 14:48:18    阅读次数:244
Column 'id' in where clause is ambiguous
1、错误描述 org.hibernate.exception.ConstraintViolationException: error executing work at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:72) at org.hiber...
分类:其他好文   时间:2015-05-15 22:52:01    阅读次数:891
SQL CTE 数据汇总
if exists (select * from sysobjects where name='Test') drop table test;gocreate table Test(ID int, --IDName nvarchar(50), --名称Total int, --总量Finishe.....
分类:数据库   时间:2015-05-13 12:07:35    阅读次数:203
Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in
执行Maven Install打包的时候,出现以下错误信息:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project pro-test: Error assembling WAR: webxml attribute is required (or...
分类:Web程序   时间:2015-05-10 15:49:01    阅读次数:383
[unroll(num)] for(int i;i<num;i++)
https://msdn.microsoft.com/en-us/library/windows/desktop/bb509602(v=vs.85).aspxUnroll the loop until it stops executing. Can optionally specify the ma...
分类:其他好文   时间:2015-05-06 21:05:53    阅读次数:124
Caused by: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0
1、错误描述 [ERROR:]2015-05-05 16:35:50,664 [异常拦截] org.hibernate.exception.GenericJDBCException: error executing work at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQ...
分类:数据库   时间:2015-05-06 01:31:41    阅读次数:344
325条   上一页 1 ... 22 23 24 25 26 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!