1,SAP-GUI的脚本和普通脚本有很大区别,在录制成功之后,脚本每一步的操作,都是格式化的,例如: sapgui_set_text("合同编号", "20010494", ctxtRMF672, BEGIN_OPTIONAL, "AdditionalInfo=sapgui5018", END_OP ...
分类:
其他好文 时间:
2020-12-29 12:09:13
阅读次数:
0
PUT test/_doc/1 { "content":"Hello World" } GET test/_analyze { "explain": true, "analyzer": "standard", "text": "Hello World" } POST test/_search { " ...
分类:
其他好文 时间:
2020-12-29 11:59:23
阅读次数:
0
Mysql Mysql下载 下载网址 https://downloads.mysql.com/archives/community/ 版本选择 Mysql安装 上传解压 使用FTP工具将window本地的文件上传到Linux系统后进行解压:```sql tar -xvf mysql-8.0.18-1 ...
分类:
数据库 时间:
2020-12-29 11:54:05
阅读次数:
0
code #!/usr/bin/python3 import smtplib from email.mime.text import MIMEText from email.header import Header from email.mime.multipart import MIMEMulti ...
分类:
编程语言 时间:
2020-12-29 11:42:05
阅读次数:
0
LS:list(列出目录内容) cd:change directory(改变目录) su:switch user(切换用户) rpm:redhat package manger(红帽子打包管理器) pwd:print work directory(打印当前目录,现示当前工作目录的绝对路径) ps:p ...
分类:
系统相关 时间:
2020-12-29 11:40:10
阅读次数:
0
问题背景: (无关操作已省略) Spark ETL执行以下SQL: CREATE TEMPORARY VIEW A select user_id, ...; CREATE TEMPORARY VIEW B select user_id, ... from A ...; INSERT OVERWRIT ...
分类:
数据库 时间:
2020-12-29 11:28:30
阅读次数:
0
jQuery封装 css .myToast,.myToast{ position: fixed; top:50%; left:50%; z-index: 1000; color:#fff; text-align: center; border-radius: 0.2rem;; transform:t ...
分类:
其他好文 时间:
2020-12-29 11:23:54
阅读次数:
0
**全文检索(Full-text Search)**:即先建立索引,再对索引进行搜索(倒排索引)。索引是从非结构化数据中提取出之后重新组织的信息。  全文检 ...
分类:
其他好文 时间:
2020-12-29 11:21:51
阅读次数:
0
golang开发oracle利器godror godror是golang中连接oracle进行程序开发的一个驱动库,解决了长期以来go对oracle支持不友好的问题。github项目地址 简单查询示例: 将查询结果转换为json字符串输出 package main import ( "databas ...
分类:
数据库 时间:
2020-12-29 11:16:00
阅读次数:
0
springboot的任务调度(定时任务) 制作人:全心全意 springboot的任务调度(定时任务,不支持分布式) 任务调度实现类 package com.zq.main.tasks; import java.text.SimpleDateFormat; import java.util.Dat ...
分类:
编程语言 时间:
2020-12-29 11:00:26
阅读次数:
0