win10系统为windows的最终版本,所以windows的更新会直接下载到电脑中。 所以说win10是史上最烂的系统 更新文件(包括已过期的更新文件)在WinSxS文件夹中并不会被删除,如果当前更新出问题,会回滚到上一版本。。 使用中网速莫名其妙变慢,是win10在下载高达几个G的更新 这就是w ...
Freda 和 rainbow 饲养了 N 只小猫,这天,小猫们要去爬山。经历了千辛万苦,小猫们终于爬上了山顶,但是疲倦的它们再也不想徒步走下山了(呜咕>_<)。 ...
分类:
其他好文 时间:
2020-07-02 20:11:36
阅读次数:
108
var json = @"{ 'DisplayName': '新一代算法模型', 'CustomerType': 1, 'Report': { 'TotalCustomerCount': 1000, 'TotalTradeCount': 50 }, 'CustomerIDHash': [1,2,3, ...
REPORT ztest0003 NO STANDARD PAGE HEADING.START-OF-SELECTION. TYPES: BEGIN OF typ_itab, aaa(20) TYPE c, bbb TYPE i, ccc TYPE p LENGTH 12 DECIMALS 3, E ...
分类:
其他好文 时间:
2020-07-01 16:06:50
阅读次数:
97
首先 定义路由,添加参数 {name: 'preview', path: 'preview/:id', //参数 component: () => import( '@/ ' ) } 传参时使用name和params this.$router.push({ name: 'preview', para ...
分类:
其他好文 时间:
2020-06-30 10:42:32
阅读次数:
309
前端Html <h2>图片上传</h2> <img src="" id="preview_photo" width="200px" height="200px"> <a href="javascript:void(0)" id="photo_upload" onclick="upLoadPhoto( ...
分类:
编程语言 时间:
2020-06-29 13:23:26
阅读次数:
87
Using the Power Apps visual Let's look at the steps required to use the Power Apps visual in your Power BI report. Power Apps visual is available by d ...
分类:
移动开发 时间:
2020-06-29 11:30:50
阅读次数:
107
一、下载免安装压缩包 https://dev.mysql.com/downloads/ 下载地址 二、本地环境配置 把zip包解压到需要安装的目录 ,会发现缺少data文件夹以及my.ini的配置文件 2.添加data文件夹以及my.ini环境配置 3. my.ini文件中添入一下内容并修改下面两项 ...
分类:
数据库 时间:
2020-06-29 09:43:12
阅读次数:
70
1、打开cmd,cd到需要执行pytest用例的目录,执行指令:pytest --html=report.html 2、指定报告的path 执行指令: pytest --html=./report/report.html #相对路径,也可指定绝对路径 报告独立显示 上面方法生成的报告,css是独立的 ...
分类:
Web程序 时间:
2020-06-29 00:44:43
阅读次数:
78
逐步完善中……以一个登录接口为例 目录 1、项目目录 2、登录接口和登录用例 3、配置文件 4、run_all 1、项目目录 以之前搭建的aiopms为平台写接口自动化,其中case中放模块和用例,common中放数据库连接信息等,config放邮箱登录信息,logs存放日志文件,report放报告 ...
分类:
编程语言 时间:
2020-06-28 22:50:24
阅读次数:
105