摘要: 为了让你的网页能在更多的服务器上正常地显示,还是加上“SET NAMES UTF8”吧 2007-05-28 09:18 Repinted:http://blog.csdn.net/class1/archive/2006/12/30/1469298.aspx 为了让你的网页能在更多的服务器上正常地显 阅读全文
posted @ 2015-10-23 11:46 SandKing 阅读(4) 评论(0) 推荐(0)
摘要: nanosleep函数 int nanosleep(const struct timespec *req, struct timespec *rem); struct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanosecon 阅读全文
posted @ 2015-10-23 11:22 SandKing 阅读(184) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/whuqin/article/details/17530709 Redis 是完全开源免费的,遵守BSD协议,先进的key - value持久化产品。它通常被称为数据结构服务器,因为值(value)可以是 字符串(String), 哈希(Map), 列 阅读全文
posted @ 2015-10-23 11:00 SandKing 阅读(5) 评论(0) 推荐(0)
摘要: 转自: http://www.cnblogs.com/stephen-liu74/archive/2012/04/13/2398249.html 在之前的博客中已经非常详细的介绍了Redis的各种操作命令、运行机制和服务器初始化参数配置。本篇博客是该系列博客中的最后一篇,在这里将给出基于Redis客 阅读全文
posted @ 2015-10-23 11:00 SandKing 阅读(13) 评论(0) 推荐(0)
摘要: prctl()函数应用 t prctl(int option,unsigned longarg2,unsigned long arg3,unsigned long arg4,unsigned long arg5) 这个系统调用指令是为进程制定而设计的,明确的选择取决于option: PR_GET_P 阅读全文
posted @ 2015-10-23 09:56 SandKing 阅读(107) 评论(0) 推荐(0)