摘要:
项目结构 项目设计 客户端同时大量请求服务端,服务端多线程处理连接,并发序列化获得客户端发送的数据,并做出处理。 IClients package simple.socket; import java.io.IOException; import java.io.ObjectOutputStream... 阅读全文
2015年4月10日 #
摘要:
1. Introduction Groovy supports multiple ways to generate text dynamically including GStrings, printf and MarkupBuilder just to name a few. In additio... 阅读全文
摘要:
1. Parsing XML 1.1. XmlParser and XmlSlurper The most commonly used approach for parsing XML with Groovy is to use one of: groovy.util.XmlParsergroovy... 阅读全文
2015年4月9日 #
摘要:
Groovy 类和JSON之间的相互转换,主要在groovy.json包下面1. JsonSlurper JsonSlurper 这个类用于转换JSON文本或从Groovy 数据结构中读取内容例如map、list和一些基本的数据类型如Integer, Double, Boolean和String. ... 阅读全文
摘要:
最近在研究关于groovy 相关的技术 希望有研究交到研究这方面的朋友 Groovy 最新的地址http://www.groovy-lang.org/ 阅读全文