2015年(12)
发布时间:2015-07-17 09:24:50
<h1 style="margin:0px;padding:0px;font-size:18px;text-align:center;line-height:40px;height:40px;color:#669900;overflow:hidden;font-family:Tahoma, Helvetica, Arial, 宋体, sans-serif;white-space:normal;">css position: absolute、relative详解</h1><div id="art_info" style="border-bottom-color:#ACCEE0.........【阅读全文】
发布时间:2015-07-13 10:53:30
http://www.myhack58.com/Article/sort099/sort0100/2014/53330_2.htm......【阅读全文】
发布时间:2015-07-10 12:23:00
<?xml version='1.0' encoding='utf-8'?><br /><tomcat-users><br /><role rolename="tomcat"/><br /><role rolename="role1"/><br /><role rolename="manager-gui"/><br /><role rolename="admin"/><br /><user username="tomcat" password="tomcat" roles="tomcat"/><br.........【阅读全文】
发布时间:2015-07-09 15:20:39
1.配置虚拟路径:<br />当需要将制定目录下的资源通过tomcat服务器共享出去,可以将制定目录的路径告诉tomcat即可。<br />a.在conf/server.xml文件中的Host元素内定义Context元素,指定其属性为docBase="资源所在路径"<br />path="/url了路径"/><br />这种方式比较麻烦,因为修改了server.xml,需要重启服务器<br /.........【阅读全文】