上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 341 下一页
摘要: 记录备用 Install pip install fastdtw Example import numpy as np from scipy.spatial.distance import euclidean from fastdtw import fastdtw x = np.array([[1, 阅读全文
posted @ 2020-10-25 19:04 emanlee 阅读(2559) 评论(0) 推荐(0)
摘要: Pandas 链接 https://www.cnblogs.com/baxianhua/p/10701778.html Pandas 是基于 NumPy 的一个开源 Python 库,它被广泛用于快速分析数据,以及数据清洗和准备等工作。它的名字来源是由“ Panel data”(面板数据,一个计量经 阅读全文
posted @ 2020-10-23 23:13 emanlee 阅读(129) 评论(0) 推荐(0)
摘要: REF 下载地址 https://www.jetbrains.com/idea/download/#section=linux 安装教程 https://blog.csdn.net/ma2622595880/article/details/88897041 https://www.cnblogs.c 阅读全文
posted @ 2020-10-23 20:36 emanlee 阅读(1643) 评论(0) 推荐(0)
摘要: https://datatables.net/examples/index https://www.jb51.net/article/95944.htm https://www.cnblogs.com/Zz-maker/p/9143645.html http://datatables.club/ex 阅读全文
posted @ 2020-10-22 22:41 emanlee 阅读(272) 评论(0) 推荐(0)
摘要: package com.wll.shell; import java.util.List; public class ShellResult { public static final int SUCCESS = 0; public static final int ERROR = 1; publi 阅读全文
posted @ 2020-10-21 10:44 emanlee 阅读(992) 评论(0) 推荐(0)
摘要: 如果只想看文件的前100行,可以使用head命令,如 head -100 filename 如果想查看文件的后100行,可以使用tail命令,如: tail -100 filename 或 tail -n 100 filename 查看文件中间一段,可以使用sed命令,如: sed -n ‘100, 阅读全文
posted @ 2020-09-21 09:15 emanlee 阅读(13119) 评论(0) 推荐(1)
摘要: Try: python -m pdb test.py arg1 arg2 Running python -m pdb runs pdb as a script. If test.py is somewhere in your path rather than your current working 阅读全文
posted @ 2020-09-20 22:28 emanlee 阅读(3091) 评论(0) 推荐(1)
摘要: 迁移系统:https://jingyan.baidu.com/article/5d368d1ec59ac43f60c05733.htmlhttps://jingyan.baidu.com/article/b87fe19e7594b252183568b4.html 分区助手: https://www. 阅读全文
posted @ 2020-09-16 14:10 emanlee 阅读(733) 评论(0) 推荐(0)
摘要: wget https://mirror.oxfordnanoportal.com/software/analysis/ont-guppy-cpu-3.1.5-1.el7.x86_64.rpmsudo yum install ont-guppy-cpu-3.1.5-1.el7.x86_64.rpmgu 阅读全文
posted @ 2020-09-13 22:51 emanlee 阅读(4510) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-10 12:41 emanlee 阅读(217) 评论(0) 推荐(0)
上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 341 下一页