八月 2014每月档案
Reboot运维开发Python-03
【转载】socket as an IPC
socket 是IPC的一种,是解决不同计算机上进程相互通信的机制。总的来说,socket就是通信端… 继续阅读 【转载】socket as an IPC
某网站html的注释
1 2 3 4 5 6 7 8 9 10 11 12 |
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="cs" /> <title>饭否</title> <link rel="icon" href="favicon.ico" type="image/gif" /> </head> <body> <!-- We are troubled on every side, yet not distressed; we are perplexed, but not in despair; Persecuted, but not forsaken; cast down, but not destroyed; Thank you all, for always |
Global Interpretor Lock
讲Python的Global Interpretor Lock的比较好的文章 耐心看完会有好多收获,… 继续阅读 Global Interpretor Lock
run C source file like a script
TinyCC http://bellard.org/tcc linux 平台”C-script”: … 继续阅读 run C source file like a script
Cool tool: Linux字符画figlet
TypeKit ,use online fonts
TypeKit ,use online fonts 相信做UI的同学们经常会碰到字体的取舍问题为了页… 继续阅读 TypeKit ,use online fonts
Cyberduck, a perfect substitution of winscp
as mentioned before: http://linrc.com/sshfs-is-coo… 继续阅读 Cyberduck, a perfect substitution of winscp
Simple Python Dictionary :)
摘自 http://github.com/panweizeng/home/blob/master/c… 继续阅读 Simple Python Dictionary 🙂