会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
anjsxz
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
下一页
2014年5月4日
sql
摘要: WHERE 在分组和聚集计算之前选取输入行(因此,它控制哪些行进入聚集计算), 而 HAVING 在分组和聚集之后选取分组的行。 因此,WHERE 子句不能包含聚集函数; 因为试图用聚集函数判断那些行输入给聚集运算是没有意义的。 相反,HAVING 子句总是包含聚集函数。 (严格说来,你可以写不使用...
阅读全文
posted @ 2014-05-04 09:40 anjsxz
阅读(91)
评论(0)
推荐(0)
2014年5月3日
sublimetext
摘要: 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
阅读(171)
评论(0)
推荐(0)
emacs
摘要: 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
阅读(158)
评论(0)
推荐(0)
2014年5月2日
c++学习
摘要: 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
阅读(107)
评论(0)
推荐(0)
ubuntu
摘要: 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
阅读(220)
评论(0)
推荐(0)
2014年5月1日
cmake
摘要: 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
阅读(326)
评论(0)
推荐(0)
vimrc
摘要: runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
阅读全文
posted @ 2014-05-01 06:45 anjsxz
阅读(149)
评论(0)
推荐(0)
eclipse c++
摘要: 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
阅读(130)
评论(0)
推荐(0)
2014年4月29日
smb
摘要: [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
阅读(148)
评论(0)
推荐(0)
osx mount nfs/smb
摘要: NFS/home/an/nfs 192.168.1.xxx(rw,nohide,insecure,no_subtree_check,async,root_squash)
阅读全文
posted @ 2014-04-29 07:52 anjsxz
阅读(233)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
下一页
公告