12 2021 档案

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

点击右上角即可分享
微信分享提示