摘要:
项目结构 项目设计 客户端同时大量请求服务端,服务端多线程处理连接,并发序列化获得客户端发送的数据,并做出处理。 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... 阅读全文