HTML5新增语义化标签: header:用于表示一个页面的头部区域 nav:用于表示导航栏 section:用于于表示一个页面的一个整体的一部分主题 article:同于表示文章或其它可独立存在的内容 aside:用于表示跟主题相关的附加信息,或广告 footer:表示一个页面的或某个区域的页脚 ...
分类:
Web程序 时间:
2020-06-07 19:10:34
阅读次数:
117
1. Nginx 反向代理,负载均衡,动静分离,工作原理及优化 nginx配置反向代理。 vim Nginx.conf Server模块中配置 Listen 80 Server_name ip; 在server段里面的location加上proxy_pass http://ip:端口; Nginx配 ...
分类:
系统相关 时间:
2020-06-05 22:53:43
阅读次数:
204
What is :: (double colon) in Python when subscripting sequences? 15 Extended Slices https://docs.python.org/release/2.3.5/whatsnew/section-slices.html ...
分类:
编程语言 时间:
2020-06-03 13:25:17
阅读次数:
71
官方文档 https://rdc-incubator.github.io/kt-docs/#/quickstart 说明 # 1、安装命令 # 2、启动 ## 注意,这里需要制定kubeconfig,必须要能够连接到api-server sudo ktctl --kubeconfig ~/.kube ...
分类:
其他好文 时间:
2020-06-02 14:56:09
阅读次数:
93
1. Run [Start] - [Server Manager] and Click [Tools] - [Internet Information Services (IIS) Manager]. 2. Select Hostname on the left pane and Click [FT ...
分类:
其他好文 时间:
2020-06-02 12:59:21
阅读次数:
80
原文地址:https://stackoverflow.com/questions/33910294/what-is-the-difference-between-article-and-section-in-html5 <section>标签 : section,汉语意思为部分,这个标签定义网页上的 ...
分类:
Web程序 时间:
2020-06-02 00:07:00
阅读次数:
95
docker镜像用的jenkinsci/blueocean,用原始的jenkins下的也可以。 问题1 在运行docker命令时,如docker version,会提示cannot connect to docker daemon的错误。 原因 jenkins使用的是宿主机的docker环境,本身不 ...
Apache Spark Apache Spark是一个开源集群运算框架,最初是由加州大学柏克莱分校AMPLab所开发。相对于Hadoop的MapReduce会在运行完工作后将中介数据存放到磁盘中,Spark使用了存储器内运算技术,能在数据尚未写入硬盘时即在存储器内分析运算。Spark在存储器内运行 ...
分类:
Web程序 时间:
2020-05-31 00:41:36
阅读次数:
95
Life is short or long, sometimes lost and sinking, and sometimes fearless and strong. In the vast river of history, there is always a section of my ow... ...
分类:
其他好文 时间:
2020-05-30 15:26:55
阅读次数:
95
1.简介 在本节中,您将学习如何创建基本的 测试计划来测试网站。您将创建五个用户,这些用户将请求发送到JMeter网站上的两个页面。另外,您将告诉用户两次运行测试。因此,请求总数为(5个用户)x(2个请求)x(重复2次)= 20个HTTP请求。要构建测试计划,您将使用以下元素: 线程组, HTTP请 ...
分类:
其他好文 时间:
2020-05-29 09:38:22
阅读次数:
85