`
Poechant
  • 浏览: 229609 次
博客专栏
Bebe66e7-3a30-3fc9-aeea-cfa3b474b591
Nginx高性能Web服务...
浏览量:24328
5738817b-23a1-3a32-86de-632d7da73b1e
Cumulus实时媒体服务...
浏览量:22104
社区版块
存档分类
最新评论
文章列表
解剖Nginx·模块开发篇(2)ngx_http_hello_world_module 基本结构定义 作者:柳大·Poechant(钟超) 邮箱:zhongchao.ustc#gmail.com(# -> @) 博客:Blog.CSDN.net/Poechant 日期:June 2nd, 2012 HelloWorld 是一个典型的 location 模块。什么是 location 模块?在 Nginx 中,根据作用域,有 main 模块、server 模块、location 模块。 1 模块定义
解剖Nginx·模块开发篇(1)跑起你的 Hello World 模块! 作者:柳大·Poechant(钟超) 邮箱:zhongchao.ustc#gmail.com(# -> @) 博客:Blog.CSDN.net/Poechant 日期:June 2nd, 2012 1 学习 Nginx 模块开发需要有哪些准备? 需要的预备知识不多,有如下几点:
Introduction to Flash NetConnection/NetStream Author:柳大·Poechant(钟超) Email:zhongchao.ustc#gmail.com(# -> @) Blog:Blog.CSDN.net/Poechant Date:May 28th, 2012 由于目前在研究 RTMFP 协议,及 OpenRTMFP/Cumulus 开源项目,所以不可避免的要对 Flash 客户端的 NetConnection/NetStream 有所了解。这里把它们相关的 API 做个简要介绍,并简单介绍其基本原理。具体涉及到 Flash Medi ...
一个短小精悍的监控/守护进程 Author: 柳大·Poechant(钟超) Email: zhongchao.ustc#gmail.com Blog:Blog.CSDN.net/Poechant Date: May 28th, 2012
TOPIK韩国语能力考试FAQ - 1 什么是TOPIK韩国语能力考试? 答:韩国语能力考试是为评价韩国语非母语的外国人及海外侨胞的韩国语能力而设置的考试,有些韩国大学在录取学生或企业等在雇用员工时,会要求提供韩国语能力考试成绩,以作为评价韩国语能力的标准。 2 我应该报考哪个类型或级别的考试呢? 答: 自2011年起取消实务韩国语(B-TOPIK)考试,目前的韩国语能力考试只包括:一般韩国语(Standard TOPIK,S-TOPIK
一名出色软件工程师的基本功力 Author:柳大·Poechant Email:zhongchao.ustc#gmail.com(# -> @) 编程 首先至少精通一门高级语言,注意是精通。然后要熟悉额外的几门语言。 举例来说,如果你精通 C 语言,那么除了其语言标准之外,还要精通 Linux 平台的系统 API,以及一些常用的库,还有单元测试工具。当然,如果你需要精通 C 语言的话,应该是需要你经常做与操作系统直接接触的应用底层开发,或者编写一些基础库。
PHP/MySQL Dev. Primer (1) Establish Env. Author: 柳大·Poechant Blog:Blog.CSDN.net/Poechant Email: zhongchao.ustc@gmail.com Date: May 15th, 2012 1 Install Web Server Usually, people are willing to use Apache as the web server of their sites. Honstly, I have to say Apache is an excellent web server. H ...
Mac OS X 上用 otool 代替 ldd Author: 柳大·Poechant(钟超) Email: zhongchao.ustc#gmail.com (# -> @) Blog:Blog.CSDN.net/Poechant Date: May 13th, 2012 在 Mac OS X 上使用 Linux 上经常使用的命令
Erlang Primer (1) Mac OS X 上配置 Erlang 开发环境 Author: 柳大·Poechant(钟超) Email: zhongchao.ustc#gmail.com (# -> @) Blog:Blog.CSDN.net/Poechant Date: May 13th, 2012 Install
C++ Programming Error/Warning Analysis (1) cannot have cv-qualifier Author:柳大·Poechant(钟超) Email:zhongchao.ustc#gmail.com (# -> @) Blog:Blog.CSDN.net/Poechant Date:May 9th, 2012 Explanation 不能有 CV 限定符,在 C++ 中 CV 限定符指
Objective-C Primer(3)Multiple arguments for one method, synthesize and dynamic Author: 柳大·Poechant(钟超) Email: zhongchao.ustc#gmail.com (# -> @) Blog:Blog.CSDN.net/Poechant Date: May 7th, 2012 1 How to declare a method with multiple arguments?
Objective-C Primer(2)Private Methods and Class Properties Author: 柳大·Poechant(钟超) Email: zhongchao.ustc#gmail.com (# -> @) Blog:Blog.CSDN.net/Poechant Date: May 6th, 2012 1 What the relationship between C and Objective-C? If you want, you can just program in C language style and syntax, and the ...
Objective-C Primer(1)Get started! Author: Michael Zhong Email: zhongchao.ustc#gmail.com (# -> @) Blog:blog.csdn.net/poechant Date: May 6th, 2012 1 Get started! – Hello World Before Xcode 4.2, Manual Reference Counting is required.
OpenRTMFP/Cumulus Primer(5)CumulusServer启动流程分析(续) 作者:柳大·Poechant(钟超) 博客:Blog.CSDN.net/Poechant 邮箱:zhongchao.ustc#gmail.com (# -> @) 日期:April 14th, 2012 1 CumulusServer 是 ServerApplication 的子类 ServerApplication 对其子类有如下要求: Subsystems must be registered in the constructor. All non-trivi ...
AS3CoreLib JSON serialization Author: 柳大·Poechant(钟超) Email: zhongchao.ustc#gmail.com (# -> @) Blog:Blog.CSDN.net/Poechant Date: May 2nd, 2012 Example #1: Directly generate JSON object How to generate a JSON object directly?
Global site tag (gtag.js) - Google Analytics