跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

html标签存档订阅

python发送HTML形式的邮件

#!/usr/bin/env python3 #coding: utf-8 import smtpl… 继续阅读 python发送HTML形式的邮件

  • 发表于: 2021-02-19 2021-02-19
  • 作者: yew
  • 分类: SRE
  • 标签: html, python, SMTP
  • python发送HTML形式的邮件有 1 条评论

显示当前请求headers

http://httpbin.org/headers { “headers”: { “Accept”… 继续阅读 显示当前请求headers

  • 发表于: 2021-01-08 2021-01-08
  • 作者: yew
  • 分类: SRE
  • 标签: html, http, https, json, xml
  • 发表评论: 显示当前请求headers

docker安装showdoc文档管理

https://github.com/star7th/showdoc 原版官方镜像安装命令(中国大陆… 继续阅读 docker安装showdoc文档管理

  • 发表于: 2021-01-04 2021-01-04
  • 作者: yew
  • 分类: SRE
  • 标签: bash, Docker, html
  • 发表评论: docker安装showdoc文档管理

国际化域名编码Punycode

Punycode是一种用来表示国际化域名 (IDN)的编码,由域名系统支持的有限字符组合(A-Z,0… 继续阅读 国际化域名编码Punycode

  • 发表于: 2020-12-25 2020-12-25
  • 作者: yew
  • 分类: SRE
  • 标签: html, https, post
  • 发表评论: 国际化域名编码Punycode

SpringBoot集成thymeleaf模板

pom.xml <dependency> <groupId>org.spri… 继续阅读 SpringBoot集成thymeleaf模板

  • 发表于: 2020-12-23 2020-12-23
  • 作者: sjx
  • 分类: SRE
  • 标签: html, springboot, thymeleaf
  • 发表评论: SpringBoot集成thymeleaf模板

Mac配置Apache

Mac OS X 预装了 Apache,需要手动通过命令行开启。 Mac打开终端的方式:“launc… 继续阅读 Mac配置Apache

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: apache, bash, code, html, http, Mac
  • 发表评论: Mac配置Apache

Docker分阶段构建WEB前端项目镜像

FROM node:alpine as builder WORKDIR ‘/build’ COPY … 继续阅读 Docker分阶段构建WEB前端项目镜像

  • 发表于: 2020-11-25 2020-12-06
  • 作者: sre
  • 分类: SRE
  • 标签: alpine, bash, Docker, html, https, nginx, node, nodejs, npm
  • 发表评论: Docker分阶段构建WEB前端项目镜像

kubernetes部署nginx

nginx-custom-config.yaml: — apiVersion: v1 kind:… 继续阅读 kubernetes部署nginx

  • 发表于: 2020-07-06 2020-12-04
  • 作者: tomcat
  • 分类: SRE
  • 标签: html, http, kubernetes, nginx, proxy, yaml
  • 发表评论: kubernetes部署nginx

nginx安全配置 控制并发连接数 限流

http { #ngx_http_limit_conn_module模块限制一个IP的并发连接数 #… 继续阅读 nginx安全配置 控制并发连接数 限流

  • 发表于: 2020-06-01 2022-01-24
  • 作者: tomcat
  • 分类: SRE
  • 标签: bash, html, http, nginx, 安全
  • 发表评论: nginx安全配置 控制并发连接数 限流

gin开启https访问

package main import ( “html/template” “log” “githu… 继续阅读 gin开启https访问

  • 发表于: 2020-05-02 2021-04-14
  • 作者: tomcat
  • 分类: 开发
  • 标签: gin, go, html, https, js, nginx, ssl
  • 发表评论: gin开启https访问

kubernetes StatefulSet 部署elasticsearch 6.10集群

StatefulSet elasticsearch apiVersion: apps/v1 kind… 继续阅读 kubernetes StatefulSet 部署elasticsearch 6.10集群

  • 发表于: 2019-11-27 2022-07-19
  • 作者: sre
  • 分类: SRE
  • 标签: Docker, elasticsearch, html, https, kubernetes, node
  • 发表评论: kubernetes StatefulSet 部署elasticsearch 6.10集群

epson wf-3640打印机文档

https://files.support.epson.com/docid/cpd3/cpd3936… 继续阅读 epson wf-3640打印机文档

  • 发表于: 2019-11-07 2019-11-07
  • 作者: sre
  • 分类: 资源
  • 标签: html, https, 硬件, 资源
  • 发表评论: epson wf-3640打印机文档

nginx internal 语法

语法:internal 默认值:no 使用字段: location internal指令指定某个lo… 继续阅读 nginx internal 语法

  • 发表于: 2019-09-30 2020-12-21
  • 作者: sre
  • 分类: SRE
  • 标签: html, http, nginx
  • 发表评论: nginx internal 语法

nginx缓存静态文件但不缓存Index.html

location / { if_modified_since off; #禁用缓存,不需要304缓存… 继续阅读 nginx缓存静态文件但不缓存Index.html

  • 发表于: 2019-08-15 2020-12-11
  • 作者: sre
  • 分类: SRE
  • 标签: html, nginx, proxy
  • 发表评论: nginx缓存静态文件但不缓存Index.html

nginx代理webscoket

nginx配置,server域: location ^~/ws { proxy_pass http:… 继续阅读 nginx代理webscoket

  • 发表于: 2019-07-22 2020-12-03
  • 作者: sre
  • 分类: SRE
  • 标签: html, nginx, proxy
  • 发表评论: nginx代理webscoket

nginx 413 Request Entity Too Large

error parsing HTTP 413 response body: invalid char… 继续阅读 nginx 413 Request Entity Too Large

  • 发表于: 2019-06-12 2021-04-02
  • 作者: sre
  • 分类: SRE
  • 标签: html, http, https, nginx
  • 发表评论: nginx 413 Request Entity Too Large

wget镜像下载网站

wget -r -p -np -k http://test.com -r 表示递归下载,会下载所有的… 继续阅读 wget镜像下载网站

  • 发表于: 2019-05-14 2021-04-02
  • 作者: joker
  • 分类: SRE
  • 标签: html, http, https, 网络
  • 发表评论: wget镜像下载网站

python网页解析:BeautifulSoup与Selector

from bs4 import BeautifulSoup import requests from… 继续阅读 python网页解析:BeautifulSoup与Selector

  • 发表于: 2019-03-04 2020-12-22
  • 作者: joker
  • 分类: 开发
  • 标签: css, html, https, python, requests
  • 发表评论: python网页解析:BeautifulSoup与Selector

ie解析json失败-直接下载文件

解决办法是修改Content-Type为”text/html;charset=utf-8“,然后在前… 继续阅读 ie解析json失败-直接下载文件

  • 发表于: 2019-02-25 2021-04-01
  • 作者: joker
  • 分类: SRE
  • 标签: html, https, json, 网络
  • 发表评论: ie解析json失败-直接下载文件

flask_restful模块提供api接口

#https://flask-restful.readthedocs.io/en/latest/qu… 继续阅读 flask_restful模块提供api接口

  • 发表于: 2019-01-11 2019-01-11
  • 作者: joker
  • 分类: 开发
  • 标签: flask, html, https, I/O, pip, python
  • 发表评论: flask_restful模块提供api接口

分页

上一页 页码: 1 页码: 2 页码: 3 下一页

搜索

搜索:

近期评论

  • 周周 发表在《Kubernetes部署NextCloud网盘》
  • mysql m-s via gtid – SRE笔记 发表在《MySQL SET GTID_NEXT》
  • kangder 发表在《Kubernetes部署NextCloud网盘》
  • xs 发表在《Kubernetes部署NextCloud网盘》
  • test 发表在《gin不转义html标签》

标签

aws (15) bash (1123) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (154) Grafana (13) hpc (15) http (299) https (1999) ingress (14) iptables (20) java (75) JVM (20) kubernetes (309) Linux (546) lotus (30) mongoDB (41) MySQL (184) nginx (112) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tcp (69) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 2 月