最新文章列表

给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) 有1464人浏览 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) 有772人浏览 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) 有912人浏览 2011-07-31 12:58

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics