12 2021 档案
摘要:前提 虚拟机网络适配器为:桥接模式 Linux固定Ip并且与主机处于同一网关。 解决方案 编辑->虚拟网络编辑器->更改设置。 把网络桥接到你连接的网络上,这是我电脑网线连接的网络。(其实是网卡)
阅读全文
摘要:直接上代码,初略的写了一下,具体使用按照自身逻辑改改。 package main import ( "fmt" "reflect" ) type Student struct { Class string School string Love string StudentBase } type St
阅读全文
摘要:绘制圆形 以下代码绘制的是一个黑色边框的圆 可以通过StrokeThickness设置边框的宽度。 <Grid> <!--圆型--> <Path Stroke="Black" Fill="White" StrokeThickness="4" HorizontalAlignment="Center"
阅读全文