摘要: 地址:http://spring.io/tools/ggtsSee All Versions可以下载更多版本,里面包含安装版和解压版 阅读全文
posted @ 2014-01-11 15:37 尐sんΙ頭 阅读(457) 评论(0) 推荐(0) 编辑
摘要: Exception in thread "main" org.json.JSONException: A JSONObject text must begin with '{' at character 1 of [data:[[.....] at org.json.JSONTokener.syntaxError(JSONTokener.java:450) at org.json.JSONObject.(JSONObject.java:179) at org.json.JSONObject.(JSONObject.java:326) at sun.refle 阅读全文
posted @ 2014-01-11 11:45 尐sんΙ頭 阅读(4319) 评论(0) 推荐(0) 编辑
摘要: 正文:在Groovy 1.8发布新闻中,提到Groovy增加了对JSON的支持。Dustin Marx在其博文中,讲述了这一功能的使用。用法真的很简单,创建一个JSON对象:import groovy.json.JsonBuilderdef json = new JsonBuilder()json.state{ capital "Denver" majorCities "Denver", "Colorado Springs", "Fort Collins"}println json看看结果!是不是很简单!在Debu 阅读全文
posted @ 2014-01-11 11:34 尐sんΙ頭 阅读(2886) 评论(0) 推荐(0) 编辑
摘要: 在创建如下代码时报出此错:TypeError: d.read is not a function 1 Ext.define('shebyxgl_sheb_model', { 2 extend: 'Ext.data.Model', 3 fields: [ 'shebid', 'shebname' ] 4 }); 5 var sheb_store = Ext.create('Ext.data.Store', { 6 model: 'shebyxgl_she_model',//model名称引用错误,少了 阅读全文
posted @ 2014-01-11 10:44 尐sんΙ頭 阅读(1565) 评论(0) 推荐(0) 编辑