【failed to get the task for process问题】A: Why am 
I getting "Error launching remote program: failed to get the task for process" 
when debugging an iPhon...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 18:10:58   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                运行:services.msc选择:VMware Authorization Service,运行它
                            
                            
                                分类:
数据库   时间:
2014-05-08 17:55:54   
                                阅读次数:
380
                             
                    
                        
                            
                            
                                一、启动jetty8后,访问页面时出现PWC6345: There is an error 
in invoking javac. A full JDK (not just JRE) is 
required问题是我的jre的目录不对解决办法:点击window->preference->java->I....
                            
                            
                                分类:
系统相关   时间:
2014-05-08 15:24:09   
                                阅读次数:
428
                             
                    
                        
                            
                            
                                使用Axis2 Code Generator生成客户端代码到最后生成代码过程中报错,An 
error occurred while completing process 
-java.lang.reflect.InvocationTargetException解决办法如下:下载backport-uti...
                            
                            
                                分类:
系统相关   时间:
2014-05-08 15:13:57   
                                阅读次数:
406
                             
                    
                        
                            
                            
                                最近在看pentaho-ce-5.1的源代码,用ant进行编辑的时候总是出错TryingtooverrideolddefinitionoftaskjavacError修改以前的内容<?xmlversion="1.0"?>
<projectname="HelloWorld"default="compress">
<presetdefname="javac">
<javacincludeantruntime="fal..
                            
                            
                                分类:
编程语言   时间:
2014-05-08 11:08:05   
                                阅读次数:
415
                             
                    
                        
                            
                            
                                今天搞了个unity3d游戏,准备部署到自己的lumia 
920上,数据线连接正常,操作正常,但是“build”以后,始终无法部署到手机上,也没有在选择的目录下生产任何相关文件。但是提示有一个错误: Error 
building Player: Exception: Error: method `S...
                            
                            
                                分类:
移动开发   时间:
2014-05-08 06:55:10   
                                阅读次数:
491
                             
                    
                        
                            
                            
                                安装XDebug后自动开启PHP Stack Trace,导致服务器PHP 
error日志暴满,甚至高达1G
                            
                            
                                分类:
Web程序   时间:
2014-05-08 00:43:36   
                                阅读次数:
482
                             
                    
                        
                            
                            
                                Entity framework在验证未通过的时候默认不会抛出详细异常,这给我们debug带来很大的困难,不过我们可以手动捕获,见代码:
private int Update(Employee entity)
        {
            string error = string.Empty;
            using (NorthwindEntities ctx = ...
                            
                            
                                分类:
其他好文   时间:
2014-05-07 21:50:21   
                                阅读次数:
302
                             
                    
                        
                            
                            
                                数组
C++ 不支持数组的抽象 abstraction 也不支持对整个数组的操作我们有时会希望对整个数组进行操作例如把一个数组赋值给另外一个数组对两个数组进行相等比较或者想知道数组的大小 size 例如给出两个数组我们不能用赋值操作符把一个数组拷贝到另一个中去。
int array0[ 10 ], array1[ 10 ];
array0 = array1;  // error
数组类型本...
                            
                            
                                分类:
编程语言   时间:
2014-05-07 21:38:43   
                                阅读次数:
487