摘要: package nicetime.com.practies; /** * Java中将一个字符与对应Ascii码互转 1 byte = 8bit 可以表示 0-127 */public class GenerateASCIIDigit { /* * 0-9对应Ascii 48-57 A-Z 65-9 阅读全文
posted @ 2018-11-26 23:57 新美好时代 阅读(440) 评论(0) 推荐(0) 编辑
摘要: package nicetime.com.baseutil; import java.util.Random; /** * @author nicetime * @create 2018-10-14 16:06 */public class FlightUtil{ public static voi 阅读全文
posted @ 2018-11-26 23:56 新美好时代 阅读(171) 评论(0) 推荐(0) 编辑
摘要: package nicetime.com.baseutil; import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Random; /** * @autho 阅读全文
posted @ 2018-11-26 23:55 新美好时代 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 系统:win7 64位浏览器:ie9 64位 chrome70 32位 firefox63 64位python版本:3.6.5 Windows x86 executable installerselenium版本:selenium3.141.0 1、安装指定版本selenium3pip instal 阅读全文
posted @ 2018-11-26 23:49 新美好时代 阅读(376) 评论(0) 推荐(0) 编辑
摘要: #安装依赖包pip install requests_toolbeltpip install pyyamlpip install pytest-allure-adaptor #安装allure2 说明一下,这边要正常使用allure2,需基于python3.6+allure2.8.0+pytest3 阅读全文
posted @ 2018-11-26 23:47 新美好时代 阅读(291) 评论(0) 推荐(0) 编辑