- 浏览: 8512 次
- 性别:
最新评论
文章列表
Table of Contents
Chapter 1: Basics of Apache Maven
Setting up Apache Maven on Windows
Setting up Apache Maven on Linux
Setting up Apache Maven on Mac
Verifying the Apache Maven installation
Creating a new project
Compiling and testing a project
Understanding the Project Object Model
Unders ...
第五本书其实是W3C的教程,小例子都很适合我.
官网指导
先下JDK1.6标配的kepler版本
示例1
示例2
未例3
Introduce to
你最近在读什么书?
的确有好一阵子疏于学习,
虽然看似有模有样几本,仅限于走马观花,不得要领。
———— 就其原因,多是懒惰所致。
<<Linux c>>这本书真是不错,前几天看了一点哈佛 David J (?) 激情四射的 cs50,
仍然觉得这本书是宝书,看过的书中。
前几个月也看过一些很平庸的书,也许是看得不用心,看完毫无用处,就不一一记录了。
眼下在看的是<<ssm >>题材的,spring3.x 虽然有点点老,这本看完了再去读reference 想必会容易些。
spring 概述
spring 快速入门
IOC
bean
spr ...
英文名叫 THE JAVA PROGRAMMING LANGUAGE 4TH.
那时刚接触到编程,当时看得稀里糊涂。现在拿回来重新审视,觉着写得不错,内容翔实。
我需要多动手——在读此书过程中一直对自己这样说。
fast review
class and object
extend class
interface
innerClass
Enum
sign value and variable
wrapper class
operator
control flow
generic type
exception
string
thread
annotation
reflact
garbage ...
晚上看完了著名的《代码整洁之道》——是因为有一名已经离职的同事向我推荐过此书,然而我也同间断读了一个月之久。此书的前半截还是挺精彩的,后半截因为粘了大量代码而草草浏览过去。
有意义的命名
函数只做一件事
函数应该短小
函数只有一个抽象层级
函数参数的个数,多于三个使用参数对象
异常捕捉try...catch就只有一件事
DRY 原则 do not repeat yourself
结构化编程的优点
尽量不注释
别返回 null 别传递null
学习log4j
类应该短小
类名描述权责
SRP 类有且只有一条加以修改的理由
系统应由许多短小的类组成,每个类封装成一个权责
D ...
這本書時下已經出到第六版了,可是官方售價不菲。我從第一章節讀到今天的第十章節,用去了將近半年時間——這是相當難堪的,以致我無法將書的內容連貫起來。記到這裡反省,也方便日後檢查。因為是本寶書。所以留存。
1,Getting Startted
2,Objected Oreinted concept
3,Language Basics
4,Simple Data Object
5,Class and Inheritance
6,Interface and Packages
7,Handling Error
8,threads
9,i/o
...
jsp 脚本9个内置对象:app config exception out page req resp session
servlet 监听 非阻塞IO webSocket
strtus2
hibernate5
作者李刚;书太厚了;
抽象类和接口的区别 写道
No.1: Abstract class can extend only one class or one abstract clas ...