我一直使用tracert和ping命令来获取我计算机的 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) 当我启动 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)
我该怎么做才能正确启动程序?