第二章 2.12 (1)拟合模型: > library(openxlsx) #加载包 openxlsx > data = read.xlsx("22_data.xlsx",sheet = 2) #read.xlsx 函数读入数据 > x = data[,1] > y = data[,2] > res ...
分类:
其他好文 时间:
2020-08-28 11:43:37
阅读次数:
42
#!/usr/bin/python3 # -*- coding:utf-8 -*- #Author:qika ''' py是无法进行直接操作excel表的,但是可以通过第三方库: xlrd 读取excel xlwt 写入excel 安装:pip install xlrd \ pip install ...
分类:
其他好文 时间:
2020-08-27 17:13:17
阅读次数:
97
介绍 本文主要介绍Python中List和Tuple类型的基本知识和使用。 Python创建list Python内置的一种数据类型是列表:list。list是一种有序的集合,可以随时添加和删除其中的元素。 比如,列出班里所有同学的名字,就可以用一个list表示: >>> ['Michael', ' ...
分类:
编程语言 时间:
2020-08-27 13:10:03
阅读次数:
63
router常用方法 Created: Aug 15, 2020 4:42 PM 分类: 技术点 技术: router 文件: src/components/NavHeader.vue Vue-router常用方法 通过push跳转 this.$router.push('/cart') //官方介绍 ...
分类:
其他好文 时间:
2020-08-27 13:08:26
阅读次数:
75
先安装旧版本npm sudo apt install -y node 1 有些发行版是 sudo apt install -y npm 1 查看当前版本 npm -v 1 我的输出是 3.5.2 1 是非常老的版本 安装最新npm 可以通过旧版本npm直接安装新版npm sudo npm insta ...
分类:
系统相关 时间:
2020-08-26 18:56:53
阅读次数:
95
题目地址:632. 最小区间 You have k lists of sorted integers in ascending order. Find the smallest range that includes at least one number from each of the k li ...
分类:
其他好文 时间:
2020-08-26 17:10:59
阅读次数:
46
goshell执行优化版+输出结果为table格式packagemainimport("fmt""github.com/modood/table""golang.org/x/crypto/ssh""io/ioutil""net""time")funcconnect(user,password,host,keystring,portint,cipherList[]string)(*ssh.Sessi
分类:
系统相关 时间:
2020-08-25 15:55:00
阅读次数:
59
图4.32,有无填充对图像频率域滤波的影响 源代码 1 ''' 2 有无填充对高斯低通滤波结果的影响 3 ''' 4 5 import cv2 6 import numpy as np 7 import matplotlib.pyplot as plt 8 import self_def 9 10 ...
分类:
其他好文 时间:
2020-08-24 16:56:42
阅读次数:
79
分享最新最干货的技术内容定时任务简述定时任务,在企业开发中尤其重要,很多业务都是需要定时任务去做的。比如说10点开售某件东西,凌晨0点统计注册人数,统计其他各种等等。这个时候不可能说让人为的去开启某个开关或者怎么怎么样的,如果这样的话,估计都要崩溃了。今天给大家介绍如何在项目中使用Quartz并且在后台动态配置定时任务的启动,暂停,重启,停止,还有修改启动的时间,修改执行的任务等。引入依赖的jar
分类:
其他好文 时间:
2020-08-24 16:47:01
阅读次数:
202
p_t的解出:基于历史上已经执行过的不同的 user context 累积的收益是怎么样的 3. item rec:item的执行基于上面的资源倾斜 ...
分类:
其他好文 时间:
2020-08-20 18:55:36
阅读次数:
79