The Play logger is built onLog4j. Since most Java libraries use Log4j or a wrapper able to use Log4j as a backend, you can easily configure logging th...
分类:
其他好文 时间:
2015-04-22 13:29:16
阅读次数:
233
包装类(Wrapper Class):针对于原生数据类型的包装。所有的包装类(8 个)都位于java.lang 包下。Java 中的 8 个包装类分别是:Byte,Short, Integer, Long, Float, Double,Character, Boolean。他们的使用方式都是一样的,...
分类:
移动开发 时间:
2015-04-22 13:14:46
阅读次数:
171
hibernate FetchType理解分类:Hibernate2010-09-13 23:077476人阅读评论(4)收藏举报hibernatenulltableclass数据库wrapper转载于:http://hi.baidu.com/silencefool/blog/item/bc3443...
分类:
Web程序 时间:
2015-04-21 01:41:50
阅读次数:
129
源程序:SerializableBlob sb = (SerializableBlob)s.getStampimage();Blob wrapblob = sb.getWrappedBlob();oracle.sql.BLOB blob = (oracle.sql.BLOB)wrapblob;Out...
分类:
移动开发 时间:
2015-04-19 16:03:43
阅读次数:
537
#coding:utf-8import sys,os,time,types,functools#装饰器,包裹被检测函数,并计数def timerit(func): @functools.wraps(func) def wrapper(*args,**kw): start=t...
分类:
编程语言 时间:
2015-04-18 01:08:22
阅读次数:
322
我不知道我的宽度和高是多少,我要实现水平垂直居中 .wrapper { padding: 200px 20px; background:orange; color:#fff; position:absolute; top:50%; left:50%; border-radius:...
分类:
其他好文 时间:
2015-04-17 11:00:55
阅读次数:
125
Arrays STL各种实现代码。 《C++标准程序库》 1 /* 2 2015.4 3 an STL container (as wrapper) for arrays of constant size. 4 5 */ 6 7 #pragma warning(disable :...
分类:
其他好文 时间:
2015-04-12 20:54:19
阅读次数:
157
常用的CSS命名规范:http://www.html5cn.org/article-7600-1.html头:header容器:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体布局宽度:wrapper左右中:left right c...
分类:
Web程序 时间:
2015-04-12 17:24:59
阅读次数:
124
一. 基本类型转换在Java中,一切都是对象,但基本的数据类型不是对象。因此在JDK中提供了基本数据类型的封装类对象。八个基本数据类型对应的封装类(wrapper class):boolean --> Booleanchar --> Characterbyte --> Byteshort ---> ...
分类:
编程语言 时间:
2015-04-11 13:14:06
阅读次数:
144
这里用的是CSS Sticky Footer,支持主流浏览器(包括IE6)html内容©css*{margin:0;}html,body{height:100%;}.wrapper{min-height:100%;height:auto !important;height:100%; ma...
分类:
其他好文 时间:
2015-04-10 09:31:42
阅读次数:
116