现象,不能ping通,或偶尔能ping通,打不开网站,包括192.168.1.1而其他设备都是可以的,而且连接手机热点是没有问题的,唯独连接路由器的却不可以,能trancert通,用系统自带的疑难解答,出现默认网关不响应,dhcp以及isp问题各种报错,其中默认网关报错较多,由于偶尔有几次可以pin... ...
分类:
其他好文 时间:
2020-01-05 20:52:37
阅读次数:
122
nginx配置详解和原理1.nginx的配置文件nginx配置文件的整体结构 ;"复制代码")<pre>usernobodynobody;#指定NginxWorker进程运行用户以及用户组,默认由nobody账号运行,nobody是系统用户,是一个不能登陆的帐号,一个特殊用途的用户ID#启动进程,通常设置成和cpu的数量相等worker_processes1;#指
分类:
其他好文 时间:
2020-01-05 09:31:59
阅读次数:
90
普通的增改删查 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper. ...
分类:
其他好文 时间:
2020-01-04 16:32:34
阅读次数:
115
1.Kali联网 1.1 修改配置文件, vim /etc/network/interfaces auto lo iface lo inet loopback # 配置第一个以太网接口 auto eth0 # dhcp表示动态地设置本机的IP地址 iface eth0 inet dhcp ...
分类:
系统相关 时间:
2020-01-04 14:18:44
阅读次数:
78
## Mytatis 配置详解 - **mybatis.check-config-location : java.lang.Boolean , 默认false** 是否执行MyBatis xml配置文件的状态检查, 只是检查状态 - **mybatis.config-location : java.... ...
分类:
其他好文 时间:
2020-01-03 12:40:26
阅读次数:
229
一、memcached介绍 Memcache 官网 http://memcached.org/ (1)memcache本身没有像 redis 所具备的数据持久化功能,比如 RDB 和 AOF 都没有,但是可以通过做集群同步的方式,让各 memcache 服务器的数据进行同步,从而实现数据的一致性,即 ...
分类:
系统相关 时间:
2020-01-03 12:06:16
阅读次数:
71
cat /etc/netplan/50-cloud-init.yaml 应用 netplan --debug apply ...
分类:
系统相关 时间:
2020-01-03 00:53:15
阅读次数:
331
nginx与fastdfs配置详解与坑 环境ubantu19.04fastdfs-5.11fastdfs-nginx-module-1.20libfastcommon-1.0.39nginx-1.15.12pcre2-10.33openssl-1.0.2r nginx配置过程 https://blo ...
分类:
其他好文 时间:
2020-01-02 19:02:27
阅读次数:
103
1、网络连接设置为NAT模式2、开启CentOS7,以root用户登陆3、修改配置,网络配置文件为:/etc/sysconfig/network-scripts/ifcfg-ens33(以本机为例)4、设置BOOTPROTO=dhcp,ONBOOT=yes5、windows开启 VMware DHC ...
分类:
其他好文 时间:
2019-12-31 17:09:06
阅读次数:
89
感谢天亮的指点 先上图 1.pc-1设置dhcp自动获取 2.ar1配置 sysname r1 # dhcp enable # acl number 2000 rule 5 permit source 192.168.1.0 0.0.0.255 interface GigabitEthernet0/ ...
分类:
其他好文 时间:
2019-12-30 14:36:26
阅读次数:
164