11 2016 档案

摘要:Controlling Execution ___ true and false Java doesn’t allow you to use a number as a boolean. If you want to use a non boolean in a boolean test, you 阅读全文
posted @ 2016-11-29 15:13 玄天强 阅读(273) 评论(0) 推荐(0)
摘要:Operator ___ Using Java operators Some operators change the value of an operand. This is called a side effect. Almost all operators work only with pri 阅读全文
posted @ 2016-11-28 19:50 玄天强 阅读(485) 评论(0) 推荐(0)
摘要:Everything Is an Object ___ You manipulate objects with references + Each programming language has its own means of manipulating elements in memory. + 阅读全文
posted @ 2016-11-25 16:46 玄天强 阅读(458) 评论(0) 推荐(0)
摘要:Introduction To Obejct ___ The progress of abstraction + But their primary abstraction still requires you to think in terms of the structure of the co 阅读全文
posted @ 2016-11-23 10:12 玄天强 阅读(384) 评论(0) 推荐(0)
摘要:JDBC基础内容 阅读全文
posted @ 2016-11-04 09:16 玄天强 阅读(225) 评论(0) 推荐(0)