01 2021 档案
摘要:仅限Android 参照官方文档:https://docs.microsoft.com/zh-cn/xamarin/essentials/media-picker?context=xamarin%2Fxamarin-forms&tabs=android 1、修改权限: 打开AndroidManife
阅读全文
摘要:1、修改网卡配置文件 vi /etc/sysconfig/network-scripts/ifcfg-em1 (em1为网卡名称) bootproto=static onboot=yes IPADDR=192.168.1.1 NETMASK=255.255.255.0 GATEWAY=192.168
阅读全文
摘要:仅限Android端,动画复制的官方例子Xappy 1、添加SplashActivity.cs using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views
阅读全文
摘要:.Net:5.0 public void ConfigureServices(IServiceCollection services) { services.AddControllersWithViews(); services.AddControllers().AddJsonOptions(opt
阅读全文
摘要:EFCore连接Mysql遇到的问题: The database provider attempted to register an implementation of the 'IRelationalTypeMappingSource' service. 解决办法: Microsoft.Entit
阅读全文

浙公网安备 33010602011771号