菜鸟nginx源码剖析数据结构篇(十一) 共享内存ngx_shm_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:Nov 14th, 20141.共享内存共享内存是Linux下...
分类:
其他好文 时间:
2014-12-03 23:01:53
阅读次数:
297
菜鸟nginx源码剖析数据结构篇(八) 缓冲区链表 ngx_chain_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:Nov 6th, 20141.缓冲区链表结构ngx_ch...
分类:
其他好文 时间:
2014-12-03 23:01:00
阅读次数:
290
JQuery Validate使用总结:一、导入js库二、默认校验规则(1)required:true 必输字段(2)remote:"check.php" 使用ajax方法调用check.php验证输入值(3)email:true 必须输入正确格式的电子邮件(4)url:true 必须输入正确格式的...
分类:
Web程序 时间:
2014-12-03 22:55:06
阅读次数:
219
注册表单验证
$.validator.setDefaults({
submitHandler: function(form) {
alert("submitted!");
form.submit();
}
});
$().ready(function (){
//自行定义的验证方法
jQuery.validator.addMethod("cardValidate...
分类:
Web程序 时间:
2014-12-03 15:49:28
阅读次数:
117
菜鸟nginx源码剖析数据结构篇(五) 基数树 ngx_radix_tree_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:October 28h, 20141.什么是基数树...
分类:
其他好文 时间:
2014-12-03 14:14:38
阅读次数:
220
菜鸟nginx源码剖析数据结构篇(四)红黑树ngx_rbtree_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:October 27h, 20141.ngx_rbtree优势...
分类:
其他好文 时间:
2014-12-03 14:13:13
阅读次数:
355
菜鸟nginx源码剖析数据结构篇(三) 单向链表 ngx_list_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:October 23h, 20141.ngx_list优势和...
分类:
其他好文 时间:
2014-12-03 14:10:23
阅读次数:
102
nginx源码剖析数据结构篇(二) 双向链表ngx_queue_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:October 20h, 20141.ngx_queue优势和特...
分类:
其他好文 时间:
2014-12-03 14:10:02
阅读次数:
223
菜鸟nginx源码剖析数据结构篇(六) 哈希表 ngx_hash_t(上)Author:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:October 31h, 20141.哈希表ngx_ha...
分类:
其他好文 时间:
2014-12-03 13:58:45
阅读次数:
360
菜鸟nginx源码剖析数据结构篇(一)动态数组ngx_array_tAuthor:Echo Chen(陈斌)Email:chenb19870707@gmail.comBlog:Blog.csdn.net/chen19870707Date:October 20h, 20141.ngx_array优势和...
分类:
编程语言 时间:
2014-12-03 13:56:19
阅读次数:
297