摘要:
HTTPS是一个基于SSL的安全http连接 HTTPS的默认端口是443在tomcat中的配置方法如下:1,首先要生成证书进入命令行,切换到%JAVA_HOMT%/bin目录下,用keytool命令keytool -genkey -alias youkeyfilename -keyalg RSA -keystore c:/path这里-alias youkeyfilename是表示生成的这个证书... 阅读全文
摘要:
方法如下:[代码] 阅读全文
摘要:
设置为float的div在ie下设置的margin会加倍。这是一个ie6都存在的bug。 解决方案是在这个div里面加上display:inline; 例如: 相应的css为 #IamFloat{ float:left; margin:5px;/*IE下理解为10px*/ display:inline;/*IE下再理解为5px*/} 阅读全文
摘要:
第一步:下载安装程序 (1) Apache2.2.4版下载,地址:http://httpd.apache.org/download,选择 apache_2.2.4-win32-x86-no_ssl.msi,大约4M多。 (2)PHP5.2.3版下载, 地址:http://www.php.net/downloads.php,选择Windows Binaries下面的PHP5.2.3.... 阅读全文
摘要:
基于CSS+HTML的实现 Your web, your choise 阅读全文
摘要:
1、修改web.xml文件 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 5 …略… 6 7 8 TOMCAT DIGEST 9 /* 10 ... 阅读全文
摘要:
initEvent("eventType", bubblesFlag, cancelableFlag) Indicates the minimum initialization required on an event object that is generated by document.createEvent( ). After a script-generated event is in... 阅读全文