小编saf*_*jrz的帖子

如何通过cmd获取网络中某台电脑的IPV4地址?

我一直使用tracertping命令来获取我计算机的 IPV4 地址。现在我似乎无法这样做:

C:\>tracert win7x64

Tracing route to WIN7X64 [fe80::f44f:fb88:3026:4ecc%53] over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  WIN7X64 [fe80::f44f:fb88:3026:4ecc]

Trace complete.

C:\>ping win7x64

Pinging WIN7X64 [fe80::f44f:fb88:3026:4ecc%53] with 32 bytes of data:
Reply from fe80::f44f:fb88:3026:4ecc%53: time<1ms
Reply from fe80::f44f:fb88:3026:4ecc%53: time<1ms
Reply from fe80::f44f:fb88:3026:4ecc%53: time<1ms
Reply from fe80::f44f:fb88:3026:4ecc%53: time<1ms

Ping statistics for fe80::f44f:fb88:3026:4ecc%53:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum …
Run Code Online (Sandbox Code Playgroud)

networking windows command-line

6
推荐指数
1
解决办法
8782
查看次数

启动时 MySQL 通知程序高严重性错误

当我启动 MySQL Notifier 时,显示如下错误:

“高严重性错误”“未将对象引用设置为对象的实例。”

当我点击“ Show Details”时,我可以看到程序的异常堆栈跟踪:

在 MySQL.Utility.IniFile.HasKey(String section, String keyToFind) 在 MySql.Notifier.MySQLService.GetStartupParameters() 在 MySql.Notifier.MySQLService.FindMatchingWBConnections() 在 MySql.Notifier.MySQLService.SetServiceParameters(Boolean doNotFetchInstanceIfOffline) 在 MySql。 Notifier.Machine.LoadServiceParameters(MySQLService service, ChangeType changeType) at MySql.Notifier.Machine.ChangeService(MySQLService service, ChangeType changeType) at MySql.Notifier.Machine.LoadServicesParameters(Boolean setupWMIEventsOnly) at MySql.Notifier.MachinesList.LoadMachinesServices() at MySql.Notifier.Notifier..ctor() 在 MySql.Notifier.NotifierApplicationContext..ctor() 在 MySql.Notifier.Program.Main(String[] args)

我该怎么做才能正确启动程序?

mysql

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

command-line ×1

mysql ×1

networking ×1

windows ×1