码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
vue3.0使用ant-design-vue进行按需加载原来这么简单
下载 ui库 yarn add ant-design-vue 默认是全局引入,打包后体积很大, 非常影响首屏加载速度, 按需加载 下载按需加载的插件;推荐使用cnpm cnpm install babel-plugin-import --save-dev 下载在开发环境中 在项目的根目录下创建 ba ...
分类:其他好文   时间:2021-07-29 16:21:44    阅读次数:0
Hello World Hexo
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
线程处理
案例一、 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
Maven仓库的目录结构
###_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连接报错 Can't connect to MySQL server on 'ip' (10060)
在购买服务器且安装了Mysql之后,并且安全组和防火墙都开放了端口,但是还是无法连接 原因就是mysql设置的就是只有本机可以连接 解决办法 # 1. 登录服务器,在服务器上登录mysql # 2. 使用user这个库 use user; # 3. 查看root账户 select host,user ...
分类:数据库   时间:2021-07-05 18:40:36    阅读次数:0
Centos 下启动mysql 报错: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)解决方法
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
Spring Boot 学习(一) 注意事项
编写引导类注意要标明注解 @SpringBootApplication SpringApplication.run(BootWeb01Application.class, args); 再编写main方法的时候使用run方法 起步依赖spring-boot-starter-parent 父工程,主要 ...
分类:编程语言   时间:2021-07-05 17:08:07    阅读次数:0
filebeat收集多个目录日志配置
因业务需要,我们现有得服务器上一个节点上装了多个服务,前后端都有涉及,因此就需要用 filebeat 将这些日志收集起来生成不一样得索引,配置如下(仅供参考): input: filebeat.inputs: # Each - is an input. Most options can be set ...
分类:其他好文   时间:2021-07-05 16:37:41    阅读次数:0
CUDA -- nvvp无法新建New Session(报错:can't find dependent DLL)
打开nvvp并新建session时弹窗报错 解决方法: 添加环境变量Path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\extras\CUPTI\lib64 完成后,重启nvvp即可 ...
分类:其他好文   时间:2021-07-02 16:14:21    阅读次数:0
1060 Are They Equal (25 分)
If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0 with simple c ...
分类:其他好文   时间:2021-07-02 15:54:07    阅读次数:0
23056条   1 2 3 4 ... 2306 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!