- 浏览: 60281 次
- 性别:
- 来自: 广州
最新评论
-
surfingForRest:
哈哈哈哈哈哈
这个网站研究破解程序的。。。无语
文章列表
http://www.zinkwazi.com/unix/notes/tricks.vim.html
vi (aka vim) tutorial, tips, tricks and useful commands
Where grep came from (RE being Regular Expression):
:
g
/RE/
p
Delete lines 10 to 20 inclusive:
:
10
,
20
d
or with marks a and b:
:
from http://tips.webdesign10.com/vim/vim-syntax-highlighting
Vim Syntax Highlighting
<!-- Added Block Region on 1 Feb 2010 -->
<!-- End Added Block Region -->
Tags:
cakephp
vim
2007, October 27 - 2:38pm — Webmaster Tips
If you are working on files w ...
http://app.huawei.com/forum3/thread.jspa?threadID=113151&tstart=60&orderStr=9
http://app.huawei.com/forum3/thread.jspa?threadID=26765&tstart=0&orderStr=9
http://app.huawei.com/forum3/thread.jspa?threadID=124084&tstart=0&orderStr=9
http://app.huawei.com/forum3/thread.j ...
http://app.huawei.com/forum3/thread.jspa?threadID=14553&tstart=20&orderStr=9
单反课堂
http://app.huawei.com/forum3/thread.jspa?threadID=22235&tstart=0&orderStr=9
http://app.huawei.com/forum3/thread.jspa?threadID=81728&start=0&tstart=0&orderStr=9&filterByNickName=
近景用的 20 1.7 饼干头(我配的松下的)
有些风景的用的是变焦头~套机的..
********** 踩花打盗 发表于 2010-07-01 08:26 ******* ...
http://stackoverflow.com/questions/1966920/more-info-on-memory-layout-of-an-executable-program-process
Silberschatz.Galvin.Operating.System.Concepts.7th.pdf page:313
http://www.codeproject.com/KB/cpp/CodeGraft.aspx
http://www.microsoft.com/msj/0197/exception/exception.aspx
Apache C++ Standard Library Reference Guide
bind1st(), bind2nd(), binder1st, binder2nd
Library:
General utilities
Function
Local Index
Summary
Synopsis
Description
Interface
Example
See Also
Standards Conformance
Local Index
No Entries
Summa ...
这本书不错
Panic- UNIX System Crash Dump Analysis.chm
" ***'s custom settings begin
map <F2> :tabnew<CR>
map <C-Left> :tabp<CR>
map <C-Right> :tabnext<CR>
" set guifont=Consolas:h11:cANSI
" let font_name = "Consolas"
"光标不闪
set gcr=a:blinkon0
"call pathogen#helptags()
"c ...
http://www.codeproject.com/KB/cpp/bsuite.aspx
http://www.codeproject.com/KB/macros/dstags.aspx
sort 功能
sort file //默认按字典顺序排序
sort -n file //按数值大小排序
sort +1n file //The +1 says to skip the first field and sort file by value
sort +1 file //The +1 says to skip the first field and sort file alphabeticaly
sort +1 -t: file //The -t: says use character ':' sort delimiter