新浪微博的主键采用的是自己设计的 UUID 算法。 参考 http://www.infoq.com/cn/articles/online-data-migration-experience
cd /var/www/b_project mkdir -p tmp touch tmp/restart.txt
#8 楼 @googya 根据 7 月 31 号的邮件:https://groups.google.com/forum/#!topic/elixir-lang-core/he1xOjQGijM
The timeline we are working with is:
目前 0.15.1 早已发布,坐等 1.0
这个月要发 1.0 了,很期待。
这个方法不错,比分布式文件系统简单,比 NFS 也更可靠。
要求每周上六天班?
最近在用 sinatra 做 api server,确实很爽。
有个变通的办法,使用 tmux。
SSH 连接上去之后,先执行 tmux a -t 0,连上之前的会话,再执行 shell 命令。 下次连接,再执行 tmux a -t 0 ,连上之前的会话,再执行 shell 命令。
这样每次都是用的一个会话,环境变量可以得以保留。
举例:
tmux a -t 0
if [ $? != 0 ]; then tmux; fi
put your command here
使用 tiny_tds 可以很好的支持 sql server。
支持
把这个路由器当交换机使用,不用 wan 口,只用 lan 口。