-- 查询请求定义SELECT fcpt.user_concurrent_program_name, decode(fe.execution_method_code, 'H', '主机', 'S', '立即', 'J', 'Java...
分类:
数据库 时间:
2016-02-16 16:39:17
阅读次数:
175
现象:客户在使用过程中,在输入框粘贴时,程序崩溃分析:从dump和log看到是:Insufficient memory to continue the execution of the program. at System.Runtime.InteropServices.ComTypes.IDataObject.GetData(FORMATETC& format, STGMEDIUM& med...
出现这种状况是因为Eclipse默认开启挂起未捕获的异常(Suspend execution on uncaught exceptions),只要关闭此项就可以了。解决方法:在eclipse中选择Window->Preference->Java->Debug,将“Suspend execution
分类:
系统相关 时间:
2016-01-29 20:36:59
阅读次数:
193
Error:Execution failed for task ':app:compileDebugNdk'.> Error: NDK integration is deprecated in the current plugin. Consider trying the new experimen
分类:
移动开发 时间:
2016-01-29 12:14:38
阅读次数:
162
错误描述
今天在Android Studio项目中加入了jackson的开发包,编译运行时候,引发了如下的错误:
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
> com.android.build.api.transform.TransformException: com.a...
分类:
移动开发 时间:
2016-01-27 17:24:07
阅读次数:
177
MyBB <= 1.8.2 unset_globals() Function Bypass and Remote Code Execution(Reverse Shell Exploit) Vulnerability
分类:
系统相关 时间:
2016-01-25 11:32:51
阅读次数:
256
SourceAnalysis - 50 - Spring - AspectJ 这篇的目的也比较直接,今天突然发现同事问到切点表达式发现自己还是不太熟悉 AspectJ 的切点表达式,只知道最简单的 execution 表达式,所以来整理一下一些切点表达式的使用方法,算是插入的一篇文章吧。 首先对于一...
分类:
Web程序 时间:
2016-01-17 18:58:49
阅读次数:
168
这几天eclipse 项目迁移 android studioError:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.> com.android.build.api.transform.Transfor...
分类:
移动开发 时间:
2016-01-14 14:03:36
阅读次数:
1741
PXE(Pre-boot Execution Environment)是由Intel设计的协议,它可以使计算机通过网络而不是从本地硬盘、光驱等设备启动。现代的网卡,一般都内嵌支持PXE的ROM芯片。当计算机引导时,BIOS把PXE client调入内存执行,并显示出命令菜单,经用户选择后,PXE c...
分类:
Web程序 时间:
2016-01-14 01:00:22
阅读次数:
173
Error:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 10 decl...
分类:
其他好文 时间:
2016-01-11 20:06:34
阅读次数:
199