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

微信搜索“教师资格证岗前培训”小程序

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

2012年7月18日

摘要: basic coder » 写C程序时犯的超低级致命错误写C程序时犯的超低级致命错误2010年3月7日 levin 发表评论 阅读评论 4,541 人阅读过这几天一直在用C写程序,对于C/C++的内存管理方面的机制总是很小心,每次malloc之后都记得一定要free,可却犯了一个最初始的低级错误。写了一个这样的函数:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17... 阅读全文
posted @ 2012-07-18 17:06 lexus 阅读(277) 评论(0) 推荐(0) 编辑

摘要: linux常用命令一 - - ITeye技术网站linux常用命令一 博客分类:linuxCC++C#LinuxAccess--查看linux系统的版本 语法:cat /proc/version --查看CPU top -n 1 |grep Cpu --切换用户 语法:su - username sudo -s(堡垒机中) --获得主机名 语法:hostname --显示当前目录的绝对... 阅读全文
posted @ 2012-07-18 14:45 lexus 阅读(248) 评论(0) 推荐(0) 编辑

摘要: CMake - Cross Platform MakeCMake TutorialStep 1 | Step 2 | Step 3 | Step 4 | Step 5 | Step 6 | Step 7 Below is a step-by-step tutorial covering common build system issues that CMake helps to address.... 阅读全文
posted @ 2012-07-18 11:51 lexus 阅读(277) 评论(0) 推荐(0) 编辑

摘要: SCons: A software construction toolWhat is SCons?SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for ... 阅读全文
posted @ 2012-07-18 11:39 lexus 阅读(290) 评论(0) 推荐(0) 编辑

摘要: SCons: A software construction toolWhat is SCons?SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for ... 阅读全文
posted @ 2012-07-18 11:38 lexus 阅读(237) 评论(0) 推荐(0) 编辑

摘要: 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 阅读(368) 评论(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 阅读(345) 评论(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 阅读(1093) 评论(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 阅读(175) 评论(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 阅读(188) 评论(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 阅读(556) 评论(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 阅读(882) 评论(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 阅读(100) 评论(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 阅读(267) 评论(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 阅读(474) 评论(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 阅读(1323) 评论(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 阅读(687) 评论(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) 编辑