最新文章列表

给shell脚本传参数Passing arguments to a shell script

Simple explanation $0 is the name of the command $1 first parameter $2 second parameter $3 third parameter etc. etc $# total number of parameters $@ all the parameters will be listed Passing argument ...
darrenzhu 评论(0) 有1545人浏览 2016-01-26 18:34

How to get started with functional programming

by John on July 24, 2011 Someone asked me this weekend how to get started with functional programming. My answer: Start by writing pure functions in the programming language you’re currently using. ...
hlzhao 评论(0) 有855人浏览 2011-09-04 09:25

参数断言工具

见代码: public final class Argument { private Argument() {} public static void notNull(Object object, String message, Object... args) { if (object == null) thr ...
dengminhui 评论(0) 有972人浏览 2011-07-31 12:58

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54917) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37267) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics