最近读Thinking in Java,遇到第三章使用作者Bruce Eckel编写的官方包,但是从官方只能下载到.java格式的源代码。
走了点儿弯路,搞了一下,将作者的代码在Eclipse中新建一个项目导入进来。然后使用Eclipse->Export导出成jar包。
然后在我需要使用作者编写的Api的项目中,在项目上右键->properties->java build pa...
分类:
编程语言 时间:
2014-09-11 01:15:51
阅读次数:
239
题目原文:
Determine whether an integer is a palindrome. Do this without extra space.
click to show spoilers.
Some hints:
Could negative integers be palindromes? (ie, -1)
If you are thinking of conv...
分类:
其他好文 时间:
2014-09-09 13:04:18
阅读次数:
156
java 线程 在阻塞时终结 之中断讲解 ---thinking in java4...
分类:
编程语言 时间:
2014-09-07 18:36:45
阅读次数:
370
C++primer是最经典的c++教材之一,它的经典程度要超过thinking in c++。连thinking in c++作者本人都说他写这本书在某种程度上是让读者更好的理解C++primer。但是,我读书的经验是C++primer写的比thinking in c++好懂。 c++编程思想有两卷...
分类:
编程语言 时间:
2014-09-04 13:16:29
阅读次数:
189
Little Tim is now a graduate,and is thinking about higher studies. However, he first needs to appear in anexam whose preparation alone includes memorizing the meanings of over 3500words!
After going ...
分类:
其他好文 时间:
2014-09-03 13:10:06
阅读次数:
241
Mobile is no longer on the sidelines. If you’re not already thinking mobile first, you should at least consider it. Let’s go over compelling data that...
分类:
Web程序 时间:
2014-09-03 10:50:56
阅读次数:
235
Problem Description
Rompire is a robot kingdom and a lot of robots live there peacefully. But one day, the king of Rompire was captured by human beings. His thinking circuit was changed by human an...
分类:
其他好文 时间:
2014-08-28 11:27:09
阅读次数:
265
本文主要参照网上的一些相关文章、以及thinking in java 第三版,对java里面的内部类进行了一个较为详细的总结
内部类是指在一个外部类的内部再定义一个类。内部类作为外部类的一个成员,并且依附于外部类而存在的。内部类可为静态,可用protected和private修饰(而外...
分类:
编程语言 时间:
2014-08-24 23:38:03
阅读次数:
352
两个月并行学习设计模式、UML、ROSE:参考资料:HEAD_FIRST设计模式(中文版).pdf、[大象Thinking.in.UML].ThinkingInUML.pdf(UML入门教程(中文版).pdf和UML其它详细教程,重点是项目中常见应用的几个图)、RationalRos画图.docx要...
分类:
其他好文 时间:
2014-08-15 10:40:38
阅读次数:
180
Thinking in Java这个程序我自己敲出来的代码,用的方法很笨的感觉,将就着吧,目前没时间想那么多,得继续学啊。 1 class Vnum{ 2 public static void main(String args[]){ 3 CheckVampire cVamp...
分类:
编程语言 时间:
2014-08-14 16:20:28
阅读次数:
212