02 2015 档案
摘要:通过修饰键来查看像command、option、control、shift这些按键在Mac下叫做修饰键,一般情况下他们大都用来辅助输入或者用作快捷键的修饰键。打开“系统偏好设置”,点击“键盘→键盘→修饰键”即可看到这些修饰键,如caps lock 是⇪,control是⌃,option是⌥,comm...
阅读全文
摘要:Notes from Exploring ElasticSearchThe installation of Elasticsearch is very simple. It's a server for processing texts.Elasticsearch is a standalone J...
阅读全文
摘要:Notes from The C Programming LanguageA decimal point in a constant indicates that it is floating point, however, so 5.0/9.0 i not truncated because ...
阅读全文
摘要:Notes from C++ PrimerAssociative containers differ in fundamental respect from the sequential containers: elements in associative containers are store...
阅读全文
摘要:Notes from C++ Primerstack and queue: based on dequepriority_queue: based on vectorStandard library provides three kinds of sequential adaptors: queue...
阅读全文