using system;
using system.collections.generic;
using system.text;
namespace pubclass
public string cutstring(string inputstring, int len)//擷取指定長度字串
else
trycatch
if (templen > len)
break;
}//如果截過則加上半個省略號
if (s.length > len)
tempstring += "…";
return tempstring;
}public bool intn(string inputstring, int leng)//判斷輸入串是否為int型別
else
}catch
}public bool countbyte(string inputstring, int len)//判斷位元組數是否超過指定長度
else
}if (templen <= len)
return true;
else
return false;}}
}
VB通用資料庫操作方法
1.vb通用資料操作方法。2.通用資料庫查詢方法。3.通用資料庫操作方法。erp查詢資料庫 public function yzquery sqls as string,msgstring as string as adodb.recordset on error goto executesql e...
Linux系統下檔案的通用操作方法
每一個系統下都有對檔案操作的應用,但是都大致相同,同樣在linux系統中也同樣擁有對檔案的操作。如 檔案描述符 open 函式 close 函式 read 函式 write 函式 檔案偏移lseek 函式 獲取檔案狀態fstat 函式 檔案空間對映mmap 函式 取消mmap 對映的munmap 函...
通用資料庫操作方法(SQL語句篇)
region 查詢 sql語句返回dataset 型別 傳入sql語句和表別名,查詢資料庫,取出結果集放入dataset中 sql語句 資料庫表名 dataset表 public dataset getdataset string sql,string tmptable catch exceptio...
XML操作方法
4 寫xml標記及資料,儲存為xml檔案.建立檔案流,建立xmltextwriter並設定formatting屬性 string filename textbox1.text system.io.filestream myfilestream new system.io.filestream fil...
sys class gpio 操作方法
在嵌入式裝置中對gpio的操作是最基本的操作。一般的做法是寫一個單獨驅動程式,網上大多數的例子都是這樣的。其實linux下面有一個通用的gpio操作介面,那就是我要介紹的 sys class gpio 方式。下面以友堅4412開發板上除錯為例子說明流程 首先,看看系統中有沒有 sys class g...