- 浏览: 251519 次
- 性别:
- 来自: 成都
最新评论
-
wilsonchen:
...
pdf.js html5展现pdf -
angole:
不错,又学习到了。
mybatis打印sql -
hft24dq:
rxcss66 写道 个人没有搞明白什么原理,不过跟一楼说的一 ...
mybatis打印sql -
fireinjava:
fireinjava 写道org.apache.ibatis. ...
mybatis打印sql -
fireinjava:
org.apache.ibatis.logging.LogFa ...
mybatis打印sql
文章列表
原文地址:http://sd.csdn.net/a/20110701/300875.html
【CSDN编译】导读:本文根据Jeff Atwood的博文《Performance is a Feature》整理编译而来。作者就如何创建高性能网站分享了一些经验。现整理出来与大家分享。
以下是博客内容:
很多数据表 ...
原文地址:http://news.csdn.net/a/20110628/300747.html
一个好的创业点子是成就一个成功企业的关键。什么才是好的创业点子?创业点子又如何成就一个企业呢?GitHub公司的设计师Kyle Neath写了一篇博文《Build your business around an idea》,相信 ...
原文地址:http://get2java.wordpress.com/2011/06/27/envers-easy-auditing-for-entity-classes/
Have you tracked your Entity Objects ? When it has created,modified and deleted with time.
Try Envers for Easy Auditing of Entity Classes. Very simple to audit your Entity classes using @Audited. Envers now become ...
总结:HPack 优于 CJSON
json1 json2 json3 json4 json5
Original JSON size (bytes) 52966 104370 233012 493589 1014099
Minimized 33322 80657 180319 382396 776135
Compress CJSON 24899 48605 108983 231760 471230
Compress HPack 5727 10781 23162 49099 99575
Gzipped 2929 5374 11224 23167 43550
Gzipped and Minimiz ...
I think for your purposes either library will probably work fine and be pretty easy to use.
Some tradoff considerations:
Apache-POI's XSSF component can read .xlsx files. JExcel only supports the older .xls file format.
Apache-POI also offers an event based API which can be used to drastically redu ...
原文地址:http://bloodredsun.com/?p=320
另一篇文章:What Every Computer Scientist Should Know About Floating-Point Arithmetichttp://download.oracle.com/docs/cd/E19957-01/806-3568/ncg_goldberg.html
My current client is in the middle of hiring some Java developers and as I
mentioned earlier in March (Interviewi ...
原文地址:http://jbaruch.wordpress.com/2011/06/22/unified-logging-using-slf4j/
Integrating, integrating, integrating. That’s what we do in Java enterprise development. Persisting objects with Hibernate wrapped by JPA using C3Po (or JTA?) (or MongoDB over Morphia?), processed with JBMP, created by JAXB (ja ...
原文地址:http://www.brucephillips.name/blog/index.cfm/2009/12/8/Struts-2-Global-Exception-Handling-With-Logging
Struts 2 Global Exception Handling With Logging
Posted At : December 8, 2009 5:15 PM | Posted By : Bruce Phillips
Related Categories: Java
Introduction
One of the perks of my current job is I ...
http://www.javacodegeeks.com/2011/06/java-dev-most-useful-books.html
Joshua Bloch, Effective Java (2nd Edition).
Christian Bauer and Gavin King, Java Persistence with Hibernate.
Brian Goetz with Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, and Doug Lea, Java Concurrency in Practice
Erich ...
现象:无论怎么改变代码,程序的行为始终不变,一直报错。。。。
昨天同事创建了工程,并提交到SVN.
我check out时没注意check out什么文件,无论我怎么更改代码,始终报错。一直找不到原因。。
最后我将工程clean一道(删除了工程下的bin目录),重新部署到服务器,一切正常了。。。
才发现他将bin目录提交到svn上了。。。
原文地址:http://www.artima.com/scalazine/articles/a_business_case_for_new_languages.html
Scalazine
A Business Case for New Languages
The Benefits of Adopting Scala over Java
by Dianne Marsh
April 15, 2011
ADVERTISEMENT
Summary
Unsure about when to adopt a new technology? Do you think your old technology ...
查看了这个项目的官方demo,效果还不是很满意。持续关注中
http://andreasgal.com/2011/06/15/pdf-js/
Why?
While traveling to the Firefox 4 launch parties in Seoul and Taipei all the way from California, we killed a lot of time by brainstorming cool things to do with the web platform. Like many before us, we were wondering why n ...
原文地址:http://www.modumind.com/2009/05/04/why-is-osgi-important/
I’ve seen a number of blog posts and tweets lately asking some version of the question Why is OSGi important? If you’re one of the many people looking around at the increasing usage of OSGi and wondering whether it matters to you, here’s ...
原文出处:http://www.gotw.ca/publications/concurrency-ddj.htm
译文发表于《程序员》2006.11。
CSDN:http://blog.csdn.net/hsutter/archive/2006/08/29/1136281.aspx
免费大餐不久就将结束。对此,你有何打算,做好下一步准备了么?
对主要的处理器厂商以及 ...
How to Learn
All the Scala tutorials I encountered assume that you are a Java programmer. This is unfortunate because, as I've shown above, Scala could be taught as a first language in a much less-confusing way than we are forced to teach Java. But it does make it easier for writers to assume that y ...