初学java框架,最近用eclipse跟着视频坐淘淘商城这个项目,其中使用了JUnit4做单元测试.当运行测试代码时,项目报错:class not found xxx. 借助了其他大神的博客,论坛等解决了该问题. 解决方案:Window--->Preferences--->java--->Compiler--->Building--->Building path problems--->将头两个error 改成warning.…
1.字符串数组越界 java.lang.String IndexOutOfBounds Exception:String index out of range:-1 导致: Transaction rolled back because it has been marked as rollback-only. 分析原因: String[] params = new String[2]; params[0] = date; params[1] = code; int num = getSql(sb…
apache ab压力测试报错(apr_socket_recv: Connection reset by peer (104)) 今天用apache 自带的ab工具测试,当并发量达到1000多的时候报错如下: [root@aa~]# This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Li…
Xamarin.iOS真机测试报错 错误信息:The MinimumOSVersion inside Info.plist does not include the device version(error:0xe800007e). 这是因为项目的部署目标版本高于手机系统版本.这时,开发者需要打开Xamarin.iOS项目的Info.plist文件.在“部署目标”文本框中设置较低的系统版本号,以兼容手机系统.…