VSCode 允许在比较编辑器中打开以前提交的文件,有没有办法在普通编辑器中打开文件而不进行任何比较?我想在 2 个选项卡中打开 2 个文件,一个是当前工作版本,另一个是先前提交的版本。
我确实意识到我可以将文本从比较编辑器复制到新文件中,如果可能的话,我正在尝试简化此过程。
VSCode 允许在比较编辑器中打开以前提交的文件,有没有办法在普通编辑器中打开文件而不进行任何比较?我想在 2 个选项卡中打开 2 个文件,一个是当前工作版本,另一个是先前提交的版本。
我确实意识到我可以将文本从比较编辑器复制到新文件中,如果可能的话,我正在尝试简化此过程。
将 PC 从 Windows 10 升级到 11 后,唤醒/重启后的 PC 在第一次尝试时无法连接到网络上的其他设备,但在第二次尝试时始终连接。
PC有2个网卡,无线通过路由器连接到互联网,有线连接到网络设备也连接到的网络交换机。无线网卡使用默认设置,IP为192.168.1.43
,有线网卡手动设置IP地址为192.168.1.212
,设备IP为192.168.1.210
奇怪的是,当我 ping 设备时,第一次尝试访问了错误的 IP 地址:
PS C:\> ping 192.168.1.210
Pinging 192.168.1.210 with 32 bytes of data:
Reply from 192.168.1.43: Destination host unreachable.
Reply from 192.168.1.210: bytes=32 time=2ms TTL=64
Reply from 192.168.1.210: bytes=32 time=2ms TTL=64
Reply from 192.168.1.210: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.210:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 2ms, Average = 1ms
禁用无线适配器后,我得到了这个:
PS C:\> ping 192.168.1.210
Pinging 192.168.1.210 with 32 bytes of data:
PING: transmit failed. General failure.
Reply from 192.168.1.210: bytes=32 time<1ms TTL=64
Reply from 192.168.1.210: bytes=32 time<1ms TTL=64
Reply from 192.168.1.210: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.210:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
任何想法为什么会发生这种情况以及如何解决这个问题?
[编辑] 唤醒arp -a
返回后:
PS C:\> arp -a
Interface: 192.168.1.43 --- 0xe
Internet Address Physical Address Type
192.168.1.1 04-a1-51-30-01-07 dynamic
192.168.1.2 00-40-9d-67-5e-3c dynamic
192.168.1.19 b0-fc-36-76-e9-ad dynamic
192.168.1.76 00-00-00-04-fd-7f dynamic
192.168.1.250 9c-3d-cf-e1-d8-0c dynamic
192.168.1.255 ff-ff-ff-ff-ff-ff static
224.0.0.2 01-00-5e-00-00-02 static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
239.255.255.250 01-00-5e-7f-ff-fa static
255.255.255.255 ff-ff-ff-ff-ff-ff static
但在第一次 ping 后显示:
PS C:\> arp -a
Interface: 192.168.1.212 --- 0xc
Internet Address Physical Address Type
192.168.1.210 00-01-15-e2-97-00 dynamic
224.0.0.2 01-00-5e-00-00-02 static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
224.0.1.60 01-00-5e-00-01-3c static
224.0.6.151 01-00-5e-00-06-97 static
239.255.255.250 01-00-5e-7f-ff-fa static
239.255.255.253 01-00-5e-7f-ff-fd static
Interface: 192.168.1.43 --- 0xe
Internet Address Physical Address Type
192.168.1.1 04-a1-51-30-01-07 dynamic
192.168.1.2 00-40-9d-67-5e-3c dynamic
192.168.1.19 b0-fc-36-76-e9-ad dynamic
192.168.1.76 00-00-00-04-fd-7f dynamic
192.168.1.250 9c-3d-cf-e1-d8-0c dynamic
192.168.1.255 ff-ff-ff-ff-ff-ff static
224.0.0.2 01-00-5e-00-00-02 static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
224.0.1.60 01-00-5e-00-01-3c static
224.0.6.151 01-00-5e-00-06-97 static
239.255.255.250 01-00-5e-7f-ff-fa static
239.255.255.253 01-00-5e-7f-ff-fd static
255.255.255.255 ff-ff-ff-ff-ff-ff static