no such file /....../.lunchrc 出现时: 使用 source build/envsetup.sh 执行完后 再用lunch…
CCS5 建立SYS/BIOS工程时报错“cannot find file "./configPkg/linker.cmd" bios”的解决方法 报错 #10008-D cannot find file "./configPkg/linker.cmd" bios 或 Cmdr.xs", Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2);…
第一种错误 :idea中 maven打包时时报错User setting file does not exist C:\Users\lenevo\.m2\setting.xml, 解决方案如下:将maven的安装目录\conf目录下的setting.xml拷贝到C:\Users\lenevo\.m2目录下即可. 第二种错误: This application has no explicit mapping for /error, so you are seeing this as a fallb…
在使用swftools转换pdf 到swf的时候报错,有如下说明:if the pdf contains too many images / shapes, pdf2swf will fail with this error :ERROR Thisfileistoocomplextorender-SWFonly supports 65536 shapes at onceThere is a very simple fix : add “-s poly2bitmap” to the options…
昨天尝试在c9上部署了一个ThinkPHP用于开发,但是当试图连接数据库时却出现了这样的问题.经过查找资料发现此问题是由于没有找到mysql.sock这个文件造成的(这个东西估计是mysql的连接线程)..然后,,就苦逼了,翻来覆去改php.ini却一点效果都没有,最后找到了一个建软连接的办法,但是那个教程给的地址不适用于c9.最后实在忍无可忍就敲了一下mysql,突然跳出来一行“ERROR 2002 (HY000): Can't connect to local MySQL server th…
原因:可能是Django版本和Python版本或者PyMysql版本不一致 解决:升级或者降级Django版本 命令如下: pip install django==2.1.7 #django==版本号 或者 pip install -upgrade xxxx #来升级包xxx 或者先删除包 再安装 pip uninstall xxx pip install xxx…
构建前,记得,一定一定一定要先点击执行qmake:…
这个原因是在controller跑场景时,controller的日志文件占用内存太大 解决办法:先找到controller的日志文件Results——Results Setting——找到日志的路径,将日志文件删除即可, 如果删除过程中,提示在mmdrv.exe中正在运行,将mmdrv.exe在后台结束进程即可…
背景:在使用Samsung S系列手机进行自动化测试时,发现同样脚本的情况下华为荣耀系列可以正常运行,最终发现差异在于Android7.0及以上系统和appium版本不匹配,需要升级appium.但需要升级的文件较多,在win环境下不方便执行,所以需要找到一个能够快速解决的方案. 要解决的问题:appium在androidV7.0系统上运行时报错 Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install io.appium.set…
要解决的问题:appium在androidV7.0系统上运行时报错 Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install io.appium.settings without first uninstalling.] 原因分析:appium的uiautomator版本与androidV7.0不适配. 预置条件:手机端已经安装完Appium Settings 和 Unlock两个应用 解决步骤:1.修改源码文件-注释安装appi…