摘要:
From http://cero.cn/weblog/8.html 车东写的关于面向搜索引擎的网站设计系列文章的一个长篇,虽然希望自己的BLOG更多是原创文章,不过如此好文与总结还是要转过来的收藏+共享的,我想,从事网站设计的人是必读的. 内容摘要: 目前中文网站在整个互联网中的影响还比较小,这主要是由于中文网站总体的水平(技术上,内容上)都还相对落后造成的,最主要的表现有: ... 阅读全文
摘要:
Bjarne Stroustrup裘宗燕 译_________________________________________ 这里是一组在你学习C++的过程中或许应该考虑的"规则"。随着你变得更加熟练,你将能把它转化为某种更适合你的那类应用系统或者你自己的程序设计风格的东西。它们有意被写得很简单,因此都缺乏细节。请不... 阅读全文
摘要:
#include struct NullType; template struct typelist{ typedef T0 Head; typedef typelist Tail; enum { length = 1 + Tail::length };}; template struct typelist{ enum { length = 0 };}; template... 阅读全文
摘要:
Microsoft launched Windows Live Academic Search to compete with Google Scholar.http://academic.live.comIt implemented some features that allow users to get more information about a result before click... 阅读全文