java开发

阅读更多
一、参考书
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
it英文网站:http://stackoverflow.com/
测试经验之谈:http://www.cnblogs.com/TankXiao/archive/2012/03/29/2418219.html

三、性能优化  http://www.cnblogs.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/


7、Python简明教程
   http://sebug.net/paper/python/    http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000


8、在职
   http://kb.cnblogs.com/page/132752/

9、http详解
http://www.cnblogs.com/TankXiao/archive/2012/09/26/2695955.html

10、正则表达式在线测试
http://tool.oschina.net/regex

你可能感兴趣的:(java,面试)