Easter79 Easter79
3年前
springboot项目命linux环境下命令启动
测试环境:devnohupjavaDcom.sun.management.jmxremoteDcom.sun.management.jmxremote.port1099\\\Dcom.sun.management.jmxremote.authenticatefalse\\\Dcom.sun.management.jmxr
Wesley13 Wesley13
3年前
Java 子类 instanceof 父类
1.结论:子类instanceof父类true父类instanceof子类false2.测试代码@TestpublicvoidtestInstanceof(){//子类instanceof父类
Wesley13 Wesley13
3年前
Oracle中行转列,列转行pivot的用法
测试数据准备建表droptableSalesList;createtableSalesList(keHuvarchar2(20),客户shangPinvarchar2(20),商品名称
Stella981 Stella981
3年前
Nginx配置优化
一、配置Nginx隐藏版本号 1修改源码包,必须在安装之前(测试命令curlIhttp://192.168.200.102)yumyinstallpcredevelzlibdevelopenssldevel gccgcccmakeuseraddMs/sbin/nologinnginxtarx
Wesley13 Wesley13
3年前
【CSS】IE8 中 height 与 min
测试demo 源代码:<!DOCTYPE html<html lang"zhCN"<head    <meta charset"UTF8"    <meta httpequiv"XUACompatible" content"IEedge,chrome1"/    <
Stella981 Stella981
3年前
Selenium(八)测试用例的设计与模块化
一.设计测试用例1.分析我之前写的登录脚本:fromseleniumimportwebdriverimporttimefromselenium.webdriver.common.action_chainsimportActionChainsfromselenium.webdriver.suppor
Stella981 Stella981
3年前
JavaScript回调函数及数组方法测试
JavaScript回调函数及数组方法测试具体代码如下:<!DOCTYPEhtml<htmllang"en"<head<metacharset"GBK"<metahttpequiv"XUACompatible"content"ieedge
Stella981 Stella981
3年前
70行lua代码实现一个满足基本要求的模版引擎
以下内容仅供学习交流,未经严格考虑与测试,切勿用于生产环境。ltemplate.lualocalinserttable.insertlocalremovetable.removelocalconcattable.concatlocalformatstring.format
陈哥聊测试 陈哥聊测试
1年前
理解这八大优势,才算精通单元测试
简化调试过程、降低修复成本、保证代码质量……单元测试的好处你还不知道吗?!