场景 在将Android Studio的 .AndroidStudio目录修改为别的目录后,打开AS,提示更新,点击更新后提示: Connection Error,Temp directory inside installation: 后面跟的是修改之后的目录. 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公众号 霸道的程序猿 获取编程相关电子书.教程推送与免费下载. 实现 在检查了AS安装目录下配置文件的路径没有问题后. 注意此时的.A…
具体错误: Connection Error Failed to prepare an update: Temp directory inside installation: F:\IDEA_Tool\Cache\.IntelliJIdea2017.3\system\tmp\patch-update 解决方案: 准备工作,很重要! 导出你的设置, 一,移动IDEA所在文件夹中立cache的里面的那层 有的叫 android studio,我的叫.Inteliji.......... 这个文件夹要…
今天在学习laravel的路由模型绑定时,在按照文档执行php artisan migrate时报错. In Connection.php line 664: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `users_email_unique`(…
简述: Eclipse 启动时报错:Error when loading the SDK 错误信息: Error when loading the SDK: Error: Error parsing D:\android-sdk-windows\system-images\android-23\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.3.d:发现了以元素 'd:skin' 开头的无效内容.此处不应含有子元素. Error:…
SQL Server外部链接时报错:Error locating server/Instance specified 连接时报错信息: 08001 sql server network interfaces.Error locating server/Instance specified 解决方法: 先看下防火墙哦,千万不要被它给整惨了1.在sql  server外围应用配置器,进行服务和连接的外围应用配置器里面进行设置,sql2014的外围应用配置器打开位置:右键数据库---方面---外围应用…
windows 7 32bit python3.6.3 32bit pycharm2018社区版 32bit 问题说明: 添加wordcloud模块时报错:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 解决方法: 1. 打开http…
Jmeter联机负载时报错: connection refused to host localhost,nested exception  is:java.net ConnectException:Connection refused:connect 以上报错信息意思为: localhost做为负载机时, 连接时被拒绝了. 这里有个误区, 大家可能以为自己做为控制机, 启动了Jmeter, 就忘记了做为负载机(肉鸡)的本份, jmeter-server.bat依然需要启动起来的呀. 所以, 要解…
执行rpm -ivh 时报错:error rpmdb BDB0113 Threadprocess 11690140458095421504 failed 1.具体报错如下: [root@heyong tools]# rpm -ivh jenkins-2.197-1.1.noarch.rpm error: rpmdb: BDB0113 Thread/process 11690/140458095421504 failed: BDB1507 Thread died in Berkeley DB li…
 更新数据库时报错   查看数据库里的数据是已经更新了 . 我开始用的是注解@Update("......")调试了好久都找不到原因,因为单独执行更新语句是正确的,在项目里运行,数据也能更新成功,后来将注解换成Mybatis的XML格式,就不再报错了.…
利用python控制selenium进行一个网页的登录时报错: C:\Users\Desktop\selenium\chrome>python chrome.py selenium.common.exceptions.WebDriverException: Message: unknown error: Element is not clickable at point (844, 555)  (Session info: chrome=66.0.3359.117)  (Driver info:…