发布时间:2015-12-16 11:04:35
帮助文档http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2the user enters "Larry" in the text input, and selects the text file "file1.txt", the user agent might send back the following data: Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition: form-da.........【阅读全文】
发布时间:2015-12-09 23:33:25
转载自:http://blog.csdn.net/solidwang/article/details/5372739Apache和Tomcat整合学习总结一、 Apache和Tomcat的区别和联系:1. Apache支持静态页,Tomcat支持动态。一般使Apache+Tomcat的话,Apache只是作为一个转发,对jsp的处理是由Tomcat来完.........【阅读全文】
发布时间:2015-12-09 17:42:46
实现外网访问tomcat自己写的web项目,由于tomcat建立的web项目只有本地和内网的用户才能通过IP地址进行访问,而如果想要发布在互联网上则需要借助服务器或者是一些网络映射工具。1.配置tomcat2.安装外网映射nat123http://www.nat123.com/Pages_2_32.jsp3.花生壳进行配置http://m.blog.csdn.net/blog/u011744093/16952.........【阅读全文】