一、参考书
C: 《The c programming langage》
C++:《Thinking in C++》,《The c++ programming language》,《effective c++》,《more effective c++》,《exceptional c++》,《more exceptional c++》,《inside the c++ object model》
Java:《Thinking in java》,《Core Java》,《effective java》,《Java Puzzlers》,《Java Network Programming》,《java concurrency in practice》,《深入Java虚拟机》
windows:《Windows核心编程》,《Windows Internals》
linux:《Advanced Programming in the UNIX.Environment》,《Understanding Linux Network Internals》,《UNIX Network Programming》
network:《TCPIP Illustrated Volume I》,《The Linux Networking Architecture》
编程珠玑
编程之美 算法导论 top coder
二、测试
测试网站:http://www.ltesting.net/ceshi/ceshijishu/csyl/
it公司面试题:http://www.mianwww.com/html/category/it-interview/webdev
三、
性能优化 http://www.cnb
logs.com/fish-li/category/453548.html
前端网页素材大全:http://js.itivy.com/
四、浏览器兼容性问题
1.各浏览器中 ‘width’ 和 ‘height’ 在某些元素上的作用位置有差异
参考:http://www.w3help.org/zh-cn/causes/RD8001
2.
IE6 中浮动元素在某些情况下会有双倍外边距
参考:http://www.w3help.org/zh-cn/causes/RX1001
3、css层叠
参考:http://www.w3help.org/zh-cn/kb/005/
4.CSS hack
参考:http://www.w3help.org/zh-cn/causes/RY8003
http://topic.csdn.net/u/20100715/17/6306e40a-1ea1-4f0f-a1c3-acd7470800ea.html?18677
5.CSS 框模型( Box module )
参考:http://www.w3help.org/zh-cn/kb/006/
6.CSS 定位体系
参考:http://www.w3help.org/zh-cn/kb/009/