01 2021 档案

摘要:仅限Android 参照官方文档:https://docs.microsoft.com/zh-cn/xamarin/essentials/media-picker?context=xamarin%2Fxamarin-forms&tabs=android 1、修改权限: 打开AndroidManife 阅读全文
posted @ 2021-01-26 15:13 bky123 阅读(1018) 评论(0) 推荐(1)
摘要: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 阅读全文
posted @ 2021-01-21 11:04 bky123 阅读(257) 评论(0) 推荐(0)
摘要:仅限Android端,动画复制的官方例子Xappy 1、添加SplashActivity.cs using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views 阅读全文
posted @ 2021-01-19 11:34 bky123 阅读(795) 评论(0) 推荐(0)
摘要:.Net:5.0 public void ConfigureServices(IServiceCollection services) { services.AddControllersWithViews(); services.AddControllers().AddJsonOptions(opt 阅读全文
posted @ 2021-01-14 10:57 bky123 阅读(273) 评论(0) 推荐(0)
摘要:EFCore连接Mysql遇到的问题: The database provider attempted to register an implementation of the 'IRelationalTypeMappingSource' service. 解决办法: Microsoft.Entit 阅读全文
posted @ 2021-01-06 11:04 bky123 阅读(1039) 评论(0) 推荐(0)