Content Explore

demo of hooto-chart

Published : 2017-08-17 Categories : Other Tags : hooto-chart chart
the benchmark of redis and lynkdis (random write)
CPU i7-7700
CentOS 7.3
connections number 20, test...

2013 阿里云开发者大会,参赛小结

Published : 2013-11-24 Categories : Other Tags : 阿里云 lessCreator
距离2013阿里云开发者大赛过了一月了,终于有空余周末总结下,给前期的工作画个句号,让后期的更多工作正式开始!
lessCreator 是我今年6月开始写的一个在线开发工具,并参加了 2013阿里云开...

2013 北京马拉松训练, 第一阶段目标完成

Published : 2013-09-10 Categories : Marathon Tags : 马拉松 Marathon
经过2个月恢复锻炼,终于完成第一阶段目标.
第一阶段: 10公里,1小时内 (完成,58分)
第二阶段: 20公里,2小时内 (进行中,目前成绩 2小时5分)
第三阶段: 30公里,3小时内 
“如果...

lessCreator, a New Web Based IDE

Published : 2013-07-19 Categories : Software Tags : LessCreator Web IDE
大家有没有用过 基于浏览器的在线IDE环境,比如:
Cloud9 IDE 
https://c9.io/
Codeanywhere 
https://codeanywhere.net/
RStudio...

Pool design in Go

Published : 2013-03-27 Categories : Tech Tags : Pool Go
Network programming case:
Database connection
Network/Socket connection
Workflow Queue
Other ...
To ...

Paxos 导读, 工程实现

Published : 2012-07-14 Categories : Tech Tags : Paxos Chubby ZooKeeper OpenReplica Doozer 分布式
任何分布式系统,都需要“锁”,用于持久化全局配置,协调分布式应用逻辑,保证所有系统高可用,它是分布式高可用系统的基石.
Paxos 算法用于实现分布式锁, 它在这个领域至关重要:
all workin...

Hooto Captcha Server 1.0.4 Relased

Published : 2012-06-07 Categories : Software Tags : Captcha Security
What is Captcha
CAPTCHA is an acronym for "Completely Automatic Public Turing Test to Tell Computers...

PHP Framework MVC Benchmark - v20111201-4

Case
Test Simple "Hello World" page output, Simple MVC logic(Router -> Controller -> Viewer), ...

CentOS 6.x KVM 桥接网卡设置

Published : 2011-10-25 Categories : Software Tags : KVM Bridge CentOS
前提,正确安装 KVM (Kernel-based Virtual Machine)
yum install kvm kvm-qemu-img libvirt bridge-utils
St...

PHP Framework MVC Benchmark 基准测试

Published : 2011-07-08 Categories : Tech Tags : PHP MVC Benchmark Zend Framework CodeIgniter Yii Framework Yaf MicroMVC
Case
测试 MVC 中的 Router -> Controller -> Viewer, 输出 "Hello World" 简单页面,测试 MVC 在理想环境、简单逻辑、框架空载下的性能指标。
3...