[20131125]使用vim做合計計算.txt
[20131125]使用vim做合計計算.txt
工作需要,需要使用vim做合計計算,把一列的資料累加,輸出結果,到網站檢索,發現:
http:///scripts/script.php?script_id=1932
visSum.vim外掛比較合適.結果測試發現一些問題,結果自己花了一個下午晚上的時間測試修改,有點浪費時間.
主要原因:
1.不熟悉vim裡面的函式,以及命令格式.
2.vim scripts 不知道如何除錯,我最後只能單步跟蹤執行.
3.作者使用摺疊功能,自己還花一點時間學習這方面的知識.
最後指令碼修改如下:
工作需要,需要使用vim做合計計算,把一列的資料累加,輸出結果,到網站檢索,發現:
http:///scripts/script.php?script_id=1932
visSum.vim外掛比較合適.結果測試發現一些問題,結果自己花了一個下午晚上的時間測試修改,有點浪費時間.
主要原因:
1.不熟悉vim裡面的函式,以及命令格式.
2.vim scripts 不知道如何除錯,我最後只能單步跟蹤執行.
3.作者使用摺疊功能,自己還花一點時間學習這方面的知識.
最後指令碼修改如下:
VimSum.vim指令碼如下,點選(此處)摺疊或開啟
- \" vim:filetype=vim foldmethod=marker textwidth=78
- \" ==========================================================================
- \" File: visSum.vim (global plugin)
- \" Last Changed: 2012-07-17
-
\" Maintainer: Erik Falor
- \" Version: 1.0
- \" License: Vim License
- \"
- \" A great big thanks to Christian Mauderer for providing a patch for
- \" floating-point support!
- \"
- \" ________ __ __
- \" /_ __/ /_ ____ _____ / /_______/ /
- \" / / / __ \\/ __ `/ __ \\/ //_/ ___/ /
- \" / / / / / / /_/ / / / / ,< (__ )_/
- \" /_/ /_/ /_/\\__,_/_/ /_/_/|_/____(_)
- \"
- \" This plugin will work whether or not your Vim is compiled with support for
- \" floating-point numbers. If your Vim doesn\'t has(\'float\'), we\'ll just
- \" ignore whatever comes after the decimal point.
- \"
- \" Due to the way Vim parses floating-point numbers, the only valid separtator
- \" between the whole and fractional parts of the number is a period. Vim
- \" won\'t accept a comma, even if that\'s your locale\'s preference. This
- \" plugin follows that convention.
- \" ==========================================================================
- \" Exit quickly if the script has already been loaded
- let s:this_version = \'1.0\'
- if exists(\'g:loaded_visSum\') && g:loaded_visSum == s:this_version
- finish
- endif
- let g:loaded_visSum = s:this_version
- \"Mappings {{{
- \" clean up existing key mappings upon re-loading of script
-
if hasmapto(\'
SumNum\') - nunmap \\su
- vunmap \\su
-
nunmap
SumNum -
vunmap
SumNum - endif
- \" Key mappings
-
nmap
su SumNum -
vmap
su SumNum - if has(\'float\')
- \" Call the floating-point version of the function
-
nmap
請登入後發表評論
登入
全部評論
最新文章
- [20221202]sqlplus set trimout 問題.txt
- [20221130]最佳化備庫dg遇到的問題2.txt
- [20221130]with+materialize會產生日誌嗎.txt
- [20221128]dg資料庫最佳化問題.txt
- [20221130]PLSQL的變數作用範圍(linux).txt
- [20221128]再談防水牆(檢視訪問效能問題).txt
- [20221126]tpt pr.sql指令碼執行問題.txt
- [20221125]設定hugepages遇到的問題.txt
- [20221123]19cDBA_EXPRESSION_STATISTICS查詢expression_text中字串帶雙引號的問題
- [20221121]rman刪除歸檔日誌問題.txt
相關文章
- [20170617]vim中使用bc計算器.txt
- [20170616]vim中使用bc計算器.txt
- [20121207]vim中使用bc做10與16進位制計算.txt
- [20200424]vim visSum.vim合計外掛.txt
- 在vim中使用bc進行算術計算
- [20170308]bc做xor(異或)計算.txt
- 使用QT做一個簡易計算器QT
- flex與bison的結合使用(計算器例子)Flex
- 學做8位計算機計算機
- 雲端計算素材、課件:雲端計算可以做什麼用?
- python 計算txt文字詞頻率Python
- 計算組合數 (sdut oj)
- [20131125]vim的bccalc.vim外掛有關問題以及10,16進位制轉換的簡單方法.txt
- 提供流批結合計算能力
- web的高度計算-cell-裡面使用-只做記錄Web
- BIRT 中組內跨行計算和小計怎麼做
- 什麼是雲端計算?雲端計算適合哪些人學習?
- 正向合約&反向合約倉位變化計算
- 使用HTML5 canvas做地圖(2)瓦片以及如何計算的HTMLCanvas地圖
- 如何計算期貨合約盈虧?
- 數值計算 插值與擬合
- [20190929]bash使用bc計算的相關問題.txt
- 彭民德:《電子計算60年》(5)用手搖計算機做三峽大壩下不穩定流計算計算機
- 深圳雲端計算培訓學習:女生做雲端計算運維容易嗎?–【千鋒】運維
- [20170411]bbed計算redo檢查和.txt
- 使用 Python 計算 π 值Python
- Virtuoso計算器使用教程
- 大學生適合學雲端計算嗎?
- Python科學計算——任意波形擬合Python
- lgB3717 計算組合數
- 關於vue的使用計算屬性VS使用計算方法的問題Vue
- 什麼是Linux雲端計算?學習雲端計算可以用來做什麼?Linux
- 企業是否適合雲端計算,又如何進行雲端計算戰略規劃?
- [前端漫談] 做一個四則計算器前端
- 在windows上,Vim 與 SQL*Plus 結合使用WindowsSQL
- [20190821]關於CPU成本計算.txt
- [20230428]bash實現xor計算.txt
- 本地計算、雲端計算、霧計算、邊緣計算有什麼區別?