下载 ui库 yarn add ant-design-vue 默认是全局引入,打包后体积很大, 非常影响首屏加载速度, 按需加载 下载按需加载的插件;推荐使用cnpm cnpm install babel-plugin-import --save-dev 下载在开发环境中 在项目的根目录下创建 ba ...
分类:
其他好文 时间:
2021-07-29 16:21:44
阅读次数:
0
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
分类:
其他好文 时间:
2021-07-23 17:39:58
阅读次数:
0
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:
其他好文 时间:
2021-07-19 16:46:42
阅读次数:
0
案例一、 public static void Main() { // Create the token source. CancellationTokenSource cts = new CancellationTokenSource(); // Pass the token to the can ...
分类:
编程语言 时间:
2021-07-14 18:50:15
阅读次数:
0
日程照旧,早上打比赛下午讲题; 早上T1比昨日简单,稍微优化下就过了。 T2用暴力是不会过的,通过自己出数据发现当i>7时,ans一定是四, 推倒过程如下:我们若将质数不考虑二,则可发现所有大小可以用两种颜色解决。‘ 然后考虑二,第一个大于2的合数是4,则不超过四。 T3主要没考虑过dp的策略,直接 ...
分类:
其他好文 时间:
2021-07-12 17:42:49
阅读次数:
0
14,17,24,83,33,21,43,60,20,28,82,88,79,25,15,93,48,76,40,58,95,13,75,66,38,60,18,25,31,89,20,14,58,53,80,58,63,22,92,60,10,25,88,87 950,928,212,880,46 ...
分类:
其他好文 时间:
2021-07-05 19:05:30
阅读次数:
0
###_remote.repositories文件 本地库中的包都有一个_remote.repositories文件,示例: #NOTE: This is an Aether internal implementation file, its format can be changed withou ...
分类:
其他好文 时间:
2021-07-05 18:51:49
阅读次数:
0
在购买服务器且安装了Mysql之后,并且安全组和防火墙都开放了端口,但是还是无法连接 原因就是mysql设置的就是只有本机可以连接 解决办法 # 1. 登录服务器,在服务器上登录mysql # 2. 使用user这个库 use user; # 3. 查看root账户 select host,user ...
分类:
数据库 时间:
2021-07-05 18:40:36
阅读次数:
0
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:
数据库 时间:
2021-07-05 17:35:04
阅读次数:
0
编写引导类注意要标明注解 @SpringBootApplication SpringApplication.run(BootWeb01Application.class, args); 再编写main方法的时候使用run方法 起步依赖spring-boot-starter-parent 父工程,主要 ...
分类:
编程语言 时间:
2021-07-05 17:08:07
阅读次数:
0