dns cname 主要有时候多个域名指向一个服务器,避免后期ip变化,把所有域名cname某个域名,后期只要修改cname这台服务器 rpm -qa rpm -ql bind | more /etc/init.d/named start ps -aux |grep named ...
分类:
其他好文 时间:
2020-03-05 22:12:50
阅读次数:
68
Referenced file contains errors (http://www.springframework.org/schema/context/spring-context-3.1.xsd). For more information, right click on the messa ...
分类:
其他好文 时间:
2020-03-05 13:32:20
阅读次数:
110
2.通过jmap监控内存使用情况 2.1 监控堆内存 jamp -heap 12840 2.2 监控内存中对象的数量及其大小 查看所有对象的数量以及大小包括类型:jmap -histo 14116 | more 查看所有对象的数量以及大小包括类型:jmap -histo:live 14116 | m ...
分类:
Web程序 时间:
2020-03-04 19:29:14
阅读次数:
101
```cpp#include using namespace std;const int maxn = 5e3 + 5;const int maxm = 5e5 + 5;namespace MST { struct edge { int u, v, w; }E[maxm]; int n, m; in... ...
分类:
其他好文 时间:
2020-03-04 00:28:18
阅读次数:
64
具体报错: AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCrede ...
分类:
其他好文 时间:
2020-03-03 12:45:06
阅读次数:
88
1.1 ssl命令系列前言 openssl命令的格式是"openssl command command-options args",command部分有很多种命令,这些命令需要依赖于openssl命令才能执行,所以称为伪命令(pseudo-command),每个伪命令都有各自的功能,大部分comma ...
分类:
其他好文 时间:
2020-03-02 22:47:47
阅读次数:
76
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https: ...
分类:
Web程序 时间:
2020-03-02 15:10:01
阅读次数:
433
python中%:1. 求模运算,相当于mod,也就是计算除法的余数,比如5%2就得到1。2. %还用在python的格式化输出,比如: a = 'test' print 'it is a %s' %(a) 打印的结果就是 it is a test 3.jupyter 中 %lsmagic Out[ ...
分类:
编程语言 时间:
2020-03-02 13:00:36
阅读次数:
70
在head标签之间,加上如下代码: <!-- GrowingIO Analytics code version 2.1 --> <!-- Copyright 2015-2018 GrowingIO, Inc. More info available at http://www.growingio.c ...
x1 > < >> << O better-scroll 是一款重点解决移动端(已支持 PC)各种滚动场景需求的插件。它的核心是借鉴的 iscroll 的实现。better-scroll 基于原生 JS 实现的,不依赖任何框架,所以使用起来也十分的方便。 注意点: 使用时better-scroll是 ...
分类:
其他好文 时间:
2020-03-02 09:13:42
阅读次数:
175