- 博客(4)
- 收藏
- 关注
原创 something about consistency form my perspective
1. The situation when to use the consensus algorithmThe problems that these distributed consensus algorithms want to solve.For example, there is a membership system . There are 5 servers (S1, S2,
2015-09-17 19:56:37
534
原创 VMware串口
网络上的教程都是echo test > /dev/ttyS0可是我发现无论怎么试都没效果后果想了一下,新建的设备是串行端口2,于是改成了ttyS1,OK了。
2015-03-21 21:04:03
598
原创 内核编译
这次是在ubuntu上交叉编译arm-linux遇到了这么一个问题:编译时找不到这个文件:ipt_ECN.h原因:大小写敏感问题,一开始我不相信。出错的代码:#include 要寻找原因,首先你必需知道在编译时,去哪个目录里寻找代码中包含的头文件的。否则,我估计有不少人会发现/usr/include/linux/netfilter_inpv目录下确实是有一个ipt_
2015-03-15 17:14:56
873
原创 HttpClient模拟登录wordpress并发新博文
import java.io.BufferedReader;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import org.apache.http.*;import java.util.*;import org.apache.http.client.Htt
2014-11-13 11:00:26
1473
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅