[toc] HTTP状态码 HTTP状态码 (英语:HTTP Status Code)是用以表示网页服务器 超文本传输协议 响应状态的3位数字代码。 1xx:服务端已成功接收到了你的请求 正在处理 你可以继续提交其他数据 2xx:服务端成功响应了相应的数据 3xx:重定向 4xx:客户端错误 5xx ...
分类:
Web程序 时间:
2019-11-12 20:08:59
阅读次数:
108
[root@ken1 ~]# docker container --help Usage: docker container COMMAND Manage containers Commands: attach Attach local standard input, output, and err ...
分类:
其他好文 时间:
2019-11-09 15:27:57
阅读次数:
123
1.yum install -y httpd-tools ab命令被集成到了httpd服务器中,所以想要使用ab命令需要先安装httpd服务 ab -c 并发请求HTTP报文数量 -n 总共发送少个请求报文 http://www.oldboy.com/index,html ab命令的使用方法和常用选 ...
分类:
Web程序 时间:
2019-11-09 13:23:42
阅读次数:
131
map: 最大长度输出; zip: 最短输出; third: 有序排列; ...
分类:
其他好文 时间:
2019-11-08 12:19:06
阅读次数:
125
样式的优先级 多重样式(Multiple Styles):如果外部样式、内部样式和内联样式同时应用于同一个元素,就是使多重样式的情况。 一般情况下,优先级如下: (外部样式)External style sheet <(内部样式)Internal style sheet <(内联样式)Inline ...
分类:
Web程序 时间:
2019-11-07 13:37:12
阅读次数:
110
Docs Mixins are a way of reusing a class’s code in multiple class hierarchies. ...
分类:
其他好文 时间:
2019-11-05 22:01:25
阅读次数:
93
[atguigu@hadoop102 hive]$ bin/hive -help usage: hive -d,--define <key=value> Variable subsitution to apply to hive commands. e.g. -d A=B or --define A ...
分类:
其他好文 时间:
2019-11-05 01:17:55
阅读次数:
105
1、IO介绍 对于一个network IO (这里我们以read举例),它会涉及到两个系统对象,一个是调用这个IO的process (or thread),另一个就是系统内核(kernel)。当一个read操作发生时,该操作会经历两个阶段: 服务端: 客户端: 非阻塞IO: #服务端 from so ...
分类:
其他好文 时间:
2019-11-04 19:37:43
阅读次数:
143
一、Monkey脚本编写 1.Monkey脚本格式 脚本优势: 简单快捷,不需要接触任何工具,只需要一个记事本文件 脚本缺点: 实现坐标、按键等基本操作的相应步骤,顺序脚本无逻辑性 脚本源码:\development\cmds\monkey\src\com\android\commands\monk ...
分类:
移动开发 时间:
2019-11-04 13:14:06
阅读次数:
120
https://github.com/appium/appium/blob/master/docs/en/commands/session/timeouts/implicit-wait.md
分类:
移动开发 时间:
2019-11-03 22:03:36
阅读次数:
278