一、问题起源
在MySQL的官方文档中有明确的说明不支持嵌套事务:
1. Transactions cannot be nested. This is a consequence of the implicit commit performed for any current transaction when you issue a START TRANSACTION statement or...
分类:
数据库 时间:
2015-04-23 15:49:47
阅读次数:
179
今天,又出现了adb连接不上的问题了。现象,adb shell 时出现以下信息: * daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon显然,原因是ADB SERVER的端口被占用...
分类:
数据库 时间:
2015-04-22 20:46:49
阅读次数:
216
beeline -f 执行sql文件,如果报“Error: Error while compiling statement: FAILED: ParseException line 1:814 cannot recognize input near ‘;’ ’ in expression specification (state=42000,code=40000)”错误。可能是因为“;”后面有空格...
分类:
其他好文 时间:
2015-04-22 18:38:45
阅读次数:
5928
Cannot attach the file 'D:\GitHome\cae\CAE\App_Data\membership.mdf' as database 'membership'.说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的....
分类:
数据库 时间:
2015-04-22 09:30:36
阅读次数:
593
SharePoint 2013 OWA The webpage cannot be found (HTTP 404) 错误解决方法
这个问题让我很伤心,最终解决方法很简单。
使用浏览器开发工具, F12, 找到 你要连接的地址,如下图
把这个地址复制出来,在浏览器里检查 是否能访问,也可以使用这个方法,如下。
如果在浏览也找不这个文件,还成IP地址试试,如果出现如...
分类:
Web程序 时间:
2015-04-21 11:08:43
阅读次数:
421
public interface Executor {
/**
* @param command the runnable task
* @throws RejectedExecutionException if this task cannot be
* accepted for execution
* @throws NullPoint...
分类:
其他好文 时间:
2015-04-20 22:44:41
阅读次数:
104
1、VsFTP出现500 OOPS: cannot change directory的解决办法 在安装完vsftp服务后登陆时可能遇到cannot change directory后面是登陆者的目录的错误。这是因为SE设置的关闭了ftp的原因。可以使用下面的命令查看SE的状态1 [root@loca...
分类:
其他好文 时间:
2015-04-20 22:08:15
阅读次数:
105
Android在绑定service的时候出现java.lang.ClassCastException:android.os.BinderProxy cannot be cast to ...异常时:修改manifest文件里边相关服务去掉android:process=":remote"。...
分类:
移动开发 时间:
2015-04-20 17:05:41
阅读次数:
446
当你在Eclipse引用不同版本JDK工程时会发生该问题。由于你开发环境中应用了多个版 本的JDK 或JRE导致的。Eclipse会按照最初的开发环境默认选择对应的Jre。如Eclipse上有jdk1.4开发的环境工程,当你在引入高版本 jdk1.6开发的工程时,以上问题就出现了。问题解决的方案如下...
分类:
编程语言 时间:
2015-04-20 16:39:16
阅读次数:
127
在VS2012打包过程中,遇到这个错误,困扰我好几天,后来通过谷歌找到解决方案,如下:Expand the deploy solution (+) on the right panel (Solution Explorer)Expand the menu "Configure the target ...
分类:
其他好文 时间:
2015-04-20 16:27:47
阅读次数:
119