07 2017 档案
摘要:在Android开发中使用gson解析json字符串,出现异常:java.lang.classnotfoundexception:com.google.gson.Gson。解决方案如下: 这个异常的怪异之处在于,你可能已经将google的gson包导入了项目,但是为什么应用程序仍然报错,说找不到这个
阅读全文
摘要:晚上打开eclipse时碰到这个问题 :Workspace in use or cannot be created, choose a different one. 网上看到这方面的解决方式: 原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace/.meta
阅读全文
摘要:Genymotion eclipse
阅读全文
摘要:using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Text.RegularExpressions; using System.Colle
阅读全文