web
文章平均质量分 78
gxmark
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(div+css)上面固定下面自适应页面布局的实现(FF,IE)
html xmlns="http://www.w3.org/1999/xhtml">head>meta http-equiv="Content-Type" content="text/html; charset=utf-8" />title>上面固定下面自适应title>style type="text/css"> html {原创 2008-09-20 22:56:00 · 4875 阅读 · 0 评论 -
(div+css)上下固定中间自适应高度网页布局的实现(FF,IE)
html xmlns="http://www.w3.org/1999/xhtml">head>meta http-equiv="Content-Type" content="text/html; charset=utf-8" />title>上下固定中间自适应高度布局title>style type="text/css"> html {原创 2008-09-20 23:24:00 · 6431 阅读 · 2 评论 -
使用commons.logging中的SimpleLog显示调试和日志信息
1、下载commons-logging-1.1.1-bin.zip文件,解压之后找到文件:commons-logging-1.1.1.jar 2、在Eclipse中建立一个Web工程,并配置能在Tomcat 5下运行 3、把第1步中的commons-logging-1.1.1.jar文件拷贝到Web工程的WEB-INF/lib文件夹下 4、在src文件夹建立commons-logging配置原创 2012-03-09 23:36:57 · 5573 阅读 · 0 评论 -
使用commons.logging结合log4j显示调试和日志信息
请在我上一篇博客“使用commons.logging中的simplelog显示调试和日志信息”建立的工程的基础上再行操作。 1、到http://archive.apache.org/dist/logging/log4j,下载相应版本的log4j,我这里选择的是1.2.9版本(下载logging-log4j-1.2.9.zip,解压之后在其中的dist/lib下找到log4j-1.2.9.jar)原创 2012-03-11 21:19:14 · 1118 阅读 · 0 评论
分享