
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
怎么开启windows hypervisor platform,解决hypervisor platform消失无法安装的问题
正常的windows功能面板我的很好,没有安装windows hypervisor platform的机会,但是没关系然后cmd 或powershll 管理员身份运行Dism /online /Get-Features可以查看到hypervisor platform是禁用状态pushd “%~dp0”dir /b %SystemRoot%\servicing\Packages*...
xamarin 自定义Entry 设置光标颜色CursorColor
using Color = Android.Graphics.Color;...protected override void OnElementChanged(ElementChangedEventArgs<Entry> e){base.OnElementChanged(e);if (this.Control != null){this.SetControl();if (e.NewE
vscode插件开发 报错:找不到模块“ vscode”
解决方法:在项目目录中运行 npm install vscode命令
android:gravity=“center“无效解决方法
TextView 中设置android:gravity="center"不起作用的解决方法网上很多是android:includeFontPadding=“false”,但是没有解决这个问题,后来发现是行导致的,设置成android:lines="1"就可以了
到底了