Find Minimum in Rotated Sorted Array II (H) 题目 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [ ...
分类:
其他好文 时间:
2020-07-26 15:29:37
阅读次数:
58
参考地址: http://www.animate.net.cn/ 官方地址: https://animate.style/ https://github.com/animate-css/animate.css 只需两步 链接css文件 <link rel="stylesheet" href="sty ...
分类:
Web程序 时间:
2020-07-26 01:29:55
阅读次数:
175
CSS3动画 CSS3优点 浏览器可以对CSS3动画进行优化 浏览器使用与requestAnimationFrame 类似的机制,requestAnimationFrame 比起js中使用setTimeout、setInterval 优势在于requestAnimationFrame 会把每一帧中的 ...
分类:
Web程序 时间:
2020-07-26 01:23:42
阅读次数:
81
1、下载https://github.com/alibaba/nacos/releases nacos-server-1.3.1.tar.gz 源码包2、上传到liunx服务器 /usr/local下3、 解压tar -zxvf nacos-server-1.3.1.tar.gz4、进入解压后的na ...
分类:
其他好文 时间:
2020-07-24 16:37:28
阅读次数:
89
cordova工程ios打包自动编译打包,自动签名失败,Xcode 打包 certificate:unknown profile:none 签名带不上问题,修改project设置,为legacy build system。 参考地址:https://www.cnblogs.com/sunylat/p ...
分类:
移动开发 时间:
2020-07-24 16:28:20
阅读次数:
97
可能是要咕咕咕的题目,先上下代码。 代码: 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<cmath> 5 #include<queue> 6 #include<algorithm> 7 using na ...
分类:
其他好文 时间:
2020-07-24 16:21:35
阅读次数:
67
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .box{ width: 200px; height: 200px; /*盒子的边框 宽度 颜色 transparent表示透明 */ border ...
分类:
其他好文 时间:
2020-07-23 22:34:08
阅读次数:
98
问题: 在python学习过程中,使用pip命令提示:Unknown or unsupported command 'install' 原因: 使用where命令查找下pip的安装位置,发现Loadrunner里面也有pip,系统不知道该识别哪个pip 解决方法: 使用pip的决定路径来执行pip命 ...
分类:
其他好文 时间:
2020-07-23 15:56:43
阅读次数:
76
css3属性中关于制作动画的三个属性:Transform,Transition,Animation。 1、transform:描述了元素的静态样式,本身不会呈现动画效果,可以对元素进行 旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix。 div{ tra ...
分类:
Web程序 时间:
2020-07-22 23:36:58
阅读次数:
115
VRRP虚拟网关协议, 具体的协议原理,可以到cisco部份去看, 这里主讲配置原理及命令 (后面还有一个专门针对于MST设计的VRRP) 此图可以很好的理解 VRRP工作原理 IP地址已经写在图中,配置即可 上边的三面router 配置ospf协议,此处不模拟外网NAT部份,因为HUAWEI的NA ...
分类:
其他好文 时间:
2020-07-22 20:18:12
阅读次数:
79