vim scripts裡的東西

2021-06-09 23:36:03 字數 1029 閱讀 4220

vim-scripts是乙個ubuntu自帶的軟體包,也歷史悠久了,裡面有一些非常常用的vim外掛程式。

align:具體見 :help align,好用的文字對齊外掛程式。

alternate:具體見 :help alternate,檔案跳轉外掛程式,好用的檔案跳轉外掛程式

bufexplorer

calendar

closetag

colors-sampler-pack

cvsmenu

debplugin

detectindent

doxygen-toolkit

editexisting

enhanced-commentify

gnupg

info

justify

lbdbq

matchit

minibufexplorer

nerd-commenter

omnicppcomplete:具體見 :help omnicppcomplete.txt

poproject

python-indent

secure-modelines

snippetsemu

sokoban

supertab:具體見 :help supertab.txt

surround:具體見 :help nerd_commenter.txt

taglist:具體見 :help taglist.txt

tetris

utlvcscommand

vimplate

whatdomain

winmanager:具體見 :help winmanager

let g:winmanagerwindowlayout = 'fileexplorer,tag***plorer|bufexplorer'

map :wmtogglemap :firstexplorerwindowmap :bottomexplorerwindow

xmledit

MySql裡的小東西

1 類似oracle的序列的用法 id int 5 primary key auto increment 2 類似ms sql裡sql 查詢語句中top關鍵字 如果就是top著個含義 select from table limit 10 就行了 如果想取出100 到 200 用 select fro...

WTK裡需設定的東西

在wtk中選擇setting,然後轉到最後乙個選項卡,你會發現有三個內容可以編輯,這三個內容依次是程式名,icon和class 程式名可以不管 icon嘛,自然是圖示啦,我們做好的遊戲,裝到手機上後都希望有乙個好看的圖示來標識嘛,怎麼辦呢,找一張,上的就用 的就行啦,然後取名為icon 必須是png...

關於目標檔案裡的東西

另外這個也是讀後感 目標檔案是什麼 在vs程式經過編譯鏈結之後可以成為可執行檔案 但是有沒有想過 只編譯不鏈結是什麼 vs上要將編譯和鏈結分開 我問了很多人都說不知道沒辦法只能在linux上實現只編譯不鏈結 寫一段很簡單的程式如果我在linux main.c檔案中寫下面這段 include int ...