原地址http://www.cplusplus.com/doc/tutorial/pointers/PointersIn earlier chapters, variables have been explained as locations in the computer's memory which can be accessed by their identifier (their nam... Read More
posted @ 2014-01-29 06:10 刺客主谋 Views(302) Comments(0) Diggs(0) Edit
1.不要使用System.out.println作为调试工具Do not useSystem.out.printlnas a tool to debug2.把所有涉及到的组件日志级别激活并使用Enable detailed log level of all the components involved.3.使用日志分析器来读取日志Use a log analyzer to read logs.0.Conditional Breakpoint条件断点(如果你不知道如何添加断点)Hope we know how to add a breakpoint. If not, just click on Read More
posted @ 2014-01-29 00:36 刺客主谋 Views(302) Comments(0) Diggs(0) Edit
原文地址:http://javapapers.com/core-java/eclipse-shortcuts/Editors are an integral part of a programmer’s life. If you have good proficiency in using an editor thats a great advantage. It comes very handy to debug. Traditional notepad and SOPs (System.out.println) are the way we start learning a languag Read More
posted @ 2014-01-29 00:10 刺客主谋 Views(289) Comments(0) Diggs(0) Edit