
开源软件
文章平均质量分 79
newyf_cun
do what you want
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Squid学习笔记
A. ACL访问控制介绍: 格式: acl 名字 类型 内容 httpd_access all或deny 名字:这里的名字和ACL的名字是一致的方能生效 在acl中类型有这几种:src ,dst, port ,srcdomain, dstdomain, time, maxcom, url_regex,urlpath_regex 在acl里内容就自己原创 2012-10-19 10:25:16 · 1207 阅读 · 0 评论 -
.vimrc.bak
syntax on set ruler set hlsearch set incsearch set tabstop=4 set autoindent set cindent set confirm set number set expandtab set autoindent set smartindent filetype indent on set syn=cpp转载 2014-09-09 16:03:45 · 703 阅读 · 0 评论