03 2015 档案
摘要:JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。下载JSON所需要的jar文件并加入工程后,编写如下代码:package com.hzhi.json;import net.sf.json.JSONArray;import net.sf.json.JSON...
阅读全文
摘要:error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.这个错误表明缺少Theme.AppCompat.Light这个主题,而这个主题...
阅读全文
摘要:运行Eclipse,出现了"Failed to create the Java Virtual Machine."错误:解决的办法是在Eclipse的解压目录下找到eclipse.ini文件,修改其中的参数。修改前的eclipse.ini文件:-startupplugins/org.eclipse....
阅读全文