码迷,mamicode.com
首页 >  
搜索关键字:usage report    ( 3968个结果
DFSORT
1.1 Outline 2.1 What is DFSORT? 2.2 Usage of DFSORT 2.3 Invoke DFSORT with JCL 3.1 Sorting Datasets 3.2 Merging Datasets 3.3 Copying Datasets 3.4 INCL ...
分类:其他好文   时间:2019-11-12 12:54:23    阅读次数:104
【redis】redis异常-MISCONF Redis is configured to save RDB snapshots
使用redis报错: 解决方法: 在redis-cli连接到服务器后执行以下命令: 就可以了。 ...
分类:数据库   时间:2019-11-12 11:10:12    阅读次数:97
轻量级自动化运维工具
pssh基于python编写,可在多台服务器上执行命令的工具,也可实现文件复制,提供了基于ssh和scp的多个并行工具项目:http://code.google.com/p/parallel-ssh/语法:Usage:pscp.pssh[OPTIONS]localremote常用选项:--version:查看版本-h:主机文件列表,内容格式”[user@]host[:port]”-H:主机字符串,
分类:其他好文   时间:2019-11-10 20:59:51    阅读次数:103
从零学scala(五)文件和正则表达式、特质
一:文件和正则表达式 读取行 import scala.io.Source val lines = Source.fromFile("D://report_data2.txt","UTF-8").getLines() for( i <- lines) println(i)//遍历每一行的数据 val ...
分类:其他好文   时间:2019-11-10 15:22:33    阅读次数:83
docker容器的操作
[root@ken1 ~]# docker container --help Usage: docker container COMMAND Manage containers Commands: attach Attach local standard input, output, and err ...
分类:其他好文   时间:2019-11-09 15:27:57    阅读次数:123
[linux][c/c++]代码片段01
#include <stdio.h> #include <unistd.h> void usage() { printf("Usage:\n"); printf("\tOptDemo [-a] [-b] [-c message]"); } int main(int argc, char *argv[... ...
分类:编程语言   时间:2019-11-08 12:42:24    阅读次数:80
大众点评cat监控平台搭建
参考官方文档:https://github.com/dianping/cat/wiki/readme_server 1.数据库相关 (1)创建数据库cat,并执行以下sql创建相关表: 1 CREATE TABLE `dailyreport` ( 2 `id` int(11) NOT NULL AU ...
分类:其他好文   时间:2019-11-05 17:13:20    阅读次数:911
Hive_常用交互命令
[atguigu@hadoop102 hive]$ bin/hive -help usage: hive -d,--define <key=value> Variable subsitution to apply to hive commands. e.g. -d A=B or --define A ...
分类:其他好文   时间:2019-11-05 01:17:55    阅读次数:105
Selenium 2自动化测试实战34(编写Web测试用例)
编写Web测试用例 1.介绍了unittest单元测试框架,其主要是来运行Web自动化测试脚本。简单的规划一下测试目录:web_demo1/ test_case/ test_baidu.py test_google.py report/ login.txt runtest.py目录结构如下图所示: ...
分类:Web程序   时间:2019-11-04 17:33:35    阅读次数:94
【文本处理命令】之grep搜索命令详解
一、grep搜索命令 在日常使用中grep命令也是会经常用到的一个搜索命令。grep命令用于在文本中执行关键词搜索,并显示匹配的结果。 格式: Usage: grep [OPTION]... PATTERN [FILE]... 常用选项: 正则匹配: ‘\?‘:匹配其前面的字符0次或者1次; ‘\+ ...
分类:其他好文   时间:2019-11-04 15:19:36    阅读次数:83
3968条   上一页 1 ... 48 49 50 51 52 ... 397 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!