91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.68M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: C#??

資源簡介

一個調用系統自帶的Cmd的例子,可實現ping和ipconfig操作

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Diagnostics;
using?System.Net;
using?System.Net.NetworkInformation;
using?System.Windows.Forms;
using?System.Text.Regularexpressions;

namespace?CMD_Helper
{
????public?class?CmdHelper
????{
????????private?Process?proc?=?null;
????????///?
????????///?構造函數
????????///?

????????public?CmdHelper()
????????{
????????????proc?=?new?Process();
????????}
????????///?
????????///?執行CMD語句
????????///?

????????///?要執行的CMD命令
????????public?string?RunCmd(string?cmd)
????????{
????????????proc.StartInfo.CreateNoWindow?=?true;
????????????//設定程序名
????????????proc.StartInfo.FileName

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????????7??2018-05-11?09:50??CMD_operation\.git\COMMIT_EDITMSG

?????文件????????374??2018-05-10?17:04??CMD_operation\.git\config

?????文件?????????73??2018-05-10?16:39??CMD_operation\.git\description

?????文件????????339??2018-05-10?16:44??CMD_operation\.git\FETCH_HEAD

?????文件?????????24??2018-05-10?17:04??CMD_operation\.git\HEAD

?????文件????????478??2018-05-10?16:39??CMD_operation\.git\hooks\applypatch-msg.sample

?????文件????????896??2018-05-10?16:39??CMD_operation\.git\hooks\commit-msg.sample

?????文件???????3327??2018-05-10?16:39??CMD_operation\.git\hooks\fsmonitor-watchman.sample

?????文件????????189??2018-05-10?16:39??CMD_operation\.git\hooks\post-update.sample

?????文件????????424??2018-05-10?16:39??CMD_operation\.git\hooks\pre-applypatch.sample

?????文件???????1642??2018-05-10?16:39??CMD_operation\.git\hooks\pre-commit.sample

?????文件???????1348??2018-05-10?16:39??CMD_operation\.git\hooks\pre-push.sample

?????文件???????4898??2018-05-10?16:39??CMD_operation\.git\hooks\pre-rebase.sample

?????文件????????544??2018-05-10?16:39??CMD_operation\.git\hooks\pre-receive.sample

?????文件???????1492??2018-05-10?16:39??CMD_operation\.git\hooks\prepare-commit-msg.sample

?????文件???????3610??2018-05-10?16:39??CMD_operation\.git\hooks\update.sample

?????文件???????6610??2018-05-11?09:50??CMD_operation\.git\index

?????文件????????240??2018-05-10?16:39??CMD_operation\.git\info\exclude

?????文件????????913??2018-05-11?09:50??CMD_operation\.git\logs\HEAD

?????文件????????563??2018-05-11?09:50??CMD_operation\.git\logs\refs\heads\develop

?????文件????????372??2018-05-10?16:46??CMD_operation\.git\logs\refs\heads\master

?????文件????????176??2018-05-10?16:44??CMD_operation\.git\logs\refs\remotes\origin\develop

?????文件????????344??2018-05-10?16:47??CMD_operation\.git\logs\refs\remotes\origin\master

?????文件????????150??2018-05-11?09:50??CMD_operation\.git\ms-persist.xml

?????文件?????????82??2018-05-10?16:39??CMD_operation\.git\objects\05\ec2abe11c65a17c142dbc1df313be19f1b995a

?????文件?????????49??2018-05-11?09:50??CMD_operation\.git\objects\07\8e7fd093fb7aa5fe9e134e33909cc7cd1eb9f5

?????文件?????????62??2018-05-10?16:39??CMD_operation\.git\objects\0a\96caa691384f55b385fcf02aa1efe1bdb29633

?????文件????????246??2018-05-10?16:39??CMD_operation\.git\objects\0c\b091b8bfc6dffa494f25299cc479060d476168

?????文件????????715??2018-05-10?16:39??CMD_operation\.git\objects\0f\71ca8eec67fdef7f2c4a6f4b21d15411c353ba

?????文件???????5457??2018-05-10?16:39??CMD_operation\.git\objects\11\715c4a264c50e64e2693cb366678be2effe147

............此處省略303個文件信息

評論

共有 條評論