摘要:
Unicode is a standard that precisely defines a character set as well as a small number of encodings for it. It enables you to handle text in any language efficiently. It allows a single application executable to work for a global audience.Unicode provides a unique number for every character, regardl 阅读全文
摘要:
Global variables are defined using the CREATE VARIABLE statement.Host variables are defined by statements of a host language.Variables cannot be referenced in dynamic SQL statements. Parameter markers are defined in an SQL descriptor and used instead. 阅读全文
摘要:
Effective C++ 2nd Edition 50 Spefical Ways to Improve Your Programs and Designs by Scott Meyers @1999 初学C++时必读书,其中有丰富生动的程序示例,50条大师总结的经验方法规则。 目录 Ch1改变旧 阅读全文
摘要:
getline (string) - C++ Reference http://www.cplusplus.com/reference/string/string/getline/ Extracts characters from is and stores them into str until 阅读全文
摘要:
搜索引擎 — 原理、技术与系统 Search Engine: Principle, Technology and Systems 李晓明 闫宏飞 王继民 著 by Li Xiaoming, Yan Hongfei and Wang Jimin 内容简介 “本书比较系统地介绍了互联网搜索引擎的工作原理 阅读全文
摘要:
参考http://www.javaworld.com.tw/ 作者:Sungo在网上找了一些关于Eclipse的开发资料,但对Eclipse的界面和它的功能深深的吸引了,尤其是了解了Eclipse能够进行C/C++的开发更是欣喜若狂,起初对Eclipse的配置不胜了解,有一段时间也很徘徊,想在网上找到图形化的配置,但没有找到(可能是我没有找到).经过不懈的努力和学习,终于配成了.萌生了做一个图形化的配置文档,以供后者少走挽留.闲话少聊现在就开始.Eclipse的简介就不说了,能问www.baidu.com就问百度.我用的软件是:OS: Windows XPEclipse 3.0.2 CDT R 阅读全文