- 博客(6)
- 收藏
- 关注
原创 (转)HTML---- 渐变颜色, P强制不换行、自动换行、强制换行
IE 浏览器 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=’#FFFFFF’, endColorStr=’#3568CC’, gradientType=’0′) //支持IE8/9/... startColorStr 开始颜色endColorStr 结束颜色gradientType 渐变的方式:0-从...
2013-08-18 11:06:22
186
原创 WP函数--comments_popup_link
Description Displays a link to the comments popup window if comments_popup_script() is used, otherwise it displays a normal link to comments. This tag must be within The Loop or a comment loop. Usa...
2013-08-17 14:36:40
265
原创 WP函数---the_time
模板标签- the_time() 说明 该标签显示当前文章的发表时间。该标签必须用在主循环(loop)中。 用法 <?php the_time( $d ); ?> 参数 $d (字符串)(可选)所显示时间的时间格式。默认为WordPress管理面板中设定的时间格式。参见设置日期和时间格式。 示例 默认用法 根据WordPress后台设置显示时间 Tim...
2013-08-17 09:22:04
119
原创 Hibernate的session是否是同一实例(二)
多数据源的情况,首先是配置 <?xml version="1.0" encoding="UTF-8" standalone="no"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:aop="http://www.springframework.org/schema/aop&quo
2013-07-26 14:21:20
255
原创 Hibernate的session是否是同一实例(一)
看下面这个测试: 1.测试用到的类,AService其中有2个方法分别是f1(); f2(); AServiceImpl中对于两个方法的实现: @Override public void f1() { Session session = getSession(); logger.debug(session.hashCode()); } @...
2013-07-25 16:34:01
181
使用TomcatPlugin,常见异常之一。
在整合struts时,原以为只是简单的配上就能跑,结果发现抛了个异常,没想清楚是怎么回事,然后认真地检查了下配置,原来如此啊。 异常如下: Struts Problem Report Struts has detected an unhandled exception: Messages: java.lang.NullPointerException Fil...
2011-09-06 00:39:35
133
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人