combobox 控制項
this.combobox1.tabindex = 1;
this.combobox1.items.add("com0");
combobox1.selecteditem.tostring());
int index = combobox1.selectedindex;
string 字串操作
//字串 轉 byte
byte data1 = system.text.encoding.default.getbytes(str);
//獲取字串長度
system.text.encoding.default.getbytecount(str)
byte 使用方法
comwritecommand(new byte );
Linux上的一些積累
1 linux中建立檔案用touch 例如 touch 1.txt 刪除檔案用rm 例如 rm f 1.txt 建立目錄用mkdir 例如 mkdir daiyuanqi 刪除空目錄用rmdir 例如 rmdir daiyuanqi 有東西的目錄不能刪 刪除裝有東西的目錄就用rm rf 例如rm r...
Qt 一些技巧積累
和查詢的資料不同之處 在副視窗中新增子按鈕 如下 在父視窗中新增子按鈕 qwidget window new qwidget qpushbutton button1 new qpushbutton one qpushbutton button2 new qpushbutton two qvboxla...
PHP 中的一些經驗積累
最近剛剛完成手中的專案,比較閒。來這兒轉轉,把積累的一些技巧分享給大家!1 關於php重定向 方法一 header location index.php 方法二 echo 方法三 echo 2 獲取訪問者瀏覽器 function browse infor if ereg mozilla agent ...