码迷,mamicode.com
首页 >  
搜索关键字:title    ( 28176个结果
pytest - allure描述用例详细讲解
前言 pytest+allure是最完美的结合了,关于allure的使用,本篇做一个总结。 allure报告可以很多详细的信息描述测试用例,包括epic、feature、story、title、issue、testcase、severity等 环境准备 python 3.6 pytest 4.5.0 ...
分类:其他好文   时间:2020-07-04 16:51:31    阅读次数:119
jquery 表情替换url
<script type="text/javascript"> var json = '[{"title":"微笑","src":14},{"title":"撇嘴","src":2},{"title":"色","src":3},{"title":"发呆","src":4},{"title":&quo ...
分类:Web程序   时间:2020-07-04 13:47:37    阅读次数:83
将预装APP刷机包里删除VIVO x6刷机教程
1.下载ROM并安装http://www.downza.cn/download/199739?module=soft&id=199739&token=b9a8d0df4218f0ea9aeec50ae361e544&isxzq=0去掉预装应用软件 2.选择精简系统并选择下载好的刷机包 3.解析 4. ...
分类:移动开发   时间:2020-07-04 13:24:09    阅读次数:98
css3transiton 的使用
<template> <transition name="slide"> <div class="search_page"> 123 </transition> </template> <script> export default { name: "SearchPage", components: ...
分类:Web程序   时间:2020-07-04 12:00:44    阅读次数:93
111
procedure TMainForm.ConnectRDPByIndex(index: Integer); var ServerItem: PServerItem; tmpRpdFile, cmd: string; listview: TListView; begin listview := Ge ...
分类:其他好文   时间:2020-07-04 11:55:21    阅读次数:70
规定灵活项目的方向 | flex-direction (Flexible Box Layout) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 规定灵活项目的方向 | flex-direction (Flexible Box Layout) - CSS 中文开发手册 CSSflex-direction属性指定了内部元素是如何在 flex 容器中布局的,定义了主轴的方向(正方向或反方向)。 本文标题:规定灵活项目的方向 ... ...
分类:Web程序   时间:2020-07-04 01:47:44    阅读次数:82
设备宽度 | @media.device-width (Media Queries) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 设备宽度 | @media.device-width (Media Queries) - CSS 中文开发手册 弃用 该功能已从Web标准中删除。尽管一些浏览器可能仍然支持它,但它正在被丢弃。避免使用它并尽可能更新现有的代码; 请参阅本页面底部的兼容性表格来指导您的决定。请注意... ...
分类:Web程序   时间:2020-07-04 01:40:40    阅读次数:83
win批处理
@echo off (关闭执行过程,只显示结果) color 0a 黑绿 title 主题名 echo 打印输出 pause暂停 echo.空一行;换行; echo 垃圾清理 d: >nul 2 >nul cd \ >nul 2>nul rd . \s\q >nul 2>nul ping -n 10 ...
分类:Windows程序   时间:2020-07-04 01:14:22    阅读次数:69
背景附件 | background-attachment (Backgrounds & Borders) - CSS 中文开发手册 - Break易站
CSS 中文开发手册 背景附件 | background-attachment (Backgrounds & Borders) - CSS 中文开发手册 如果指定了 background-image ,那么 background-attachment 决定背景是在视口中固定的还是随包含它的区块滚动的... ...
分类:Web程序   时间:2020-07-04 01:12:53    阅读次数:67
pyecharts探索
终于找到一个能用的demo,待完善 1 # coding=utf-8 2 from pyecharts.charts import Bar 3 from pyecharts import options as opts 4 from pyecharts import faker 5 # from p ...
分类:其他好文   时间:2020-07-03 21:06:38    阅读次数:58
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!