1.遇到的问题: 打开soapui即报错,如下: You're getting this message since your computer is offline and SoapUI can't access Internet. Without Internet connection you might experience some issues when doing Web Service Testing. 2.解决办法: ①file----preference: ②proxy----…
开着idea,死机了,关机重启.重启之后,重新打开idea报错java.lang.AssertionError:upexpected content storage modification. goole得到: If you cannot even open your project in IntelliJ: Close IntelliJ Go to the directory <your_home>/.IntelliJIdeaXX/system/cache where XX is your…
[错误] 打开eclipse报错:发现了以元素 ‘d:skin’ 开头的无效内容.此处不应含有子元素. [具体报错信息] Error parsing D:\Android-sdks\system-images\android-22\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容.此处不应含有子元素. Error: Error parsing D:\android-sdks\s…
遇到了两个由于php.ini配置错误导致的报错:ajax图片上传报错和exec报错 首先第一个: 在做一个用ajax图片上传的功能中,php报了这样一个错误:File upload error - unable to create a temporary file; 然后百度了下,发现是由于php.ini配置文件的upload_tmp_dir的配置没有处理好. 于是百度下了这个:供参考下 1.因为php.ini中没有设置上传的临时文件,默认为系统的临时文件地址. 2.如果没有权限去读系统的临时文…
引用AForge.video.ffmpeg,打开时会报错:找不到指定的模块,需要把发行包第三方文件externals\ffmpeg\bin里的dll文件拷到windows的system32文件夹下. 就是那个:AForge.NET Framework-2.2.5-(libs only) 文件…
Loadrunner 录制htpps 协议通过IE打开页面,报错“Internet Explorer cannot display the webpage”. 但是直接打开IE不通过 loadrunner打开https页面却可以正常打开.     问题解决如下(Windows 7): 执行:cmd 然后执行命令:certutil -setreg chain\minRSAPubKeyBitLength 512 重启电脑,问题解决.   参考文章: http://eyeontesting.com/q…
需求:点击按钮,打开一个弹窗. // 获得窗体实例 Window window = openDesignViewModel.View as Window; // 这是使用了WAF框架 //Window window = new Window(); // 设置弹出位置在屏幕中间 double screenHeight = SystemParameters.FullPrimaryScreenHeight; double screenWidth = SystemParameters.FullPrima…
隔了一段时间没用eclipse, 打开之后报错: 从报错上来看是因为java版本太低导致的. 我打开cmd, 运行java -version 后 发现java 版本已经更新到了1.8 然后就有点懵. 去看了看环境变量也是好好的. 只好默默的掏出everything来搜索 java.exe, 然后就发现c盘下多了一个java版本. 这下就简单了.直接卸载掉这个多出来的1.6版本.然后装上最新的1.8到C盘就好了. 不过还是有疑问的,我看了下eclipse的配置,都是读取环境变量.环境变量又都是指定…
最近在使用Selenium打开IE浏览器碰到以下报错:…
忘记了截图,后来解决了就懒得再去重新制造错误了.大概记得是通过ssh连接linux时,报错 Could not verify `ssh-rsa` host key with fingerprint ... 解决方法:删除本地known_hosts文件. 注:时本地,不是服务器上的.我的在C:/User/Administor/.ssh/known_hosts .…