Benx Shen's Library tagged → View Popular
Quartz - Quartz 1 - CronTriggers Tutorial
-
Format
A cron expression is a string comprised of 6 or 7 fields separated by white space. Fields can contain any of the allowed values, along with various combinations of the allowed special characters for that field. The fields are as follows:
Field Name Mandatory? Allowed Values Allowed Special Characters Seconds YES 0-59 , - * / Minutes YES 0-59 , - * / Hours YES 0-23 , - * / Day of month YES 1-31 , - * ? / L W C Month YES 1-12 or JAN-DEC , - * / Day of week YES 1-7 or SUN-SAT , - * ? / L C # Year NO empty, 1970-2099 , - * / So cron expressions can be as simple as this: * * * * ? *
or more complex, like this: 0 0/5 14,18,3-39,52 ? JAN,MAR,SEP MON-FRI 2002-2010
gotchas : Java Glossary
Java 被認為不好設計的語言特性列表。
當然,Java肯定不是一個十全十美的程式語言,發現不好的設計,其實也是一種進步。看一看,究竟我們這些Java programmer算不算是在泥巴裡面打仗。
-
A gotcha is a nasty surprise in the Java language or the standard libraries.
Functional programming in the Java language
In this article, author Abhijit Belapurkar shows you how to use functional programming constructs such as closures and higher order functions to write well-structured, modular code in the Java language.
-
Essentially, closures are objects that act as functions and can be operated upon as objects.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in java
-
Java and Java script Programind
Codes and techniques of pro...
Items: 4 | Visits: 113
Created by: stefan stoichev
-
Java
Items: 561 | Visits: 146
Created by: Lubos Pochman
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo



