简介 1、轮播图切换时间间隔,鼠标悬停停止 2、文档定位$(document).scrollTop() <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatibl ...
分类:
其他好文 时间:
2020-06-28 00:40:05
阅读次数:
109
冒泡排序:是一种算法,把一系列的数据按照一定的顺序进行排列显示(从小到大或从大到小)。 例如,我们可以将数组 [5, 4, 3, 2, 1]中的元素按照从小到大的顺序排序,输出: 1,2,3,4,5 1 <!DOCTYPE html> 2 <html lang="zh-CN"> 3 <head> 4 ...
分类:
编程语言 时间:
2020-06-27 21:40:21
阅读次数:
78
vue cli官网https://cli.vuejs.org/zh/guide/webpack.html# 下载安装环境1、下载node(https://nodejs.org/zh-cn/download/) node --version//查看node版本 npm --version//查看npm ...
分类:
其他好文 时间:
2020-06-27 16:21:25
阅读次数:
74
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 1. ()=>{c} 无参数return c a=>{c} 一个参数a return c (a,b)=>{c} 两个 ...
分类:
其他好文 时间:
2020-06-26 22:36:39
阅读次数:
82
1 目的 构建HTTP请求消息,并且解析收到的HTTP响应消息,根据业务场景来判断是否符合预期。 2 Requests库 用来做收发http请求。 Requests中文官网:https://2.python-requests.org/zh_CN/latest/ 2.1 构建请求 2.2.1 构建请求 ...
分类:
编程语言 时间:
2020-06-26 01:04:51
阅读次数:
144
最近测试Zabbix 5.0,去修改语言时发现不能选择“Chinese(zh_CN)”,这个选项在下拉框中是灰色的(无法选择)。提示“You are not able to choose some of the languages, because locales for them are not ...
分类:
编程语言 时间:
2020-06-25 21:34:13
阅读次数:
69
python 解释器: 1、Python 命令行参数 --官方文档:https://docs.python.org/zh-cn/3/using/cmdline.html#options-you-shouldn-t-use 2、在Windows上使用 Python :https://docs.pyth ...
分类:
编程语言 时间:
2020-06-25 19:13:29
阅读次数:
113
步骤1:manege jenkins -> configure system LANG : zh_CN.UTF-8 步骤2:构建时设置环境变量,command: source /etc/profile;export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 步骤 ...
分类:
编程语言 时间:
2020-06-24 19:28:48
阅读次数:
81
最近测试Zabbix 5.0,去修改语言时发现不能选择“Chinese(zh_CN)”,这个选项在下拉框中是灰色的(无法选择)。提示“You are not able to choose some of the languages, because locales for them are not ... ...
分类:
编程语言 时间:
2020-06-24 14:04:16
阅读次数:
249
官方文档说明:https://support.apple.com/zh-cn/HT208050 macOS Catalina 版开始 终端会提示 The default interactive shell is now zsh. To update your account to use zsh, ...
分类:
系统相关 时间:
2020-06-23 13:29:25
阅读次数:
109