摘要:
像map一样的json直接存值: import org.json.JSONObject def main(args: Array[String]): Unit = { val jsonObj :JSONObject= new JSONObject()jsonObj.put("zxtotal", "1 阅读全文
摘要:
用Scala编码的时候,经常会遇到scala集合和Java集合互相转换的case, scala.collection.Iterable <=> java.lang.Iterable scala.collection.Iterable <=> java.util.Collection scala.co 阅读全文
摘要:
redis命令参考网址:http://doc.redisfans.com/index.html 创建redis集群: key键操作: list列表操作: 阅读全文