摘要: Atlassian ID has become the new Atlassian Account. Read more about it here. After some great community feedback, we are releasing SourceTree for Mac 1 阅读全文
posted @ 2016-05-09 16:32 霓裳梦竹 阅读(479) 评论(0) 推荐(0)
摘要: 1. 下载安装包 进入 JetBrains 官网,http://www.jetbrains.com/idea/download/#tabs_1=windows, 从Ultimate下载企业版 IntelliJ IDEA15 安装包, ideaIU-15.0.1.exe如下图 进入 Oracle 官网 阅读全文
posted @ 2016-05-09 16:01 霓裳梦竹 阅读(633) 评论(0) 推荐(0)
摘要: /** Get a service caller to call a service synchronously. */ //ServiceCallSync sync(); /** Map of name, value pairs that make up the context (in parameters) passed to the servic... 阅读全文
posted @ 2016-05-09 15:58 霓裳梦竹 阅读(234) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-05-09 10:43 霓裳梦竹 阅读(288) 评论(0) 推荐(0)
摘要: annotation:注释 注解 documentation:文件 证明文件 embed:嵌入 context:环境 上下文 explicity: 明确的 明白的 conversion: 转化 阅读全文
posted @ 2016-05-09 10:42 霓裳梦竹 阅读(161) 评论(0) 推荐(0)
摘要: 这是刚开始时进入的界面,从这里可以看出他所需要的输入参数和输出参数: 这是定义输入参数的代码,与页面对应。 这是定义输出参数的代码,与页面对应。 从actions中的代码可以看出他是调用的另一个service的方法:即mantle.product.PriceServices,find#Product 阅读全文
posted @ 2016-05-09 10:06 霓裳梦竹 阅读(364) 评论(0) 推荐(0)
摘要: 1. Groovy : Groovy Console The Groovy Swing Console allows a user to enter and run Groovy scripts. This page documents the features of this user inter 阅读全文
posted @ 2016-05-09 08:56 霓裳梦竹 阅读(1021) 评论(0) 推荐(0)
摘要: 假设现有customer.xml 文件内容如下: 使用Grovvy语言输出所有的“corporate”客户的名称和公司: 输出结果为: Bill works for Microsoft Steve Jobs works for Apple Jonathan Schwarts works for Su 阅读全文
posted @ 2016-05-09 08:44 霓裳梦竹 阅读(603) 评论(0) 推荐(0)