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

  • 大小: 0.22M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語(yǔ)言: C#
  • 標(biāo)簽: tcp??占用??查詢??工具??端口??

資源簡(jiǎn)介

查詢與指定端口相關(guān)的進(jìn)程列表,并提供殺進(jìn)程按鈕.實(shí)際內(nèi)容為將控制臺(tái)命令"netstat"數(shù)據(jù)解析顯示為列表,并提供殺進(jìn)程的按鈕;

資源截圖

代碼片段和文件信息

using?System;
using?System.Windows.Forms;
using?System.Diagnostics;
using?Util;

namespace?WhoUseThePort
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnSearch_Click(object?sender?EventArgs?e)
????????{
????????????int?port?=?(int)numericUpDown1.Value;
????????????var?proc?=?WhoUsePort.NetStatus(portcheckBox1.Checked);
????????????dataGridView1.Rows.Clear();
????????????foreach?(var?p?in?proc)
????????????{

????????????????int?index?=?dataGridView1.RowCount;
????????????????dataGridView1.Rows.Insert(index?new?string[]?{?““
????????????????????p.ProcessName
????????????????????p.Pid.ToString()
????????????????????p.LocolPort.ToString()
????????????????????p.T

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件?????????80??2019-04-18?08:30??WhoUseThePort\.git\COMMIT_EDITMSG

?????文件????????772??2019-04-17?16:12??WhoUseThePort\.git\config

?????文件?????????73??2019-04-17?16:12??WhoUseThePort\.git\description

?????文件?????????23??2019-04-17?16:12??WhoUseThePort\.git\HEAD

?????文件????????478??2019-04-17?16:12??WhoUseThePort\.git\hooks\applypatch-msg.sample

?????文件????????896??2019-04-17?16:12??WhoUseThePort\.git\hooks\commit-msg.sample

?????文件????????189??2019-04-17?16:12??WhoUseThePort\.git\hooks\post-update.sample

?????文件????????424??2019-04-17?16:12??WhoUseThePort\.git\hooks\pre-applypatch.sample

?????文件???????1642??2019-04-17?16:12??WhoUseThePort\.git\hooks\pre-commit.sample

?????文件???????1348??2019-04-17?16:12??WhoUseThePort\.git\hooks\pre-push.sample

?????文件???????4898??2019-04-17?16:12??WhoUseThePort\.git\hooks\pre-rebase.sample

?????文件????????544??2019-04-17?16:12??WhoUseThePort\.git\hooks\pre-receive.sample

?????文件???????1239??2019-04-17?16:12??WhoUseThePort\.git\hooks\prepare-commit-msg.sample

?????文件???????3610??2019-04-17?16:12??WhoUseThePort\.git\hooks\update.sample

?????文件???????1564??2019-04-18?08:30??WhoUseThePort\.git\index

?????文件????????240??2019-04-17?16:12??WhoUseThePort\.git\info\exclude

?????文件????????542??2019-04-18?08:30??WhoUseThePort\.git\logs\HEAD

?????文件????????542??2019-04-18?08:30??WhoUseThePort\.git\logs\refs\heads\master

?????文件????????151??2019-04-18?08:30??WhoUseThePort\.git\ms-persist.xml

?????文件????????159??2019-04-17?16:12??WhoUseThePort\.git\objects\14\cb5efff487bee03db87cdc25014e64678f6be7

?????文件???????2013??2019-04-18?08:30??WhoUseThePort\.git\objects\1f\1e692d15cc53ffeb25a3b7d3c8417a0255e0bd

?????文件????????751??2019-04-17?16:12??WhoUseThePort\.git\objects\1f\f0c423042b46cb1d617b81efb715defbe8054d

?????文件???????1138??2019-04-17?16:12??WhoUseThePort\.git\objects\36\211df11648d07cbd849a00c73586eabe1f2fef

?????文件????????186??2019-04-17?16:12??WhoUseThePort\.git\objects\39\645652af62950ebf3b28ec3a5400dcec30b1c4

?????文件???????2112??2019-04-17?16:12??WhoUseThePort\.git\objects\3c\4efe206bd0e7230ad0ae8396a3c883c8207906

?????文件????????233??2019-04-17?16:12??WhoUseThePort\.git\objects\3e\165f61e7a89e80d22c0d8f0d4cc88f38d74f7a

?????文件????????182??2019-04-17?16:12??WhoUseThePort\.git\objects\49\8489a86216f920f5ce6f9459396c1e345669b7

?????文件????????459??2019-04-17?16:12??WhoUseThePort\.git\objects\4e\8f48104bbf0d5a68332d1811f7b8d55b08b8ba

?????文件????????235??2019-04-18?08:30??WhoUseThePort\.git\objects\62\c4dc7acfbad433249b722a23939f3da2f6f269

?????文件????????289??2019-04-18?08:30??WhoUseThePort\.git\objects\62\e9bd7b96481077938ba13fa380491d7fa316ba

............此處省略105個(gè)文件信息

評(píng)論

共有 條評(píng)論