摘要: 1、时间轴无法在图标中 统计数据 解决方法:把时间轴转化成数值即可ROUND(时间轴#hours) 阅读全文
posted @ 2024-01-29 13:29 刘德合 阅读(2) 评论(0) 推荐(0) 编辑
摘要: pip config set global.index-url https://mirror.baidu.com/pypi/simple 阅读全文
posted @ 2023-04-07 15:01 刘德合 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 链接中 http://az764295.vo.msecnd.net 替换为 http://vscode.cdn.azure.cn 阅读全文
posted @ 2022-04-26 14:11 刘德合 阅读(544) 评论(0) 推荐(0) 编辑
摘要: https://www.amcharts.com/svg-maps/?map=china 阅读全文
posted @ 2021-01-15 14:57 刘德合 阅读(878) 评论(0) 推荐(1) 编辑
摘要: var arr = [1,2,3]; arr.push(4); console.log(arr); arr = [1,2,3,4] push可以在数组末端增加新的元素 unshift 可以数组的开头增加新的元素 arr.unshift('liu') console.log(arr) arr = [' 阅读全文
posted @ 2020-07-25 19:12 刘德合 阅读(480) 评论(0) 推荐(0) 编辑
摘要: function arr_fun(arr) { for (var i = 0; i <= arr.length - 1; i++) { for (var j = 0; j <= arr.length - i - 1; j++) { if (arr[j] > arr[j +  阅读全文
posted @ 2020-07-22 22:30 刘德合 阅读(96) 评论(0) 推荐(0) 编辑
摘要: https://npm.taobao.org/mirrors/git-for-windows/ 阅读全文
posted @ 2020-05-17 14:18 刘德合 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1.icomoon 字库 http://icomoon.io 2.阿里icon font 字库 http://iconfont.cn/ 阅读全文
posted @ 2020-03-05 11:26 刘德合 阅读(105) 评论(0) 推荐(0) 编辑
摘要: ERROR:Fatal error in launcher: Unable to create process using '"' 出现这个 打开 终端 输入 python36 -m pip install --upgrade pip 阅读全文
posted @ 2019-06-22 18:54 刘德合 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 打开 http://www.python.org 找到Downlodas 点击windows 下载安装 阅读全文
posted @ 2019-06-09 13:44 刘德合 阅读(255) 评论(0) 推荐(0) 编辑