java
儿大不由爷
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java 实现Singleton
http://radio-weblogs.com/0122027/stories/2003/10/20/implementingTheSingletonPatternInJava.htmlImplementing the Singleton Pattern in JavaThis is a copy of a 8 August 1998 article I had or转载 2012-11-21 10:07:17 · 734 阅读 · 0 评论 -
andorid:HTTP Post 代码
public void postData() { // Create a new HttpClient and Post Header HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost("http://www.yoursite.com/script.php转载 2014-06-17 19:24:08 · 859 阅读 · 0 评论 -
Eclipse 异常关闭后,无法启动解决
在使用过程中,Eclipse出现异常,并关闭,然后无法启动eclipse,重启原创 2014-04-22 14:37:14 · 1225 阅读 · 0 评论 -
Google Java编码风格
http://google-styleguide.googlecode.com/svn/trunk/javaguide.htmlGoogle Java StyleLast changed: December 19, 20131 Introduction1.1 Terminology notes1.2 Guide notes2 So转载 2014-01-27 11:01:10 · 1302 阅读 · 0 评论 -
Java中如何重载equsals和hashCode方法,示例和提示
How to override equals and hashCode method in Java - Example, TipsOverride equals and hashCode in JavaEquals and hashCode in Java are two fundamental method which is declared in Object class a转载 2013-07-19 17:30:30 · 1432 阅读 · 0 评论 -
Java中HashMap如何工作的?
How HashMap works in JavaHow HashMap works in JavaHow HashMap works in Java or sometime how get method work in HashMap is common questions on Java interviews now days. Almost everybody who转载 2013-07-19 17:34:19 · 939 阅读 · 0 评论
分享