[2015-08-03 11:03:17 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/xxx/xxx/xxx;
[2015-08-03 11:03:17 - xxx] Conversion to Dalvik format failed: Unable to execute dex: Multipl...
分类:
其他好文 时间:
2015-08-03 11:35:53
阅读次数:
141
使用texniccenter工具编译生成PDF文件并同时预览生成的PDF文件时,遇到了 docopen bm.pdf fileopen bm.pdf cannot execute错误。解决的思路和步骤如下:
首先,需要明白的是PDF文件已经成功生成了,问题出在预览部分。然后,查看预览部分出错的原因。原因无非有如下几种:PDF预览软件没有安装,指定的PDF预览软件路径或名称错误,没有权限打...
分类:
其他好文 时间:
2015-08-03 06:42:31
阅读次数:
3023
Using RUNDLL32.exe to call a function within a dll Rundll32 is a utility included with Windows that allows you to execute an exported DLL-function fr....
分类:
其他好文 时间:
2015-08-02 16:29:56
阅读次数:
111
>>>importMySQLdb>>>conn=MySQLdb.connect(user=‘root‘,passwd=‘root‘)>>>cur=conn.cursor()>>>sql="selectuserfrommysql.userwhereuser=‘%s‘andpassword=‘%s‘";>>>cur.execute(sql%(‘aaa‘,‘aaa‘))0L>>>cur.execute(sql..
分类:
数据库 时间:
2015-08-01 19:13:12
阅读次数:
442
在搭建底层框架时,maven install itoo-base 和 itoo-tool(Packaging的值是ejb的)时,总是报如下的错误:
maven install itoo-base:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-ejb-plugin:2.3:ejb (default-ej...
分类:
编程语言 时间:
2015-07-31 23:38:51
阅读次数:
346
HttpResponse response = httpClient.execute(httpPost); //对zip进行解压 response.setEntity(new GzipDecompressingEntity(response.getEntity()));//在这里特殊处理一下就行 ....
分类:
Web程序 时间:
2015-07-31 12:09:24
阅读次数:
146
Web UI 自动化脚本分布执行过程中有时候需要获取浏览器的相关信息,此文给出了一个简略获取浏览器类型的方法,敬请各位小主们参阅。若有不足之处,敬请大神指正,不胜感激!闲话少述,上码。 1 /** 2 * Get browser type, for execute JavaScri...
分类:
Web程序 时间:
2015-07-30 19:13:28
阅读次数:
183
这几天在重看SEH机制,收获颇丰。随手写了一个用SEH进行跳转的代码贴于此处以作纪念。
当发生异常,并捕捉了异常,在OS的异常处理机制下,会进入异常过滤函数。过滤函数可以返回EXCEPTION_EXECUTE_HANDLER/EXCEPTION_CONTINUE_SEARCH/EXCEPTION_CONTINUE_EXECUTION三者之一,以此决定OS的后续操作。如果返回EXCEPTI...
分类:
其他好文 时间:
2015-07-30 02:11:20
阅读次数:
194
linux的权限分为 rwx三种:r: read读的权限。w: write写的权限x: execute执行的权限1.文件的权限文件的读写权限,没有什么特别的。那么什么是文件的执行权限呢?在window下面文件是否可以执行是由后缀名决定的,例如: .exe .com .bat等等但是在 linux中后...
分类:
系统相关 时间:
2015-07-29 13:49:01
阅读次数:
144
在Maven与Tomcat配合部署过程中,最常见的错误有三种,折腾了半天,终于找到三种错误产生的原因,以及相应的完美解决办法1. Connection refused错误报错信息如下:[ERROR]Failed to execute goal org.apache.tomcat.maven: tom...
分类:
其他好文 时间:
2015-07-29 06:17:25
阅读次数:
123