scrapy安装及入门使用 安装 pip3.7 install Scrapy 输入scrapy命令查看是否安装成功 J-pro:myproject will$ scrapy Scrapy 2.1.0 - project: myproject Usage: scrapy <command> [opti ...
分类:
其他好文 时间:
2020-06-13 00:47:56
阅读次数:
60
前言 httprunner 2.x版本最大的改进就是分层机制了,1.x的版本是线性设计的,每个用例都是独立的。 一个用例里面涉及到流程性的,我们测试修改个人信息是否修改成功,在yaml文件里面需写3个步骤:登录-修改个人信息-查询个人信息。 这样3个测试步骤,每个测试步骤写的test下。但是下个测试 ...
分类:
Web程序 时间:
2020-06-13 00:22:51
阅读次数:
74
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
report zjty_demo_08. tables: zjty_eng. type-pools: icon, slis. class zcl_alv_grid definition deferred. data: ok_code type sy-ucomm, begin of gs_englis ...
分类:
其他好文 时间:
2020-06-11 16:49:14
阅读次数:
98
01.代码如下: *& * *& Report Z_TIANPAN_001 *& *& * *& *& *& * REPORT Z_TIANPAN_001. DATA: A type i value 1. DATA: b type i value 88. DATA: c type i . *在宏中可 ...
分类:
其他好文 时间:
2020-06-09 23:50:28
阅读次数:
69
1.自动化添加和删除用户脚本 #! /bin/bash if [ $# -lt 1 ]; then echo "usage:admin ARC" exit 7 fi if [ $1 == 'add' ]; then for i in {1..10}; do if id user$i &> /dev/ ...
分类:
系统相关 时间:
2020-06-09 23:41:51
阅读次数:
94
最近花了不少时间把项目数据库从oracle迁移到达梦8,迁移过程中碰上了不少问题,后面有时间我整理一下心得。 今天先发一下php使用dm_pdo操作达梦数据库的示例代码,里面包括了常规的绑定变量查询,存储过程调用,clob类型操作等。 使用的是达梦提供的pdo_dm驱动,相关配置信息请参考达梦的官方 ...
分类:
数据库 时间:
2020-06-09 12:44:04
阅读次数:
99
一、收集 执行NewOutputCollector对象的write方法就开启了对map输出数据的收集过程: ? collector是一个MapOutputCollector类型的变量,它是实际执行收集数据功能的对象载体: private final MapOutputCollector<K,V> c ...
分类:
其他好文 时间:
2020-06-08 18:53:43
阅读次数:
64
一,pg_dump 介绍 [postgres@kafka01 psql]$ pg_dump --help pg_dump dumps a database as a text file or to other formats. Usage: pg_dump [OPTION]... [DBNAME] ...
分类:
其他好文 时间:
2020-06-08 16:13:18
阅读次数:
66
With Sheets("Report").ChartObjects.Add(...) .Chart.Axes(xlCategory).MinimumScale = RoundTo50(Sheets(sheetName).Range("M4")) .Chart.Axes(xlCategory).Ma ...
分类:
编程语言 时间:
2020-06-07 21:45:16
阅读次数:
115