码迷,mamicode.com
首页 >  
搜索关键字:Found invalid even    ( 10047个结果
运行android程序的时候出现了No compatible targets were found.Do you wish to...
No compatible targets were found.Do you wish to... 这种情况一般是第一次运行(本人菜鸟)会出现的问题,网上一般人的做法是在cmd中输入指令 之类的,我不建议这么做 首先看问题,这个错误是说明没有android虚拟机,那么新建一个就OK了。 假如出现了这个状况,就点击yes,然后new一个。 具体方案如下,(可自定义。仅供参考) ...
分类:移动开发   时间:2015-01-31 12:14:03    阅读次数:209
The JRE could not be found. Edit the server and change the JRE location.
最近在调试一个java项目的时候,发现报了这个错:The JRE could not be found. Edit the server and change the JRE location.找了好久,终于调好程序了。现把这个过程说明如下: 选择Server,然后   installed runtimes -> Tomcat5(配置的服务器中间件名称) -> edit -> 手...
分类:其他好文   时间:2015-01-30 22:46:24    阅读次数:250
Oracle异常
Oracle异常分类Oracle预定义异常(即已定义的内部异常)Oracle非预定义异常(即未定义的内部异常)用户自定义异常常见的预定义异常NO_DATA_FOUND 语句没有查询出符合条件的记录返回TOO_MANY_ROWS 语句符合条件的记录有多条返回DUP_VAL_ON_INDEX 数据库表中...
分类:数据库   时间:2015-01-30 22:18:28    阅读次数:251
Android的线程使用来更新UI----Thread、Handler、Looper、TimerTask等
方法一:(java习惯,在android不推荐使用)刚刚开始接触android线程编程的时候,习惯好像java一样,试图用下面的代码解决问题new Thread( new Runnable() { public void run() { myView.invalid...
分类:移动开发   时间:2015-01-30 21:00:27    阅读次数:172
Maven知识整理
一:根据包名找maven配置 查找地址:Maven资源库 二:Maven deploy时报Fatal error compiling: tools.jar not found错误的问题处理          点击Eclipse菜单:Window->Preferences->Java->Installed JREs,选择右侧的Edit来修改JREs,之前我的JRE home设置的是...
分类:其他好文   时间:2015-01-30 16:06:11    阅读次数:115
SSIS CDC(Change Data Capture)组件在数据库中启用报错。 The error returned was 14234: 'The specified '@server' is invalid
昨天实验CDC,在数据库中执行以下语句的时候出错。EXEC sys.sp_cdc_enable_table @source_schema = N'stg', @source_name = N'CDCSalesOrderHeader', @role_name = N'cdc_role', @s...
分类:数据库   时间:2015-01-30 10:36:52    阅读次数:326
DevExpress(2): ASPxUploadControl随笔
DevExpress版本14.1(1)在设置UploadMode为Advanced的情况下,比如要EnableMultiSelect的时候,为什么上传文件时出现Not Found?当UploadMode为Advanced的时候必须使用ASPxUploadProgressHttpHandler来处理文...
分类:Web程序   时间:2015-01-30 10:25:50    阅读次数:155
ORA-19571: archived-log recid 31 stamp 858722423 not found in control file
所有归档日志镜像复制,报错了!!!RMAN> run{allocate channel 3 device type disk; RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =======...
分类:其他好文   时间:2015-01-30 09:04:58    阅读次数:288
.NET:Threading and Exceptions
Do handle exceptions in threads.Unhandled exceptions in threads, even background threads, generally terminate the process.There are three exceptions t...
分类:Web程序   时间:2015-01-30 08:59:50    阅读次数:142
VENUS: The Root Cause of MSMR Performance Issue
VENUS: The Root Cause of MSMR Performance Issue (BTW: I use VENUS to mark the report to wish we will run to the goal smoothly.) High-level Description My mentor Heming and I have found th...
分类:其他好文   时间:2015-01-30 00:06:47    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!