思路1:二分快速幂
#include<bits/stdc.h>
using namespace std;
#define int long long
int n,m;
bool check(int a,int b){int ans1;while(b){if(a>n)return false;if(b&1)ans*a;if(ans>n)return false;aa*a;b>>1;}return ans<n;
}
voi…
List和ObservableCollection和ListBinding在MVVM模式下的对比
List
当对List进行增删操作后,并不会对View进行通知。
//Employee
public class Employee : INotifyPropertyChanged
{public event PropertyChangedEventHandler? PropertyChanged;public string N…
从VSCode 的 Extensions 下载
下载报错:Error while installing ...... extension. Please check the log for more details. 由于内网限制(或者其他网络限制)无法正常下载扩展工具到VSCode编辑器,可以把工具下载到本地再添加到V…