摘要: 1. 存取单个对象1.1 存入1 MyClass o = new MyClass();2 JSONObject json = new JSONObject();3 json.put("object",o)1.2 取出1 JSONObject jo= json.getJSONObject("objec... 阅读全文
posted @ 2014-10-31 16:33 明明妮 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: 报错信息:You asked me to pull without telling me which branch youwant to merge with, and 'branch.v1.0.0.merge' inyour configuration file does not tell me,... 阅读全文
posted @ 2014-10-20 15:51 明明妮 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 1. 指定源代码目录和资源目录maven默认的源代码和资源目录只有src/main/java, src/main/resources, src/test/java, src/test/resources,若不进行设置,则当代码和资源不在这些目录下时编译和打包将不会包含这些内容。 src... 阅读全文
posted @ 2014-10-11 13:01 明明妮 阅读(197) 评论(0) 推荐(0) 编辑