transition:要过渡的属性 花费时间 运动曲线 何时开始 如 transition: width 0.5s ease-in 0s(立马开始的意思); 写到所需要的标签上,不写到hover里 如果想要所有属性都变化用all transform:translate(100px或者50%); 是以 ...
分类:
Web程序 时间:
2021-06-11 19:14:32
阅读次数:
0
需求:一个table,点击按钮,每行都调用接口,接口参数是table每一行对象的参数分析 使用到了promise.all 上代码: //定义集合存放promise.all 集合 var prolist = []; //此处使用promise.all that.tableData.forEach(el ...
分类:
其他好文 时间:
2021-06-10 18:37:33
阅读次数:
0
resnet50 pytorch版本实现 torchvision.models.resnet import torch.nn as nn import math import torch.utils.model_zoo as model_zoo __all__ = ['ResNet', 'resne ...
分类:
Web程序 时间:
2021-06-10 18:31:55
阅读次数:
0
今天调试C++ 连接mysql数据库,用localhost可以成功,但换成本地IP地址则报错, 后参考网上博文,采用命 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; flush pr ...
分类:
数据库 时间:
2021-06-08 23:13:25
阅读次数:
0
文章转自:微信公众号「机器学习炼丹术」 作者:炼丹兄(欢迎交流,共同进步) 联系方式:微信cyx645016617 论文名称:「MLP-Mixer: An all-MLP Architecture for Vision」 论文链接:https://arxiv.org/pdf/2105.01601v1 ...
分类:
其他好文 时间:
2021-06-07 21:06:09
阅读次数:
0
1、进入Maven仓库的主页 maven官网:https://mvnrepository.com/ 2、搜索自己要使用的依赖jar包并下载文档 以yzk18-GUI为例点击进入: 选择一个最新的版本: 点击View All: 点击xxx-javadoc.jar,然后进行下载: 3、查看文档 将之前下 ...
分类:
其他好文 时间:
2021-06-06 19:39:00
阅读次数:
0
Preliminaries Linux Basics Change Password: passwd shutdown: sudo shutdown -h 3 (broadcast to all users in 3 mins) reboot: sudo reboot -r now create a ...
分类:
其他好文 时间:
2021-06-06 18:53:34
阅读次数:
0
物理备份: 冷备份:cp tar 逻辑备份: mysqldump mysqldump:是MySQL的客户端命令,通过mysql协议连接至mysql服务器进行备份 -A, --all-databases #备份所有数据库,含create database -B, --databases db_name ...
分类:
数据库 时间:
2021-06-05 17:33:01
阅读次数:
0
Barefoot Networks P4 Studio Build Tool P4 Studio Build is a tool that helps a user to install dependencies, build and install all the required compone ...
分类:
其他好文 时间:
2021-06-04 19:14:12
阅读次数:
0
修改build.gradle文件 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { goog ...
分类:
移动开发 时间:
2021-06-04 19:09:13
阅读次数:
0