据外媒消息,1991年图灵奖得主Robin Milner于2010年3月20日(他妻子葬礼后的第三天)在英国剑桥辞世,享年76岁。他是他是英国皇家学会成员,ACM会士,美国工程院外籍院士。
生平
Robin Milner出生于一个军人家庭,早年就读于伊顿公学。后加入英国皇家工程兵部队,获得少尉军衔。1952年入读剑桥大学国王学院,1957年毕业,之后的第一个工作是教师,然后在Ferranti公司当程序员。此后他进入学术界,先后在伦敦城市大学,Swansea大学,斯坦福大学任职。1973年回到英国爱丁堡大学,在爱丁堡大学任职期间,他开发了函数式编程语言ML,并和他的同事一起完成了LCF的开发。1995年,他回到母校剑桥大学任教,并担任剑桥大学计算机实验室主任。(来自维基百科)
Chrome Frame,谷歌网站上说Google Chrome Frame 是Google推出的一个供IE浏览器使用的插件,可以将IE由一个 Trident 内核的浏览器变成一个 Chrome 浏览器。Chrome Frame 会把最新版的Chrome Webkit 内核和JavaScript 引擎注入到IE中。功能虽然强大但是如何使用了在网上找了点关于Google Chrome Frame使用的资料:
1、对于网站所有者而言,提高自己网站的访问速度无疑是获得访问者好感的第一步,那么对于开发者来说,只需要在页面代码的加入
即可让安装了Frame的IE启用Google Chrome Frame来浏览自己的网站。
2、对于浏览者来说获得飞快的上网速度无疑是最后不过的了,使用Google Chrome Frame的前提是在网址前面加上“cf”,如:cf:http://www.google.com,每次都要输入显得很麻烦,困兽介绍一种方法,可以让IE浏览器在浏览网页时自动启用Google Chrome Frame功能,方法如下:
首先给 IE 浏览器下载安装 Google Chrome Frame 插件,然后下载并双击运行此文件 chrome-frame.reg 即可。
即修改有关ChromeFrame注册表的键值为:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Google\ChromeFrame\OptInUrls]
“*”
说明:改成“*”是全部启用,如果只想在访问指定的网站启用则只要加上指定的地址就可以了,如:
*google.com*
*yahoo.com/mail*
去除自动启用只要将HKEY_CURRENT_USER\Software\Google\ChromeFrame\OptInUrls右侧的“*”删除即可。
3、另外发现一个小东西:在大陆访问goog.com会直接被重定向跳转到google.cn这样有些Google提供的功能无法直接使用,现在只要安装了Google Chrome Frame,那么输入cf:http://google.com就会定向到google.com,呵呵
RFC1925 – The Twelve Networking Truths
Network Working Group R. Callon, Editor
Request for Comments: 1925 IOOF
Category: Informational 1 April 1996
The Twelve Networking Truths
Status of this Memo
本备忘录的状态
This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind. [...]
简单说,所谓OpenSolaris是一个Sun的开源项目,而Solaris是Sun公司的基于OpenSolaris推出的一个自己的产品。
Solaris和OpenSolaris的关系与Redhat和Fedora的关系是类似的。
Sun被Oracle收购以后,Oracle一贯是支持linux的,而opensolaris不是GPL发布的,所以不能利用很多linux上现成的驱动,对一些硬件的支持工作需要慢慢来,这个成本是很高的。
对于Oracle来说,要么选择放弃opensolaris,要么以GPL重新发布,要不然,白花花的银子用来扩展硬件支持,到头来在x86上抢linux的市场仿佛没什么太大的好处。
Books General Adrenaline Junkies and Template Zombies: Understanding Patterns of Project Behavior by Tom Demarco, Peter Hruschka, Tim Lister, Suzanne Robertson, James Robertson, and Steve McMenamin (Dorset House Publishing) Designing and Engineering Time: The Psychology of Time Perception in Software by Steven C. Seow (Addison-Wesley Professional) Emergent Design: The Evolutionary Nature of Professional [...]
对于许多c++程序员来说,gotw应该不陌生了.该网站更新慢,内容经典,域名短,所以很少在搜索引擎查找这个.
今天,在百度中输入Herb Sutter,结果令人意外的是搜索结果的第二位标题是 herb sutter的gotw.ca
赫然就是gotw.ca
但是该网站就是一标准的英文网站啊.怎么可能显示中文标题呢? 虽然该网站中出现过Herb Sutter的名字,但是还不至于就知道这个网站就是他建的吧,况且,出现了中文….
查了其他几家搜索引擎,都是显示该网页自己的标题的…
…
ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.
ICU is released under a nonrestrictive open source license that is suitable for use with both commercial software and with other open source or free software.
Here are a few highlights of the services provided by ICU:
- Code Page Conversion: Convert text data to or from Unicode and nearly any other character set or encoding. ICU’s conversion tables are based on charset data collected by IBM over the course of many decades, and is the most complete available anywhere.
- Collation: Compare strings according to the conventions and standards of a particular language, region or country. ICU’s collation is based on the Unicode Collation Algorithm plus locale-specific comparison rules from the Common Locale Data Repository, a comprehensive source for this sort of data.
- Formatting: Format numbers, dates, times and currency amounts according the conventions of a chosen locale. This includes translating month and day names into the selected language, choosing appropriate abbreviations, ordering fields correctly, etc. Again, ICU uses data from the Common Locale Data Repository.
- Unicode Support: ICU closely tracks the Unicode standard, providing easy access to all of the many Unicode character properties, Unicode Normalization, Case Folding and other fundamental operations as specified by the Unicode Standard.
- Regular Expression: ICU’s regular expressions fully support Unicode while providing very competitive performance.
- Bidi: support for handling text containing a mixture of left to right (English) and right to left (Arabic or Hebrew) data.
- Text Boundaries: Locate the positions of words, sentences, paragraphs within a range of text, or identify locations that would be suitable for line wrapping when displaying the text.
And much more. Refer to the ICU User Guide for details.
鑫童是华工子弟,对周围的事情比较熟悉,于是最开始经常跟他一起去玩实况。那个时候还是PS的WE5吧。他老选阿根廷。由于巴蒂斯图塔实在是变态一个,我少有胜绩。让他选别的队伍,他那是相当的不情愿啊。基本上,他也不会用别的球队了。呵呵,巴蒂害人啊。以至于我后来每次大赛,不管是美洲杯还是世界杯。都为阿根廷的输球而叫好。巴蒂退役的时候,竟然没有一丝舍不得。呵呵,人是一种记仇的动物。 鑫童被营长和大肠教会抽烟,这不算什么好习惯。更可气的是他居然不喜欢踩灭烟头,…
当我还在韵苑7栋的时候,从来没有觉得自己会离开。转眼间又快到了9月。仿佛又回到了四年前。四年前的现在,大家都在家里准备着去上学了吧。但是谁也不知道会碰到谁。带着一丝懵懂。就这样走进了华工四年。 当车子在华工里面走了很久之后,首先引起我注意的是那些恐龙蛋。快离开的时候,才发现恐龙蛋上面有一条大大的裂缝。当年有没有,我已经记不清了。猜测应该是有的吧。抑或真的是裂开的?笑一笑,觉得不太可能。 …
许多程序员对数组名和指针的区别不甚明了,他们认为数组名就是指针,而实际上数组名和指针有很大区别,在使用时要进行正确区分,其区分规则如下:
规则1 数组名指代一种数据结构,这种数据结构就是数组;例如:char str[10];char *pStr = str;cout << sizeof(str) << endl;cout << sizeof(pStr) << endl; 输出结果为: 10 &n…
-
Articles
- March 2011
- November 2010
- September 2010
- August 2010
- June 2010
- April 2010
- March 2010
- December 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- August 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- January 2006
-
Calendar
February 2012 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta

