Stay Hungry,Stay Foolish!

03 2018 档案

摘要:抽象工厂 https://blog.csdn.net/wyxhd2008/article/details/5597975 首先来看看这两者的定义区别: 工厂模式:定义一个用于创建对象的借口,让子类决定实例化哪一个类 抽象工厂模式:为创建一组相关或相互依赖的对象提供一个接口,而且无需指定他们的具体类 阅读全文
posted @ 2018-03-27 01:57 lightsong 阅读(285) 评论(0) 推荐(0) 编辑
摘要:策略模式 https://en.wikipedia.org/wiki/Strategy_pattern In computer programming, the strategy pattern (also known as the policy pattern) is a behavioral s 阅读全文
posted @ 2018-03-27 01:47 lightsong 阅读(412) 评论(0) 推荐(0) 编辑
摘要:Proxy https://en.m.wikipedia.org/wiki/Proxy 代理人 与 被代理人 是 一对一的关系。 A proxy is an agent or substitute authorized to act for another person or a document 阅读全文
posted @ 2018-03-27 01:21 lightsong 阅读(603) 评论(0) 推荐(0) 编辑
摘要:类创建实例一般方式 http://groovy-lang.org/objectorientation.html#_class class Person { String name Integer age def increaseAge(Integer years) { this.age += yea 阅读全文
posted @ 2018-03-27 00:26 lightsong 阅读(579) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/iqmrhf/dotvpozt.html YAML是一个数据序列化语言,被设计成人类直接可写可读的。 它是JSON的严格超集,增加了语法显著换行符和缩进,就像Python。但和Python不一样, YAML根本不容许文字制表符。 http://www 阅读全文
posted @ 2018-03-20 23:40 lightsong 阅读(623) 评论(0) 推荐(0) 编辑
摘要:rest api http://www.cnblogs.com/zhangpengshou/archive/2012/07/09/2583096.html Rest模式get,put,post,delete含义与区别(转) 解释代码 POST /uri 创建 DELETE /uri/xxx 删除 P 阅读全文
posted @ 2018-03-19 23:08 lightsong 阅读(510) 评论(0) 推荐(0) 编辑
摘要:Continuous Design https://www.martinfowler.com/ieeeSoftware/continuousDesign.pdf T he rising popularity of refactoring, tools such as JUnit, and agile 阅读全文
posted @ 2018-03-19 23:04 lightsong 阅读(237) 评论(0) 推荐(0) 编辑
摘要:什么是 Globing? https://www.techopedia.com/definition/14392/globbing Definition - What does Globbing mean? Globbing is the process of using wildcard char 阅读全文
posted @ 2018-03-19 22:55 lightsong 阅读(908) 评论(0) 推荐(0) 编辑
摘要:http://groovy-lang.org/structure.html 3.2. Script class A script is always compiled into a class. The Groovy compiler will compile the class for you, 阅读全文
posted @ 2018-03-19 22:23 lightsong 阅读(219) 评论(0) 推荐(0) 编辑
摘要:shell 测试条件命令 http://blog.csdn.net/yangruibao/article/details/7427503 test 和 [ 命令 虽然 Linux 和 UNIX 的每个版本中都包含 test 命令,但该命令有一个更常用的别名 — 左方括号:[。test 及其别名通常都 阅读全文
posted @ 2018-03-19 22:21 lightsong 阅读(507) 评论(0) 推荐(0) 编辑
摘要:Metaprogramming https://en.wikipedia.org/wiki/Metaprogramming 元编程, 是一种编程技术, 制造的计算机程序,具有这种能力, 对待程序为他们的数据。 针对程语言的编程技术。 Metaprogramming is a programming 阅读全文
posted @ 2018-03-01 23:54 lightsong 阅读(260) 评论(0) 推荐(0) 编辑
摘要:Jenkinsfile开发语言 -- Groovy http://www.groovy-lang.org/ A multi-faceted language for the Java platform Apache Groovy is a powerful, optionally typed and 阅读全文
posted @ 2018-03-01 22:54 lightsong 阅读(1986) 评论(0) 推荐(1) 编辑

千山鸟飞绝,万径人踪灭
点击右上角即可分享
微信分享提示