博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年3月26日

摘要: http 协议一共有4种方式:其中两种是 GET 和 POST,另外两个不常用。 get 是通过附加在 url 后面,以查询字符串的方式,来发送请求 比如你写一个 发出请求时,效果完全等同于 xxx.asp?username=snapping 这样一个请求 get 因为 url 长度有限制,所以可以传输的东西是比较少的并且有一定的限制。 post 呢,本质上是通过附加 http header... 阅读全文

posted @ 2007-03-26 14:55 Snapping 阅读(265) 评论(0) 推荐(0) 编辑

摘要: [DllImport("user32.dll")] private static extern int SendMessage(IntPtr hWnd, uint Msg, int wParam, int lParam); private int GetLineCount(TextBox txt) { return SendMessage(txt.Handle, 0xBA, 0, ... 阅读全文

posted @ 2007-03-26 14:48 Snapping 阅读(240) 评论(0) 推荐(0) 编辑

摘要: JsSelect.html New Document Options.html New Document " class="btn" onclick="sele... 阅读全文

posted @ 2007-03-26 00:41 Snapping 阅读(737) 评论(2) 推荐(0) 编辑