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

文章分类 -  web / websocket

摘要:https://blogs.oracle.com/PavelBucek/entry/websocket_via_http_proxyWebSocket via HTTP proxyBy Pavel Bucek onJul 16, 2013As you might know, WebSocket can be used for bi-directional "real-time" communication with multiple clients. What does that mean in proxy environments and how this even wo 阅读全文

posted @ 2013-12-17 10:07 bw_0927 阅读(2146) 评论(0) 推荐(0)

摘要:http://a280606790.iteye.com/blog/1095085 1、什么是Keep-Alive模式? 我们知道HTTP协议采用“请求-应答”模式,当使用普通模式,即非KeepAlive模式时,每个请求/应答客户和服务器都要新建一个连接,完成 之后立即断开连接(HTTP协议为无连接的 阅读全文

posted @ 2013-12-17 09:56 bw_0927 阅读(980) 评论(0) 推荐(0)

摘要:https://www.imququ.com/post/the-proxy-connection-header-in-http-request.html平时用 Chrome 开发者工具抓包时,经常会见到 Proxy-Connection 这个请求头。之前一直没去了解什么情况下会产生它,也没去了解它有什么含义。最近看完《HTTP 权威指南》第四章「连接管理」和第六章「代理」之后,终于搞明白了这是因为给浏览器设置了代理(Proxy)。而神器 Fiddler 的抓包原理就是让浏览器请求走它开的本地代理,所以开了 Fiddler 必然会产生这个请求头。代理改变了什么?为了彻底弄清这个问题,我们先来看下 阅读全文

posted @ 2013-12-17 09:44 bw_0927 阅读(1593) 评论(0) 推荐(0)

摘要:http://z00w00.blog.51cto.com/515114/1031287http://sjsky.iteye.com/blog/1067119本文作者Michael,永久链接:http://sjsky.iteye.com/blog/1067119 Apache HTTP Server(简称Apache)是Apache软件基金会的一个开放源码的网页服务器,可以在大多数计算机操作系统中运行,由于其多平台和安全性被广泛使用,是最流行的Web服务器端软件之一。 Apache是通过加载各个模块来提供相应的服务,本文主要详细介绍如何利用apache配置代理服务器。当然Apache可以被配.. 阅读全文

posted @ 2013-09-24 11:15 bw_0927 阅读(479) 评论(0) 推荐(0)

摘要:http://www.codeguru.com/cpp/i-n/internet/http/article.php/c6209/HTTP-Tunneling-HTTP-Proxy-Socket-Client.htmHTTP TunnelingHTTP is a text-based protocol to retreive Web pages through a Web browser. Mostly if you are on a LAN connection, you are behind a proxy server; this proxy server has one HTTP pro 阅读全文

posted @ 2013-09-24 09:51 bw_0927 阅读(267) 评论(0) 推荐(0)

摘要:http://www.imkevinyang.com/2009/08/%E8%AF%A6%E8%A7%A3javascript%E4%B8%AD%E7%9A%84url%E7%BC%96%E8%A7%A3%E7%A0%81.html 摘要 本文主要针对URI编解码的相关问题做了介绍,对Url编码中哪 阅读全文

posted @ 2013-08-06 16:57 bw_0927 阅读(218) 评论(0) 推荐(0)

摘要:http://www.infoq.com/cn/articles/Web-Sockets-Proxy-Servershttp://www.infoq.com/articles/Web-Sockets-Proxy-Servershttp://www.websocket.org/aboutwebsocket.htmlWith the recent explosion of WebSocket server implementations, a lot of questions have come up about how HTML5 Web Sockets deal with proxy serv 阅读全文

posted @ 2013-04-25 18:46 bw_0927 阅读(857) 评论(0) 推荐(1)

摘要:http://www.williamlong.info/archives/3024.htmlhttp://www.webjx.com/html-xhtml/webxhtml-31250.htmlhttp://tympanus.net/codrops/2011/11/24/top-10-reasons-to-use-html5-right-now/你难道还没有考虑使用HTML5? 当然我猜想你可能有自己的原因;它现在还没有被广泛的支持,在IE中不好使,或者你就是喜欢写比较严格的XHTML代码。HTML5是web开发世界的一 次重大的改变,事实上不管你是否喜欢,它都是代表着未来趋势。其实HTML5 阅读全文

posted @ 2013-04-25 12:15 bw_0927 阅读(212) 评论(0) 推荐(0)

摘要:http://www.wiseuc.com/facontent.php?id=903https://devcentral.f5.com/tech-tips/articles/tunneling-with-http-connect#.UTAqTjeKklghttp://www.web-cache.com/Writings/Internet-Drafts/draft-luotonen-web-proxy-tunneling-01.txtThere is no way to tell a browser that the server it is connecting to is actually 阅读全文

posted @ 2013-03-01 12:18 bw_0927 阅读(942) 评论(0) 推荐(0)

摘要:chrome://net-internalshttps://developers.google.com/chrome-developer-tools/http://ued.taobao.com/blog/2012/06/debug-with-chrome-dev-tool/这篇文章是根据目前chrome稳定版(19.0.1084.52 m)写的, 因为 google 也在不断完善chromedeveloper tool, 所以chrome版本不同可能稍有差别. 一些快捷键也是 windows 上的, mac 下的应该大同小异.常规的断点相关的 breakpoint/conditional-br 阅读全文

posted @ 2013-01-11 10:34 bw_0927 阅读(184) 评论(0) 推荐(0)

摘要:http://developer.bada.com/help_2.0/index.jsp?topic=/com.osp.cppappprogramming.help/html/dev_guide/net/http_transaction.htmhttp://www.jwall.org/articles/re_proxy.jspHTTP TransactionAn HTTP client can have multiple concurrentsessions, and each session can have multiple transactions.A transaction repre 阅读全文

posted @ 2012-12-12 16:04 bw_0927 阅读(392) 评论(0) 推荐(0)

摘要:Meta标签详解,在网上转的,希望对大家有用 引言 您的个人网站即使做得再精彩,在“浩瀚如海”的网络空间中,也如一叶扁舟不易为人发现,如何推广个人网站,人们首先想到的方法无外乎以下几种: ● 在搜索引擎中登录自己的个人网站 ● 在知名网站加入你个人网站的链接 ● 在论坛中发帖子宣传你的个人网站 很多人却忽视了HTML标签META的强大功效,一个好的META标签设计可以大大提高你的个人网站被搜索到的可能性,有兴趣吗,谁我来重新认识一下META标签吧! META标签是HTML语言HEAD区的一个辅助性标签,它位于HTML文档头部的<HEAD>标记和<TITLE>标记之间,它 阅读全文

posted @ 2012-10-29 15:43 bw_0927 阅读(211) 评论(0) 推荐(0)

摘要:http://www.programfan.com/article/2858.html http://222.30.226.10/hhcmc/study/teach_vc/teach_sp_11.htm http://www.moon-soft.com/program/bbs/readelite88 阅读全文

posted @ 2012-09-11 09:40 bw_0927 阅读(590) 评论(0) 推荐(0)

摘要:http://www.cftea.com/c/2008/10/IYPM22ADH2V41CDZ.asphttp://blog.othree.net/log/2007/02/06/third-argument-of-addeventlistener/前面零散地写了些关于 addEventListener 的内容,觉得比较散,有些地方可能也说得不够清楚明白,所以决定以连载的形式从头到尾再写一篇。addEventListener 用于注册事件处理程序,IE 中为attachEvent,我们为什么讲 addEventListener 而不讲 attachEvent 呢?一来 attachEvent 比 阅读全文

posted @ 2012-08-30 17:23 bw_0927 阅读(289) 评论(0) 推荐(0)

摘要:http://www.4ucode.com/Study/Topic/1441009http://www.symantec.com/connect/articles/securing-apache-step-stephttp://www.symantec.com/connect/articles/securing-apache-2-step-stephttp://www.modsecurity.org/documentation/用mod_security增强web安全性一孔之见2003.07.11前几天看了《SecuringApache:Step-by-Step》,里面粗略的介绍了一下mod_ 阅读全文

posted @ 2012-07-12 10:25 bw_0927 阅读(1265) 评论(0) 推荐(0)

摘要:http://www.eygle.com/digest/2005/09/apache_oeoeooaeuooa_rewrite.htmlhttp://www.addedbytes.com/for-beginners/url-rewriting-for-beginners/http://httpd.apache.org/docs/current/mod/mod_rewrite.htmlRewriteBase:http://hi.baidu.com/houdelei250/blog/item/28b69f253ee2663ac8955931.html本文出自:http://www.linuxfor 阅读全文

posted @ 2012-07-02 17:57 bw_0927 阅读(1301) 评论(0) 推荐(0)

摘要:http://hi.baidu.com/maclinuxp/item/28d8b62828ee1d88af48f585https://bugzilla.redhat.com/show_bug.cgi?id=730832http://forums.fedoraforum.org/showthread.php?t=272154[root@localhost ~]# service httpd startStarting httpd (via systemctl): Job failed. See system logs and 'systemctl status' for deta 阅读全文

posted @ 2012-06-27 13:50 bw_0927 阅读(5153) 评论(0) 推荐(0)

摘要:http://www.niumowang.org/javascript/javascript-cookie/cookie这个词想必很多做前段的朋友都接触过,但是没有详细的了解以及操作过。如何的确如此,那么就停下来了解一下如何通过JS来操作cookie值吧!通过本文你将粗略的明白cookie是什么,如何通过js创建/存储以及获取cookie,如何让cookie过期来删除cookie...什么是cookie?cookie 是存储于访问者的计算机中的变量。每当同一台计算机通过浏览器请求某个页面时,就会发送这个 cookie。你可以使用 JavaScript 来创建和取回 cookie 的值。来自w3 阅读全文

posted @ 2012-04-10 08:52 bw_0927 阅读(525) 评论(0) 推荐(0)

摘要:http://www.aliued.cn/2010/04/18/use-fiddler-to-improve-efficiency-of-front-development-introduction.htmlhttp://www.aliued.cn/2010/04/25/use-fiddler-to-improve-efficiency-of-front-development-example.html1. Fiddler 是什么?Fiddler是用C#编写的一个免费的HTTP/HTTPS网络调试器。英语中Fiddler是小提琴的意思,Fiddler Web Debugger就像小提琴一样,可 阅读全文

posted @ 2012-03-31 14:42 bw_0927 阅读(906) 评论(0) 推荐(0)

摘要:http://www.web600.net/html/editor/JavaScript/201001281666.htmlhttp://www.web600.net/html/editor/JavaScript/201001281667.htmlhttp://www.web600.net/html/editor/JavaScript/201001281668.html当用javascript调用form的方法submit直接提交form的时候,submit事件(onsubmit)不响应。在日常的开发中,往往在表单被提交之前需要加上验证(验证日期格式是否正确,验证某个input是否为空…),首 阅读全文

posted @ 2012-03-18 12:08 bw_0927 阅读(602) 评论(0) 推荐(0)