上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: WHERE 在分组和聚集计算之前选取输入行(因此,它控制哪些行进入聚集计算), 而 HAVING 在分组和聚集之后选取分组的行。 因此,WHERE 子句不能包含聚集函数; 因为试图用聚集函数判断那些行输入给聚集运算是没有意义的。 相反,HAVING 子句总是包含聚集函数。 (严格说来,你可以写不使用... 阅读全文
posted @ 2014-05-04 09:40 anjsxz 阅读(86) 评论(0) 推荐(0) 编辑
摘要: import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;ope... 阅读全文
posted @ 2014-05-03 20:12 anjsxz 阅读(163) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install cscope;ace-jump-mode(autoload 'ace-jump-mode "ace-jump-mode" t)(eval-after-load "ace-jump-mode" '(ace-jump-mode-enable-mark-sy... 阅读全文
posted @ 2014-05-03 16:43 anjsxz 阅读(151) 评论(0) 推荐(0) 编辑
摘要: explicit可以有效得防止构造函数的隐式转换带来的错误或者误解输出vectorcopy(vec.begin(), vec.end(), ostream_iterator(cout, " "));for (auto c : vec) std::cout << c << ' ';array to vectorvint vec(arr,arr+sizeof arr/sizeof... 阅读全文
posted @ 2014-05-02 14:39 anjsxz 阅读(102) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install cmakesudo apt-get install libboost-dev libboost-test-devsudo apt-get install libcurl4-openssl-dev libc-ares-devsudo apt-get insta... 阅读全文
posted @ 2014-05-02 14:37 anjsxz 阅读(216) 评论(0) 推荐(0) 编辑
摘要: http://www.cmake.org/cmake/help/v2.8.8/cmake.htmladd_executable的作用是指示CMake生成一个可执行文件add_library的作用是指示CMake生成一个库,根据参数SHARED还是STATIC来决定生成动态库还是静态库include_... 阅读全文
posted @ 2014-05-01 09:31 anjsxz 阅读(320) 评论(0) 推荐(0) 编辑
摘要: runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th... 阅读全文
posted @ 2014-05-01 06:45 anjsxz 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src 项目属性> C/C++ Bu... 阅读全文
posted @ 2014-05-01 06:36 anjsxz 阅读(123) 评论(0) 推荐(0) 编辑
摘要: [share]path=/home/an/shareavailable=yesbrowse able=yespublic=yeswritable=yessecurity = userusername map = /etc/samba/smbusers[share]comment = Shared F... 阅读全文
posted @ 2014-04-29 21:47 anjsxz 阅读(143) 评论(0) 推荐(0) 编辑
摘要: NFS/home/an/nfs 192.168.1.xxx(rw,nohide,insecure,no_subtree_check,async,root_squash) 阅读全文
posted @ 2014-04-29 07:52 anjsxz 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页