<system.net> <defaultProxy> <proxy bypassonlocal="false" usesystemdefault="true" /> </defaultProxy> </system.net> 最好使用机器名替换 localhost 2 fiddler 过滤设置 3 ...
Problem A 数学题 设数论函数$f(x)$表示$x(x ? Prime)$的次大因数, 给出$l,r$求出$\sum\limits_{i=l,i ? Prime} ^r f(i)$ 。 对于$100\%$的数据,$1 \leq l\leq r\leq 5\times 10^9$ Soluti ...
分类:
其他好文 时间:
2019-08-29 00:05:51
阅读次数:
86
题面 https://www.luogu.org/problem/P3808 题解 ...
分类:
其他好文 时间:
2019-08-29 00:05:35
阅读次数:
83
需求:一块宽高固定的区域,采用九宫格展示信息,要求有边框1px的细边框 方法一、采用margin-left:-1px;和margin-top:-1px; - 用一个边框覆盖另一个边框,形成1px的边框 方法二、采用伪元素+定位,不占位 如果有更好的办法,欢迎留言 ...
分类:
其他好文 时间:
2019-08-29 00:04:43
阅读次数:
94
分组 ES2018对正则(分组)的扩展: 引用 ...
分类:
Web程序 时间:
2019-08-29 00:04:25
阅读次数:
103
节点关系属性:(带element的属性ie低版本不支持) childNodes—所有子节点(元素,注释,文本); nodeType——属性代表节点类型; children——获取元素子节点 firstChild——第一个子节点(元素,注释,文本) *firstElementChild ——第一个元素 ...
分类:
编程语言 时间:
2019-08-29 00:04:08
阅读次数:
105
第50章 Nginx七层负载均衡 一、Nginx负载均衡基本概述 1)为什么要使用负载均衡 当我们的Web服务器直接面向用户,往往要承载大量并发请求,单台服务器难以负荷。使用多台Web服务器组成集群,前端使用Nginx负载均衡,将请求分散地打到后端服务器集群中,实现负载的分发。可以大大提升系统的吞吐 ...
分类:
系统相关 时间:
2019-08-29 00:03:29
阅读次数:
134
1.表象 2.深究原因,找到日志在 参考:https://yq.aliyun.com/articles/630486 http://hbase.group/question/200 ...
分类:
编程语言 时间:
2019-08-29 00:03:11
阅读次数:
349
题面 https://www.luogu.org/problem/P3380 题解 ...
分类:
其他好文 时间:
2019-08-29 00:02:56
阅读次数:
77
CentOS删除fstab的恢复需要光盘进入救援模式CentOS6怎么进入救援模式:https://blog.51cto.com/14012942/2433449一、先拿CentOS6开刀由于这个CentOS6使用了逻辑卷,所以进去之后要先激活逻辑卷,不懂的百度“救援模式逻辑卷”vgchange-ay然后查看lvs,lvdisplay这样就知道我的root分区设备在/dev/VolGroup/lv
分类:
其他好文 时间:
2019-08-29 00:02:39
阅读次数:
157
golang中的time包是用来处理时间的。 1.时间的基本属性 2.时间戳 3.时间间隔 4.时间格式化 5.定时器 go package main import ( "fmt" "time" ) func main() { //当我这样的定义的时候,两秒钟之后,time.C里面就会有值 time ...
分类:
其他好文 时间:
2019-08-29 00:02:22
阅读次数:
107
<!DOCTYPE HTML> <html> <head> <title>动态创建表格</title> <meta charset="utf-8" /> <style> table{width:600px; border-collapse:collapse; text-align:center; }... ...
分类:
其他好文 时间:
2019-08-29 00:02:02
阅读次数:
94
gradle的脚本文件名称必须是build.gradle,如果自学的时候随便起的名字测试。如:test.gradle,脚本执行的时候是找不到相对于的任务的。会报错 ...
分类:
其他好文 时间:
2019-08-29 00:01:46
阅读次数:
74
![](https://s1.51cto.com/images/blog/201908/28/62f627140613054104d6731fafd63a1a.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
其他好文 时间:
2019-08-29 00:01:11
阅读次数:
179
一、class加载方式 <div id="box" class="easyui-draggable" style="width:400px;height:200px;background:red"> 内容部分 </div> 二、js加载 $("#box").draggable({}) 三、关于dra ...
分类:
其他好文 时间:
2019-08-29 00:00:52
阅读次数:
101
# 建立双网卡
### 1、在虚拟机添加一块网卡,将两块网卡模式都改为仅主机相连模式
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190828154427208.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L1BhcmhvaWE=,size_16,color_FFFFFF,t_70)
### 进入虚拟机
使用ifconfig查看网卡
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190828155356837.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L1BhcmhvaWE=,size_16,color_FFFFFF,t_70)
给网卡配置IP地址
进入:vim /etc/sysconfi
分类:
系统相关 时间:
2019-08-29 00:00:40
阅读次数:
142
Creative Snap C. Creative Snap time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Creativ ...
分类:
其他好文 时间:
2019-08-29 00:00:04
阅读次数:
103