加载中
libevent -简单的异步IO介绍

libevent -简单的异步IO介绍

2016/04/26 23:23
2K
libevent 的Reactor模型

libevent 的Reactor模型

2016/04/25 18:43
1.1K
libevent代码结构

libevent代码结构

2016/04/25 18:40
268
libevent 介绍

libevent 介绍

2016/04/19 09:32
1.1K
redis sds 介绍

redis sds http://m.ownwiki.cn/post/2019-11-07/

2019/11/08 18:12
143
redisgo 操作lua script

lua script filename: test.lua local key=KEYS[1] local val=ARGV[1] return redis.call('SET', key, val) go code package main import ( "fmt" "io/ioutil" "time" "github.com/gomodule/...

2019/08/20 15:46
1.6K
How to navigate back to the last cursor position in Visual Studio Code?

On Windows: Alt+← .. navigate back Alt+→ .. navigate forward On Mac: Ctrl+- .. navigate back Ctrl+Shift+- .. navigate forward On Ubuntu Linux: Ctrl+Alt+- .. navigate back Ctrl...

JSON for Modern C++ vs2015 企业版和专业版编译错误❌

库 https://github.com/nlohmann/json 编译环境 Visual Studio 2015 Enterprise , Visual Studio 2015 Professional 错误描述 nlohmann::detail::static_constnlohmann::detail::to_json_fn...

Docker MYSQL 和 Redis 启动脚本

docker redis docker run -p 6379:6379 -v $PWD/redis.conf:/usr/local/etc/redis/redis.conf -v $PWD:/data -v $PWD:/var --name redis_6379 -d redis redis-server /usr/local/etc/redis/r...

2018/10/16 22:54
247
gbk2utf8

gbk转utf8 编码的一段shell脚本 单个文件使用 $./gbk2utf8.sh xx.cpp 文件夹下使用 $./gbk2utf8.sh 可以自己修改 filelist filename: gbk2utf8.sh #!/bin/bash convert(){ tag="ISO-8859" e...

2018/09/07 14:50
520
SAE 中使用 qiniu SDK for Python

SAE 中使用 qiniu SDK for Python 描述 SAE(SinaAppEngine) + webpy + qiniu sdk 实现生成token的业务接口 产生一系列问题 在部署的过程中遇到问题 问题1 引用qiniu for python 包 在SAE 中创...

2017/03/08 19:58
455
keepalived + redis 主备容灾部署

方案图 现网环境中有两个数据库主机,master, 和slave。以及一个vip Master: 192.168.11.149 Slave:192.168.11.150 Vip:192.168.200.200 节点A Redis-Master 主节点,节点B Redis-Slave...

2016/08/17 16:38
345
linux 网卡流量监控

linux 网卡流量监控

2016/07/26 16:21
98
linux 网卡流量监控脚本

#!/bin/bash PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export PATH function traffic_monitor { # 系统版本 OS_NAME=$(sed -n '1p' /etc/issue) # 网口名 eth=...

2016/07/26 16:15
328
按周,按月,按日,按小时分组统计数据

按周,按月,按日,按小时分组统计数据

某互联网公司20分钟笔试题

要想去大公司,还是要多学好算法,多看多写,多思考!

2016/04/25 18:34
229
jthread 介绍

Written in C++ , cross windows & unix

2016/04/19 13:55
423
c++ string 中的十六进制数字转十六进制字符

c++ string 中的十六进制数字转十六进制字符

没有更多内容

加载失败,请刷新页面

返回顶部
顶部