Prob
使用第三方类库报错Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code 在Android Studio中加了一个依赖之后,编译出错,解决办法是在项目的属性中设置 sourceCompatibility
Android连接电脑新增文件无法显示的问题 在调试app时,创建文件,在手机上可以看到文件新建成功,但是在电脑上看不到文件。这个bug不知道
Android Studio 函数描述弹出很慢的问题 找到版本对应的目录,将在线查询替换为本地查询,需要在SDKmanager中先下载SDK文档 .AndroidStudio2.2\config\options\jdk.table.xml 将该文件中的http:
Chrome Keep扩展运行出错的问题解决 主要问题还是扩展连接的网址被墙的原因,将其加入代理即可 *.googleapis.com *.googleusercontent.com //跟google翻译的扩展问题一样 //不同在于k
Visual Studio使用過程中的問題 格式化快捷鍵及樣式 快捷鍵為Ctrl+K->Ctrl+D 設置格式化樣式工具->選項->文本編輯
Chrome谷歌翻譯擴展沒有網絡連接的問題 提取翻译时出错,请检查网络连接。 在網頁中選中單詞單擊擴展圖標後,出現上述提示,將瀏覽器代理設置為全
Tomcat配置問題匯總 解壓後點擊startup運行閃退 原因可能是沒有配置環境變量,JAVA_HOME,JRE_HOME,CLASSPATH
使用Android Studio中遇到的錯誤 Error:Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) <a href="syncProject">Re-download dependencies and sync project (requires network)</a> <a href="syncProject">Re-download dependencies and sync project (requires network)</a> solved: 1) Manually download Gradle 3.3 binary (direct link: https://services.gradle.org/distributions/gradle-3.3-bin.zip) 2) Open your android
文件Hash校驗Hash軟件 下了個eclipse的安裝包,看了下下載鏈接是http的,於是打算校驗一下hash值,沒想到官網上只給了一個SH
使用gcloud source克隆代碼出錯的問題 gcloud source repos clone java-gae-quickstart --project=mytest-161202 在Google Cloud Platform中創建好代碼庫,並且在本機安裝好Google Cloud SD