摘要: The two most used HTTP methods are: GET and POST.What is HTTP?The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers.HTTP works as a request-response protocol between a client and server.A web browser may be the client, and an application on a compute 阅读全文
posted @ 2012-12-01 20:56 我的百科全书 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 设置高度宽度: $("#divID").width(400).height(500); 阅读全文
posted @ 2012-12-01 19:46 我的百科全书 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 原始html文件如下<!DOCTYPE html><html lang="zh-CN"> <head> <meta charset="utf-8"> <title>hello world</title> <script src="../js/jquery.min.js"></script> <script> $(document).ready( function() { $("#append").click( 阅读全文
posted @ 2012-12-01 19:33 我的百科全书 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: 每次都将项目打包放到webapp下麻烦在$TOMCAT_HOME\conf\Catalina\localhost 目录下添加xml配置信息即可让tomcat自动找到项目存放位置。如在E:\projects\web\practice 下有一个MyEclipse下创建的名为baseStationInfo的web项目。配置步骤:在$TOMCAT_HOME\conf\Catalina\localhost\ 下添加xml文件如: baseStationInfo.xml在xml文件中添加项目路径信息。1 <?xml version="1.0" encoding="utf 阅读全文
posted @ 2012-12-01 16:31 我的百科全书 阅读(483) 评论(0) 推荐(0) 编辑