01 2018 档案

软件测试面试题目
该文被密码保护。

posted @ 2018-01-31 13:47 sunny_2016 阅读(4) 评论(0) 推荐(0) 编辑

linux常用操作命令
摘要:1.查找错误日志文件:grep "error" text.txt | wc -l 阅读全文

posted @ 2018-01-31 13:40 sunny_2016 阅读(81) 评论(0) 推荐(0) 编辑

利用java程序构造mysql测试数据
摘要:package com.baidu.mysql;import java.sql.*; public class MysqlJdbc { /** * @param args */ public static void main(String[] args) { // TODO Auto-generat 阅读全文

posted @ 2018-01-23 13:10 sunny_2016 阅读(147) 评论(0) 推荐(0) 编辑

python 2.7 操作mysql数据库 实例
摘要:create table msg(id int primary key auto_increment,title varchar(20),name varchar(60),content varchar(1000))charset utf8; insert into msg (title,name, 阅读全文

posted @ 2018-01-22 13:45 sunny_2016 阅读(247) 评论(0) 推荐(0) 编辑

测试流程规范
该文被密码保护。

posted @ 2018-01-18 13:31 sunny_2016 阅读(1) 评论(0) 推荐(0) 编辑

压力测试中tps上不去的原因
摘要:TPS (transaction per second)代表每秒执行的事务数量,可基于测试周期内完成的事务数量计算得出。例如,用户每分钟执行6个事务,TPS为6 / 60s = 0.10 TPS。 同时我们会知道事务的响应时间(或节拍),以此例,60秒完成6个事务也同时代表每个事务的响应时间或节拍为 阅读全文

posted @ 2018-01-18 13:23 sunny_2016 阅读(772) 评论(0) 推荐(0) 编辑

mysql 高级查询二
摘要:各种showshow columns from my_student;show grants for root;show aviables;show processlist;show table status alter table my_class add id varchar(10);alter 阅读全文

posted @ 2018-01-16 13:23 sunny_2016 阅读(110) 评论(0) 推荐(0) 编辑

mysql 高级查询
摘要:20180109-- 高级查询 select * from my_student; select * from my_int;select * from my_student,my_int; select * from (select * from my_student) as s; alter t 阅读全文

posted @ 2018-01-12 13:25 sunny_2016 阅读(89) 评论(0) 推荐(0) 编辑

地址
该文被密码保护。

posted @ 2018-01-06 15:09 sunny_2016 阅读(1) 评论(0) 推荐(0) 编辑

fiddler设置https抓包
摘要:代理端口设置:127.0.0.1:8888 https抓包设置 模拟post请求: http://xxx.xxxx.com/portal/login.htm Cookie: xxxx account=13592xxxxxx&password=xxxxxx&type=1 Content-Type: a 阅读全文

posted @ 2018-01-03 13:20 sunny_2016 阅读(126) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示