因為現場的裝置ip配置都是固定的,有時候想測試網路怎麼樣要挨個ping特麻煩,就弄了個方法來ping,檔案路徑暫時都是寫死的
.net core 的 乙個控制台程式
1static
void main(string
args)
219 console.writeline("
pingip
" + ip+"
: "+rtn);20}
2122
}23 console.writeline("
不通的ip有:
"+butrong);24}
25///
26///
ping ip,測試能否ping通
27///
28///
ip位址
29///
30private
static
bool pingip(string
strip)
3140
catch
(exception)
4144
return
bret;45}
4647
4849
///50
///讀取excel檔案到dataset中
51///
52///檔案路徑
53///
54public
static dataset todatatable(string
filepath)55]
";6566 oledbconnection conn = null
;67 oledbdataadapter da = null
;68 datatable dtsheetname = null;69
70 dataset ds = new
dataset();
71try
72);
8081
//初始化介面卡
82 da = new
oledbdataadapter();
83for (int i = 0; i < dtsheetname.rows.count; i++)
8491
92 da.selectcommand = new
oledbcommand(string.format(sql_f, sheetname), conn);
93 dataset dsitem = new
dataset();
94da.fill(dsitem,i.tostring());//這裡找個第二個引數還沒弄明白是幹嘛用的,網上抄的
9596 ds.tables.add(dsitem.tables[0
].copy());97}
98}99catch
(exception ex)
100102
finally
103111
}112
return
ds;113 }
記錄乙個ip庫
提取教程 1.ip獲取介面 api proxy ips 引數引數名 資料型別 必傳說明 例子page intn 第幾頁1 country string n所屬地區 中國,美國 ispstring nisp 電信,阿里雲 order by string n排序字段 speed 響應速度,validat...
乙個db的查詢優化記錄
h2 db中有乙個表 create table asset asset numeric real numeric timestamp numeric timestring varchar 100 其中timestamp是unixtime,表的索引是timestamp 需要將某天之前的最後一條記錄找出...
從乙個excel複製到另外乙個excel
excel.range m objrange null wbs.open source path,type.missing,type.missing,type.missing,type.missing,type.missing,type.missing,type.missing,type.missi...