linuxmint-ssh安装配置1、安装SSH服务sudo apt-get install openssh-server2、开启SSH服务sudo service sshd start执行完命令后,用第一步:查看ssh服务状态的命令,如果出现以下提示Active: active (running) ...
分类:
系统相关 时间:
2020-07-30 14:28:23
阅读次数:
86
Failed to deploy 'Compose: docker': com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "C:\Program Files\Docker\Docker\reso ...
Leetcode.27 | Remove Element(Python) Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do no ...
分类:
编程语言 时间:
2020-07-29 14:58:26
阅读次数:
82
打开CMD的方式 1. 开始+系统 + 命令提示符 Win键 + R 输入 cmd 打开控制台 管理员方式运行:选择以管理员方式运行 常用的Dos命令 1 #盘符切换 C;2 #查看当前目录下的所有文件 dir3 #切换目录 cd (change directory)4 #返回上一级 cd ..5 ...
分类:
其他好文 时间:
2020-07-29 00:47:47
阅读次数:
109
02.SELECT from Nobel Tutorial 注意:where语句中对表示条件的需要用单引号, 下面的译文使用的是有道翻译如有不正确,请直接投诉有道 01.Change the query shown so that it displays Nobel prizes for 1950. ...
分类:
其他好文 时间:
2020-07-28 22:41:34
阅读次数:
82
drop procedure if exists schema_change; delimiter ';;'; create procedure schema_change() begin if not exists( select * from information_schema.`COLUMN ...
分类:
数据库 时间:
2020-07-28 17:23:22
阅读次数:
92
引起这个报错,有两种可能 一、oracle客户端配置不对 cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client错误解决方法。 1、没有配置环境变量,将instantclient客户端解压后,添加到path中 2 ...
分类:
数据库 时间:
2020-07-28 17:14:12
阅读次数:
103
链接 题目大意 给定 \(f_{1,i}\),令 \(f_{i,j}\) 等于 $f_{i-1,j} $ 在 \(f_{i-1,k}\ ,\ 1\leq k\leq j\) 中出现的次数。 动态修改 \(f_{1,i}\),查询 \(f_{i,j}\)。\(n,q\leq 10^5\)。 题解 首先 ...
分类:
其他好文 时间:
2020-07-28 17:06:40
阅读次数:
74
https://drive.google.com/drive/folders/13_vsxSIEU9TDg1TCjYEwOidh0x3dU6es https://www.cse.unsw.edu.au/~cs9313/20T2/slides/L8.pdf Mining Data Streams 1. ...
分类:
其他好文 时间:
2020-07-28 10:00:01
阅读次数:
68
版本错误 处理方式 修改scipy的本文为 1.1.0 :pip install scipy==1.1.0 ...
分类:
其他好文 时间:
2020-07-26 22:54:48
阅读次数:
70