为一个协同办公系统中的其中的一个功能板块写的一下段自动化测试脚本,采用unittest单元测试框架,代码如下: #coding=utf-8 from selenium import webdriver import unittest import time from HTMLTestRunner i ...
分类:
编程语言 时间:
2019-11-23 12:44:10
阅读次数:
73
dumpe2fs - dump ext2/ext3/ext4 filesystem information dumpe2fs prints the super block and blocks group information for the filesystem present on devic ...
分类:
其他好文 时间:
2019-11-21 12:02:29
阅读次数:
104
源码如下 1 /** 2 * Removes the first occurrence of the specified element from this list, 3 * if it is present. If this list does not contain the element, ...
分类:
其他好文 时间:
2019-11-16 23:23:25
阅读次数:
88
在我们的日常工作中,经常会用到Spring、Spring Boot、Spring Cloud、Struts、Mybatis、Hibernate等开源框架,有了这些框架的诞生,平时的开发工作量也是变得越来越轻松,我们用 分分钟可以新建一个Web项目。 记得自己刚开始工作的时候还是在用 写`Web JD ...
分类:
编程语言 时间:
2019-11-14 13:47:16
阅读次数:
77
Unit 1 学习目标: 1. how an application use the Internet 2. The structure of the Internet:The 4 layer model 3. The Internet protocol(IP) 4. Basic architect ...
分类:
Web程序 时间:
2019-11-13 00:47:50
阅读次数:
142
适用于NLP自然语言处理的Python:使用Facebook FastText库 ...
分类:
编程语言 时间:
2019-11-13 00:32:50
阅读次数:
117
present标签用于判断某个变量是否已经定义,用法: 大理石平台精度等级 <present name="name"> name已经赋值 </present> 如果判断没有赋值,可以使用: <notpresent name="name"> name还没有赋值 </notpresent> 可以把上面两 ...
分类:
Web程序 时间:
2019-11-11 13:00:33
阅读次数:
106
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2019-11-10 10:13:49
阅读次数:
82
RUST 0x05 Enum 1 定义一个Enum 如: enum的值只能是它的变量中的一个。 Enum Values 可以像这样创建实例: enum里的变量是在其namespace下的,所以要用 。这时 和`IpAddrKind::V6 IpAddrKind`,所以可以像这样: 可以这样将enum ...
分类:
编程语言 时间:
2019-11-09 17:34:12
阅读次数:
74
One way to serialize a binary tree is to use pre-order traversal. When we encounter a non-null node, we record the node's value. If it is a null node, ...
分类:
其他好文 时间:
2019-11-09 09:18:11
阅读次数:
93