导航 (返回顶部) 1. sysstat 1.1 sysstat 包含的命令 1.2 命令相关的文件 1.3 EXAMPLES 1.4 更多相关 2. OPTIONS 2.1 man iostat 2.2 man mpstat 2.3 man pidstat 2.4 man sadf 2.5 sar ...
分类:
其他好文 时间:
2020-06-14 10:39:15
阅读次数:
76
getwd() >显示当前的工作目录 setwd('xxx') >获取当前的工作目录 savehistory('xxx') >以文件名为xxx保存在工作空间 loadhistory('xxx') >加载文件名为xxx的历史命令记录 history(x) >加载最近的历史命令x个 ls() >展现工作 ...
分类:
其他好文 时间:
2020-06-13 23:43:05
阅读次数:
101
登陆的时候提示没有有效的订阅You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options. 用的是免费版的,所以每次都提示这个 ...
分类:
其他好文 时间:
2020-06-13 17:11:38
阅读次数:
149
1 import pandas 2 pandas.options.display.max_columns=20 #显示所有的列名 3 excel=pandas.read_excel('成绩.xlsx',index_col='id') 4 table=excel.transpose() #旋转表 5 ...
分类:
其他好文 时间:
2020-06-13 13:03:48
阅读次数:
74
本文主要介绍redis命令行的使用,使用到的软件版本:Java 1.8.0_191、Redis 5.0.8、Centos 7.6。 1、redis-cli语法 redis-cli默认在安装安装目录的src下,语法如下: redis-cli [OPTIONS] [cmd [arg [arg ...]] ...
分类:
其他好文 时间:
2020-06-13 12:55:09
阅读次数:
57
创建数据库: use DATABASE_NAME 查看所有数据库: show dbs 删除数据库: db.dropDatabase() 删除集合: db.collection.drop() 创建集合: db.createCollection(name, options) 参数说明: name:要创建 ...
分类:
数据库 时间:
2020-06-12 20:34:03
阅读次数:
66
<quill-editor class="ql-editor" v-model="form.content" ref="myQuillEditor" :options="editorOption" @blur="onEditorBlur($event)" @focus="onEditorFocus( ...
分类:
其他好文 时间:
2020-06-12 16:18:06
阅读次数:
456
function initMixin$1 (Vue) { Vue.mixin = function (mixin) { this.options = mergeOptions(this.options, mixin); return this }; } 可以传入Vue对象,然后需要调用的时候可以进行 ...
分类:
其他好文 时间:
2020-06-12 14:59:22
阅读次数:
109
asy --help Asymptote version 2.49 [(C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince] http://asymptote.sourceforge.net/ Usage: asy [options] [file ...
分类:
其他好文 时间:
2020-06-12 14:52:48
阅读次数:
83
消息 7405,级别 16,状态 1,过程 Queryxxxxx ,第 32 行 Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ens ...
分类:
其他好文 时间:
2020-06-12 14:31:48
阅读次数:
76