python 数据、曲线平滑处理——Savitzky-Golay 滤波器 Savitzky-Golay 滤波器 关于Savitzky-Golay 滤波器,可以在scipy里看到关于这个函数的定义: https://docs.scipy.org/doc/scipy/reference/generate ...
分类:
其他好文 时间:
2021-07-05 18:50:48
阅读次数:
0
元素显隐js代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4. ...
分类:
Web程序 时间:
2021-07-05 18:33:26
阅读次数:
0
1、下载 node 可以自己下载 node 镜像: https://npm.taobao.org/mirrors/node/ 或直接在命令行运行以下命令: wget https://npm.taobao.org/mirrors/node/v14.15.0/node-v14.15.0-linux-x6 ...
分类:
其他好文 时间:
2021-07-05 18:26:28
阅读次数:
0
1、官网下载UnixODBC:unixODBC 2.3.2 麒麟官网:http://download.cs2c.com.cn/neokylin/desktop/development/5.4/ls_64/os/Packages/ 龙芯官网http://ftp.loongnix.org/os/loon ...
分类:
数据库 时间:
2021-07-05 18:16:03
阅读次数:
0
第一,vue 官网:https://vuejs.org,它是我们vue的基础语法,最开始学习就需要从它开始。 第二,vue-router 官网:https://router.vuejs.org/zh/,vue中路由的实现需要借助于它。 第三,axios github地址:https://github ...
分类:
其他好文 时间:
2021-07-05 18:05:12
阅读次数:
0
win10安装apache httpd 1 下载 下载地址:https://httpd.apache.org/ 点击图上的两个Download中的任意一个 点击Files for Microsoft Windows 点击图中的五个链接中的任意一个,这里以第一个为例 点击图中标出的任意一个图标开始下载 ...
最近想整一个小的开源项目,因此需要使用GitHub来存放代码。为了方便GitHub和本地之间进行代码的上传和下载,需要设置SSH key。 本文章主要包括 安装git 和生成 SSH key 并在GitHub上设置 SSH key。 前提:已经有GitHub账号。 安装 git 1. git 下载 ...
1. 远程配置文件 项目结构 依赖导入 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depende ...
分类:
其他好文 时间:
2021-07-05 17:09:01
阅读次数:
0
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:
系统相关 时间:
2021-07-05 17:05:30
阅读次数:
0
cmd: slmgr /skms kms.03k.org slmgr /ato 查看激活信息: 1、打开命令提示符窗口 2、输入slmgr.vbs查看系统的激活信息 3、输入slmgr.vbs -xpr查看系统是否为永久激活 4、输入slmgr.vbs -dli查看许可证状态、批量激活过期时间、最新 ...