2014年10月19日

learning by doing

摘要: https://www.codeschool.com/ 阅读全文

posted @ 2014-10-19 00:28 woody-nd 阅读(139) 评论(0) 推荐(0)

Don't let the fear for losing keep you from trying

摘要: Don't let the fear for losing keep you from trying 阅读全文

posted @ 2014-10-19 00:20 woody-nd 阅读(286) 评论(0) 推荐(0)

2014年10月15日

Remember that adversity is not a dead-end but a detour to a better outcome

摘要: Remember that adversity is not a dead-end but a detour to a better outcome 阅读全文

posted @ 2014-10-15 20:14 woody-nd 阅读(214) 评论(0) 推荐(0)

2014年10月13日

export project from intellij to myeclipse

摘要: Copy pathimport project-->exsiting project[copy project into workspace]myeclipse:add myeclipse web capabilities 阅读全文

posted @ 2014-10-13 17:04 woody-nd 阅读(163) 评论(0) 推荐(0)

2014年10月12日

Log4j Initialization

摘要: LogManager class looks for the system property log4j.configurationif is not defined, then it tries to look for a resource named log4j.properties/log4j... 阅读全文

posted @ 2014-10-12 15:59 woody-nd 阅读(306) 评论(0) 推荐(0)

Configuring log4j

摘要: Configuring log4j typically involes assigning level objects, defining appender objects, and specifying Layout objects.naming and placing the configuat... 阅读全文

posted @ 2014-10-12 15:45 woody-nd 阅读(173) 评论(0) 推荐(0)

Understanding Apache Log4j

摘要: Overview of the log4j architecture:The architecture of the log4j API is layerd. Each layer consist of different objects performing different task.The ... 阅读全文

posted @ 2014-10-12 15:26 woody-nd 阅读(112) 评论(0) 推荐(0)

What is logging

摘要: Logging is a systematic and controlled way of representing the state of an application in a human-readable fashion.it is systematicit is controlledit ... 阅读全文

posted @ 2014-10-12 15:00 woody-nd 阅读(121) 评论(0) 推荐(0)

2014年10月10日

Testing properties

摘要: You can do this with the inoperator, with the hasOwnProperty() and propertyIsEnumerable() methods, or simply by quering the property.var o = { x: 1 }"... 阅读全文

posted @ 2014-10-10 17:45 woody-nd 阅读(140) 评论(0) 推荐(0)

Object

摘要: An object is an unordered collection of properties, each of witch has a name and value.An object is more than a simple string-to-value map, in additio... 阅读全文

posted @ 2014-10-10 14:59 woody-nd 阅读(140) 评论(0) 推荐(0)

导航