- 浏览: 229609 次
最新评论
-
Poechant:
zx246212 写道LZ写的好哇,再问个,GC一般选取多少个 ...
JVM 深入笔记(3)垃圾标记算法 -
zx246212:
LZ写的好哇,再问个,GC一般选取多少个基类呢?如果一个大的项 ...
JVM 深入笔记(3)垃圾标记算法 -
yljf1314:
高性能Web服务器Nginx的配置与部署研究(1)Nginx简介及入门示例
文章列表
解剖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 模块定义
- 2012-06-03 12:49
- 浏览 498
- 评论(0)
解剖Nginx·模块开发篇(1)跑起你的 Hello World 模块!
作者:柳大·Poechant(钟超)
邮箱:zhongchao.ustc#gmail.com(# -> @)
博客:Blog.CSDN.net/Poechant
日期:June 2nd, 2012
1 学习 Nginx 模块开发需要有哪些准备?
需要的预备知识不多,有如下几点:
- 2012-06-03 12:48
- 浏览 364
- 评论(0)
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 ...
- 2012-05-29 10:45
- 浏览 575
- 评论(0)
一个短小精悍的监控/守护进程
Author: 柳大·Poechant(钟超)
Email: zhongchao.ustc#gmail.com
Blog:Blog.CSDN.net/Poechant
Date: May 28th, 2012
- 2012-05-28 12:00
- 浏览 426
- 评论(0)
TOPIK韩国语能力考试FAQ
-
1 什么是TOPIK韩国语能力考试?
答:韩国语能力考试是为评价韩国语非母语的外国人及海外侨胞的韩国语能力而设置的考试,有些韩国大学在录取学生或企业等在雇用员工时,会要求提供韩国语能力考试成绩,以作为评价韩国语能力的标准。
2 我应该报考哪个类型或级别的考试呢?
答: 自2011年起取消实务韩国语(B-TOPIK)考试,目前的韩国语能力考试只包括:一般韩国语(Standard TOPIK,S-TOPIK
- 2012-05-27 04:14
- 浏览 525
- 评论(0)
一名出色软件工程师的基本功力
Author:柳大·Poechant
Email:zhongchao.ustc#gmail.com(# -> @)
编程
首先至少精通一门高级语言,注意是精通。然后要熟悉额外的几门语言。
举例来说,如果你精通 C 语言,那么除了其语言标准之外,还要精通 Linux 平台的系统 API,以及一些常用的库,还有单元测试工具。当然,如果你需要精通 C 语言的话,应该是需要你经常做与操作系统直接接触的应用底层开发,或者编写一些基础库。
- 2012-05-16 01:06
- 浏览 409
- 评论(0)
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 ...
- 2012-05-15 10:23
- 浏览 569
- 评论(0)
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 上经常使用的命令
- 2012-05-14 17:06
- 浏览 637
- 评论(0)
Erlang Primer (1) Mac OS X 上配置 Erlang 开发环境
Author: 柳大·Poechant(钟超)
Email: zhongchao.ustc#gmail.com (# -> @)
Blog:Blog.CSDN.net/Poechant
Date: May 13th, 2012
Install
- 2012-05-13 13:35
- 浏览 374
- 评论(0)
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 限定符指
- 2012-05-09 17:35
- 浏览 517
- 评论(0)
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?
- 2012-05-07 03:29
- 浏览 296
- 评论(0)
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 ...
- 2012-05-07 03:17
- 浏览 368
- 评论(0)
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.
- 2012-05-06 14:59
- 浏览 369
- 评论(0)
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?
- 2012-05-02 23:41
- 浏览 510
- 评论(0)