码迷,mamicode.com
首页 >  
搜索关键字:options    ( 7918个结果
man-sysstat
导航 (返回顶部) 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
R----工作空间管理函数
getwd() >显示当前的工作目录 setwd('xxx') >获取当前的工作目录 savehistory('xxx') >以文件名为xxx保存在工作空间 loadhistory('xxx') >加载文件名为xxx的历史命令记录 history(x) >加载最近的历史命令x个 ls() >展现工作 ...
分类:其他好文   时间:2020-06-13 23:43:05    阅读次数:101
Proxmox VE技巧 移除PVE “没有有效订阅” 的弹窗提示
登陆的时候提示没有有效的订阅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入门实战(3)-命令行
本文主要介绍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
mongodb的使用
创建数据库: use DATABASE_NAME 查看所有数据库: show dbs 删除数据库: db.dropDatabase() 删除集合: db.collection.drop() 创建集合: db.createCollection(name, options) 参数说明: name:要创建 ...
分类:数据库   时间:2020-06-12 20:34:03    阅读次数:66
设置vue-quill-editor禁止输入或编辑
<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 CLI
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
存储过程跨数据查询Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options
消息 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
7918条   上一页 1 ... 36 37 38 39 40 ... 792 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!