石头的博客

关注flash,flex,asp,php的相关项目开发

表格高度100%

[ At 2010-10-27 By stone   0 comments ]

要想表格的高度100%要注意网页文件头部代码

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<table width="100%" height="100%">

这样就可以了

禁止TOMCAT目录访问

[ At 2010-9-9 By stone   0 comments ]

默认安装TOMCAT的时候,如果目录没有 index.jsp 他会默认把目录文件列出来,这样安全性差!
为了禁止TOMCAT目录访问。我们可以在TOMCAT的服务中进行设置。

1:打开 Tomcat安装目录\conf\web.xml;

2:在web.xml文件中:

 <servlet>
        <servlet-name>default</servlet-name>
...

oracle 数据库导入导出

[ At 2010-8-28 By stone   0 comments ]

导出命令运行cmd
exp 用户名/密码@127.0.0.1 file=c:\dmp.dmp log=c:\exp.log owner=(用户名)
导入命令运行cmd
imp 用户名/密码@127.0.0.1  file=c:\dmp.dmp full=y

js颜色选择器

[ At 2010-7-1 By stone   0 comments ]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
...

分页:[«]1[»]

Powered By Z-Blog 1.8 Walle Build 100427 Code detection by Codefense

@2010 stonemx.com