摘要:
我们在创建项目时,出现Gradle同步失败,有时会提示你使用了代理服务器或者代理服务器不对。 但是我们到File --> Settings --> Appearance & Behavior --> System Settings --> HTTP Proxy中发现根本没有使用代理服务器 这时,我们 阅读全文
摘要:
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 localhost 的 TCP/IP 连接失败。错误:“Connection refused: connect。请验证连接属性,并检查 SQL Server 的实例正在主 阅读全文
摘要:
找到Android Studio安装目录 D:\Android\Android Studio\plugins\android\lib\templates\activities\common\root\res\layout 修改其中的simple.xml.ftl文件 阅读全文
摘要:
找到Tomcat安装目录conf/logging.properties文件 添加语句:java.util.logging.ConsoleHandler.encoding = GBK 重启Tomcat 阅读全文
摘要:
tomcat压缩包加压后,启动bin文件夹下面的startup.bat,在浏览器中输入http://localhost:8080/后出现熟悉的界面。 但是在eclipse中,启动tomcat后,在浏览器中输入http://localhost:8080/后,出现404界面。 解决办法: 修改后,保存, 阅读全文
摘要:
初学者在学安卓的时候,在《第一行代码》中,出现: Activity supporting ACTION_VIEW is not set as BROWSABLE less... (Ctrl+F1) Inspection info:Ensure the URL is supported by your 阅读全文
摘要:
在Android Studio 将程序发布运行到AVD的时候出现: Installation failed with message Failed to finalize session : INSTALL_FAILED_INVALID_APK: /data/app/ 解决方法: File -> S 阅读全文