conversion to dalvik format failed with error 1
摘要: 从SVN得到新版本后提示conversion to dalvik format failed with error 1在eclipse开发Android项目时出现的很多问题都可以使用Project-->clean就OK了
阅读全文
posted @
2012-02-22 11:44 freexiaoyu 阅读(29) |
评论 (0) 编辑
android 运行模拟器提示 INSTALL_FAILED_INSUFFICIENT_STORAGE
摘要: 意思是空间不够用 操作方法如下:选择你的应用,右键选择【run as】--【run configurations】--【target】--【Additional Emulator Command Line Options】(见下图),填写“-partition-size 256”原文地址:http://kb.cnblogs.com/a/2287500/
阅读全文
posted @
2012-02-08 19:34 freexiaoyu 阅读(93) |
评论 (0) 编辑
android调用 asp.net webservice
摘要: public SoapPrimitive detail; // 命名空间 private static final String NAMESPACE = "http://tempuri.org/"; //webservice地址 private static String WebServiceURL = "http://www.xxx.com/Services/xxx.asmx"; //此处是命名空间+方法名 private static String SOAP_ACTION = "http://tempuri.org/GetComapnyXM
阅读全文
posted @
2012-02-06 16:36 freexiaoyu 阅读(163) |
评论 (0) 编辑
文章标题 标签提取
摘要: 引用PanGuDLLprivate string GetWords(string input) { ICollection<PanGu.WordInfo> words = new Segment().DoSegment(input); StringBuilder result = new StringBuilder(); List<string> list = new List<string>(); foreach (WordInfo word in words) { if (word != null && word.Word.Length
阅读全文
posted @
2012-02-05 23:24 freexiaoyu 阅读(25) |
评论 (0) 编辑