using system;using system.collections.generic;
using system.linq;
using system.text;
using system.io;
using system.windows.forms;
namespace mycommanhelper
// 判斷目標目錄是否存在如果不存在則新建之
if (!system.io.directory.exists(aimpath))
string filelist = null;
if (onlyfile)
else
// 遍歷所有的檔案和目錄
foreach (string file in filelist)
// 否則直接copy檔案
else}}
catch (exception ex)
}/// /// 文字檔案內替換字串
///
/// 檔案路徑
/// 目標字串
/// 結果字串
public void filestringreplace(string filepath, string targetstr, string resultstr)
}}
C 檔案操作(待補充)
using system using system.collections.generic using system.linq using system.text using system.io using system.windows.forms namespace mycommanhelper ...
vim操作 待補充
wq 存檔 退出 w 存檔,q 退出 e 開啟新檔案 q 退出 h j k l,分別控制游標左 下 上 右移一格。按ctrl b 螢幕往後移動一頁。常用 按ctrl f 螢幕往前移動一頁。常用 按ctrl u 螢幕往後移動半頁。按ctrl d 螢幕往前移動半頁。按 0 數字零 移動文章的開頭。常用 ...
C 資料庫操作(待補充)
using system using system.collections.generic using system.linq using system.text using system.data.oledb using system.data using system.windows.forms...