Get the latest creative news from FooBar about art, design and business.
晚上在看Salman A. Baset和Henning Schulzrinne写的《An Analysis of the Skype Peer-to-Peer Internet Telephony Protocol》。因为Skype的通讯协议是不公开的,而且通讯内容是加过密的,这两位完全在实验的基础上对Skype的通讯机制进行分析,分析结果很有参考价值。 通过分析得出的结论主要有三个: 1、Skype的通话质量较MSN和Yahoo的即时通信工具要好; 2、可以无缝的在NATs和防火墙后使用; 3、安装使用起来确实非常简单。
awk是一种用于处理数据和生成报告的编程语言。 一般的使用格式是: awk ‘{pattern + action}’ {filenames} pattern指在每一行中进行匹配的条件,action指针对符合条件的行进行的操作,filenames是输入的文件名。 假设data文件中有以下数据: 1 donald 305 20050129 2 chin 102 20040129 3 mark 304 20040229 下面对这个文件进行操作: awk ‘{print $1, $2,…
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
