- 浏览: 96915 次
- 性别:
- 来自: 上海
文章分类
- 全部博客 (133)
- jQuery (11)
- XML (3)
- 组件 (1)
- JAVA (20)
- WEB (3)
- SPRING (6)
- HIBERNATE (5)
- AJAX (2)
- JS (1)
- JAVA webservice (1)
- Ditu (1)
- WEBSITE (1)
- HIBERNATE ANNOTATION (1)
- 排序 (1)
- TCP_NODELAY (1)
- ConvertUtils (1)
- Logistics (1)
- SQL SERVER 中identity (4)
- sql server (35)
- MYSQL (1)
- Eclipse (6)
- ORACLE (6)
- FLEX (4)
- notepad++ (0)
- UNION ALL (1)
- JUnit (3)
- SQL 异常处理 (1)
- @@trancount (1)
- IOS (1)
- ORA-02266 (1)
- REMOTE DESKTOP (0)
- HTML 优化 (1)
- CRLF (1)
- SQL Server Sequence (1)
最新评论
-
zjuttsw:
看的舒服
重要的hashcode equals转载
http://extjs2.iteye.com/blog/790096
发表评论
-
JAVA 的checked异常和unchecked异常
2015-03-03 17:23 633JAVA 的checked异常和unchecked异常 (20 ... -
good upload
2013-08-01 12:48 354http://spring-geli.iteye.com/bl ... -
文件上传
2013-08-01 12:01 269http://zhangjunhd.blog.51cto.co ... -
错序死锁(Locking-ordering deadlock)
2013-07-31 15:15 673错序死锁(Locking-ordering deadlock) ... -
collection排序
2013-06-17 16:52 510http://www.cnblogs.com/huangfox ... -
ServerSocket 与 Socket的区别
2013-04-03 08:08 677http://www.cnblogs.com/mareymar ... -
java基础:关于java流与文件操作
2013-04-03 00:36 660http://www.blogjava.net/haizhig ... -
NumberFormatException异常
2013-03-17 21:48 10131. 对应String类型的对象 ... -
Heep and Stack
2013-02-20 16:52 580java中堆(heap)和堆栈(s ... -
Java中HashMap的工作机制
2013-01-12 19:50 0http://java.chinaitlab.com/adva ... -
java中去掉字符串中间的空格
2013-01-12 19:23 9241.JAVA中去掉空格 2. 3.1. S ... -
JAVA高级
2013-01-12 19:23 696http://java.chinaitlab.com/adva ... -
Java中的克隆(Clone)机制
2013-01-12 19:19 623http://java.chinaitlab.com/adva ... -
java设计模式示例
2013-01-12 19:13 755http://blog.csdn.net/chmask/art ... -
Thread
2013-01-12 18:20 690Java:使用wait()与notify()实现线程间协作 2 ... -
hashCode equal避免的几个误区
2012-12-28 11:45 1851对于hashcode方法和equals ... -
重要的hashcode equals转载
2012-12-28 10:26 769http://www.iteye.com/topic/2571 ... -
JAVA HashCode
2012-12-28 10:14 639http://www.cnblogs.com/batys/ar ... -
java bingfa
2012-12-27 14:29 716http://www.iteye.com/topic/3665 ... -
内部类
2012-12-04 18:51 768Java代码 内部类的分类:成员内部类,静态内部类,局部内 ...
相关推荐
What’s so good about an object-oriented language?. 19 Refining your understanding of classes and objects. 21 What’s Next?. 23 CHAPTER 2: All about Software. 25 Quick-Start Instructions. 25 What You ...
The Cucumber for Java Book has the same great advice about how to deliver rock-solid applications collaboratively, but with all code completely rewritten in Java. New chapters cover features unique ...
You should have a good understanding of objects and what they’re about, including polymorphism. Again, these are topics covered in Thinking in Java. On the other hand, by going through this book ...
If you have a java interview coming up in a few days or you want to impress your peers and superiors with your technical strengths during code review sessions, team meetings, and stand-ups, and ...
There are many good books available in the market which independently teach Java, Web Servers, MVC based Frameworks, JSP, PL/SQL, AJAX, JavaScript, CSS, HTML5, UML, SDLC etc. This book covers all of ...
started learning about it. A data structure is never mutated in place. Instead, a new version of the data structure is created. The strategy of copy and write with maximized sharing was an intriguing ...
Not only does this approach provide good, practical examples, but you will learn useful library classes you might not otherwise know about. The design of a simplified banking program is introduced in...
Problem Solving in Data Structures & Algorithms” is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for ...
This book explores how Java supports networks, starting with the basics and then advancing to more complex topics. An overview of each relevant network technology is presented followed by detailed ...
This book is a practical, hands-on guide that provides you with clear and pragmatic information to take advantage of the real power of RESTful services and gives you a good foundation for using them ...
This is not a book about security theories—it’s the hard lessons learned from those who have been exploited, turned into actionable items for application designers and condensed into print. ...
Very good job by the authors to enable any Java Developer develop/deploy standards based micro-services, no jargon but real examples and scenarios, serves both as a guide and cookbook. Thanks for the...
This book is for you if you care about the architecture of the software you are building. To get the most out of this book, you must have some experience with web development. The code examples in ...
Our code is all in JavaScript, but this isn’t a book about JavaScript, and so we’ve done our best to explain the abstractions and functional- ity that the code itself represents so that you can ...
Most of the game development enthusiasts are ‘tinkerers’-people who are good at programming and know a lot about programming methods; however, they may have never written a complete game program, ...