One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:
移动开发 时间:
2020-12-11 12:32:59
阅读次数:
22
{{define"test.html"}}{{-ifgt(len.Alerts.Firing)0-}}@告警<tableborder="5"><tr><td>报警项</td><td>实例</td><td>报警详情</td><td>报警阀值</td
分类:
其他好文 时间:
2020-12-11 12:20:16
阅读次数:
5
USE [master] --简单模式 ALTER DATABASE [XXX] SET RECOVERY SIMPLE WITH NO_WAIT GO USE [XXX]GO --执行收缩命令,收缩到5MB DBCC SHRINKFILE (N'XXX_log' , 5, TRUNCATEONLY ...
分类:
数据库 时间:
2020-12-11 12:13:52
阅读次数:
4
PowerShell scripts Run PowerShell on Windows as a administrator. And set the execution policy. Set-ExecutionPolicy Unrestricted Following is a simple ...
分类:
Web程序 时间:
2020-12-10 10:45:47
阅读次数:
6
pip换源 1. 常见国内源 # 豆瓣 https://pypi.doubanio.com/simple/ # 阿里云 https://mirrors.aliyun.com/pypi/simple/ # 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ h ...
分类:
其他好文 时间:
2020-12-04 11:46:04
阅读次数:
25
simple js 题目描述:小宁发现了一个网页,但却一直输不对密码。(Flag格式为 Cyberpeace{xxxxxxxxx} ) 打开题目后,有一个Enter password框,要求输入密码,随便输入“123” 输入“123”结果为 开发者工具F12查看页面源代码 将JS代码复制出来进行分析 ...
分类:
Web程序 时间:
2020-12-02 12:25:20
阅读次数:
12
Codeforces Round #686 (Div. 3)E. Number of Simple Paths 题意 给你n个点n条边的图,让你求树上的简单路径数。 简单路径:从a->b的方法,需要注意的是1->2>3,3->2->1算一种 思路 显然建成后的图是一棵树多了一条边,这种图又叫环基树。 ...
分类:
其他好文 时间:
2020-11-30 16:12:17
阅读次数:
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:
其他好文 时间:
2020-11-26 15:14:19
阅读次数:
5
1、SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议它是一组用于由源地址到目的地址传送邮件的规则,由它来控制信件的中转方式。 2、smtplib就是对smtp的一种简单封装 3、基于文本邮件的发送 # 实现对邮件进行发送 import smtplib #ema ...
分类:
编程语言 时间:
2020-11-26 14:28:24
阅读次数:
5
今天有写过一个基于go-simple-mail 发送email 的demo,主要是复用连接,但是发现有问题,后边尝试了下 gomail,发现很不错没有问题,通过分析代码,还是go-simple-mail 实现上的问题 gomail参考demo 大部分不变,主要是修改关于email 发送的实现 参考代 ...
分类:
其他好文 时间:
2020-11-25 13:03:10
阅读次数:
18