浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 321 322 323 324 325 326 327 328 329 ··· 630 下一页

2012年7月18日

摘要: basic coder » Hybrid开发手记之聊天窗口的WebKit支持Hybrid开发手记之聊天窗口的WebKit支持2011年8月5日 levin 发表评论 阅读评论 2,838 人阅读过近两天给Hybrid(https://github.com/levin108/hybrid)的聊天窗口加上了WebKit支持,之前没有实际用过WebKit,而且Web前台开发功力也不强,草草做了一个界面,... 阅读全文
posted @ 2012-07-18 10:03 lexus 阅读(401) 评论(0) 推荐(0)

摘要: basic coder » HTTP代理原理及Base64编码HTTP代理原理及Base64编码2010年4月14日 levin 发表评论 阅读评论 5,790 人阅读过有网友留言希望我在飞信的新版本中加上代理功能,这两天折腾了一下,把HTTP代理给加上了,SOCKS代理太麻烦了,暂时应该不会考虑加它了,而且用的人也不多,加不加意义不大了。写一下HTTP代理的原理,其实原理很简单,就是通过HTTP... 阅读全文
posted @ 2012-07-18 09:55 lexus 阅读(393) 评论(0) 推荐(0)

摘要: SSH through HTTP proxyZeitoun.netSSH through HTTP proxyThis article explains how to connect to a ssh server located on the internet from a local network protected by a firewall through a HTTPS proxy.R... 阅读全文
posted @ 2012-07-18 09:51 lexus 阅读(1129) 评论(0) 推荐(0)

摘要: Development of a HTTP Caching Proxy Server | ProjectsAbstract of the projectA proxy acts as an intermediary agent between its clients and the servers which they want to access, performing functions di... 阅读全文
posted @ 2012-07-18 09:50 lexus 阅读(182) 评论(0) 推荐(0)

摘要: Design Patterns and Refactoring .content-main { width:90%; } p { text-align:justify; } h2 { text-align:center; } -->SourceMaking — is the best information source on the Web on such software developmen... 阅读全文
posted @ 2012-07-18 09:46 lexus 阅读(198) 评论(0) 推荐(0)

摘要: Emiller's Advanced Topics In Nginx Module DevelopmentEmiller's Advanced Topics In Nginx Module DevelopmentBy Evan Miller (with Grzegorz Nosek)DRAFT: August 13, 2009 (changes)Whereas Emiller's Guide To... 阅读全文
posted @ 2012-07-18 09:44 lexus 阅读(419) 评论(0) 推荐(0)

摘要: HTTP Tunneling (HTTP Proxy Socket Client)HTTP 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; ... 阅读全文
posted @ 2012-07-18 09:42 lexus 阅读(593) 评论(0) 推荐(0)

摘要: 6.824 Lab 1: A simple web proxy6.824 - Spring 20046.824 Lab 1: A simple web proxyDue: Tuesday, February 10th, 1:00pm.IntroductionPlease read Getting started with 6.824 labs before starting this assign... 阅读全文
posted @ 2012-07-18 09:41 lexus 阅读(911) 评论(0) 推荐(0)

摘要: xrelayer - A lightweight HTTP proxy written in C++ - Google Project Hostingxrelayer is a lightweight HTTP proxy licensed under MIT license.FeaturesEasy to configure - XML-based configuration lets you ... 阅读全文
posted @ 2012-07-18 09:40 lexus 阅读(102) 评论(0) 推荐(0)

摘要: Simple HTTP Proxy Server Implementation, based on wcol - Projects - Michael Vorburger's Private HomepagePROJECT NAME HTTP Proxy Server DATE & STATUSClick here for more information about this projectS... 阅读全文
posted @ 2012-07-18 09:37 lexus 阅读(5243) 评论(0) 推荐(0)

摘要: micro_proxymicro_proxy - really small HTTP/HTTPS proxyFetch the software. micro_proxy is a very small Unix-based HTTP/HTTPS proxy. It runs from inetd, which means its performance is poor. But for low-... 阅读全文
posted @ 2012-07-18 09:37 lexus 阅读(294) 评论(0) 推荐(0)

摘要: A Linux-Junky Blog: A Very Simple HTTP Server writen in CA Very Simple HTTP Server writen in CThis is a part of the semester assignment. I felt like sharing it because I couldnt find any simple code l... 阅读全文
posted @ 2012-07-18 09:36 lexus 阅读(509) 评论(1) 推荐(0)

摘要: GNU libmicrohttpd: a library for creating an embedded HTTP serverGNU libmicrohttpdAboutGNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another ... 阅读全文
posted @ 2012-07-18 09:35 lexus 阅读(1390) 评论(0) 推荐(0)

摘要: 第二章 C语言实例 —制作http服务器 - dennis - ITeye技术网站第二章 C语言实例 —制作http服务器 博客分类:C语言参考与学习C任务: 1.制作http服务器,读取url提交的相关数据. 2.把读到的数据推入到队列中.条件:使用libevent的类库,所以先安装libeventSh代码 tarzxvflibevent-2.0.12-stable.tar.gzcdlibe... 阅读全文
posted @ 2012-07-18 09:32 lexus 阅读(739) 评论(0) 推荐(0)

摘要: 用C++实现HTTP服务器 - Windows平台(开放源代码) - Que's C++ Studio - 博客频道 - CSDN.NET用C++实现HTTP服务器 - Windows平台(开放源代码) 分类: C++ HTTP 2011-07-08 17:19 3251人阅读 评论(18) 收藏 举报用C++实现HTTP服务器 - Windows平台 软件名: Que's HTTP Serv... 阅读全文
posted @ 2012-07-18 09:31 lexus 阅读(504) 评论(0) 推荐(0)

摘要: 实现自己的http server - loop_in_codes - C++博客实现自己的http serverWrite your own http server author : Kevin LynxWhy write your own? 看这个问题的人证明你知道什么是http server,世界上有很多各种规模的http server,为什么要自己实现一个?其实没什么理由。我自己问自己,感... 阅读全文
posted @ 2012-07-18 09:30 lexus 阅读(273) 评论(0) 推荐(0)

摘要: 六款小巧的HTTP Server[C语言] - 贵贵的博客 - 开发|架构|开源|共享六款小巧的HTTP Server[C语言]keminar 发表于 2010-02-05 23:14:41. 发表在:开源软件1、micro_httpd - really small http server 特点: 支持安全的 .. 上级目录过滤 支持通用的MIME类型 支持简单的目录 支持目录列表 支持... 阅读全文
posted @ 2012-07-18 09:29 lexus 阅读(645) 评论(0) 推荐(0)

摘要: 现代 C++ 编程指南现代 C++ 编程指南 Visual Studio 2012 此主题尚未评级 - 评价此主题[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]C + + 是世界上最广泛使用的编程语言之一。 快速、 高效地编写得很好的 c + + 程序。 语言是比其他语言更灵活,因为您可以使用它来创建各种类型的应用程序,从有趣和令人兴奋的游戏,高性能的科学记数法软件... 阅读全文
posted @ 2012-07-18 08:57 lexus 阅读(473) 评论(0) 推荐(0)

摘要: 1. Extending Python with C or C++ — Python v2.7.3 documentationExtending Python with C or C++¶It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension m... 阅读全文
posted @ 2012-07-18 02:27 lexus 阅读(352) 评论(0) 推荐(0)

摘要: 聊聊主流框架,Less/Sass/Compass/Bootstrap/H5bp » 社区 | Ruby China聊聊主流框架,Less/Sass/Compass/Bootstrap/H5bpCSS • lilu • 于9小时前发布 • 最后由 Rei 于6小时前回复 • 175次阅读SASS and LESS不管是SASS,还是LESS,都可以视为一种基于CSS之上的高级语言,其目的是使得CSS... 阅读全文
posted @ 2012-07-18 02:07 lexus 阅读(887) 评论(0) 推荐(0)

上一页 1 ··· 321 322 323 324 325 326 327 328 329 ··· 630 下一页