摘要: package com.test; public class YuFa { @SuppressWarnings("unused") public static void main(String[] args) { // {}作用域 int h;//作用域中不使用的变量,无需初始化 int age = 10;//变量开头以字母下划线$等,不能以数... 阅读全文
posted @ 2016-10-14 13:59 故作无名状 阅读(93) 评论(0) 推荐(0)
摘要: package com.test; public class Yunsuanfu { @SuppressWarnings("unused") public static void main(String[] args) { //1.算术运算符(+ - * / %) //2.赋值运算符,通过=把右操作数复制给左侧,左侧一定是一个变量,错... 阅读全文
posted @ 2016-10-14 13:58 故作无名状 阅读(121) 评论(0) 推荐(0)
摘要: demo1 demo2 ADD ADDS Login 查询 阅读全文
posted @ 2016-10-13 14:24 故作无名状 阅读(588) 评论(0) 推荐(0)
摘要: 1自动化测试 1 灰盒测试testNG+ats+eclipse 2 UI自动化testNG+Selenium+eclipse 3 协议自动化Jmeter、soapUI 2性能测试 1 Jmeter 2 LoadRunner 阅读全文
posted @ 2016-08-30 16:01 故作无名状 阅读(135) 评论(1) 推荐(0)