Fiddler抓取Java应用本地的HTTP请求报文
分类:
编程语言 时间:
2020-11-25 12:59:17
阅读次数:
16
Linux虚拟环境创建及使用 linux安装 #方法2:linux pip 3 install virtual env wrapper mkdir $HOME/.virtualenvs #把所有虚拟环境指定到一个目录文件夹下存放 find/-name virtual env wrapper.sh # ...
分类:
系统相关 时间:
2020-11-25 12:20:22
阅读次数:
12
一、挂载光盘 [root@localhost ~]# mount /dev/cdrom /mnt/cdrom/ 二、让网络yum源文件失效 [root@localhost]@ cd /etc/yum.repos.d/ [root@localhost yum.repos.d]# mv CentOS-B ...
分类:
系统相关 时间:
2020-11-24 12:10:37
阅读次数:
12
Freeswitch官网太慢了,经常还打不开,把电话挂断原因大全复制一份到这里,方便日常查看 ITU-T Q.850 Code SIP Equiv. Enumeration Cause Description ITU-T Q.850 Code SIP Equiv. Enumeration Cause ...
分类:
其他好文 时间:
2020-11-23 12:49:07
阅读次数:
53
一、将自己的项目改名为ROOT注意项目名称要大写 假设改完后没生效。建议清空tomcat中的work文件夹(缓存) 二、改动配置文件conf/server.xml文件 添加<Context path="" docBase="Cluster" debug="0" reloadable="true"/> ...
分类:
其他好文 时间:
2020-11-23 12:45:30
阅读次数:
21
1.nacos继承SpirngBoot做配置中心 spring配置文件里:nacos.config.server-addr=127.0.0.1:8848springboot启动类中: @NacosPropertySource(dataId = "cds-node", groupId = "com.w ...
分类:
编程语言 时间:
2020-11-23 12:12:40
阅读次数:
7
1、haproxy配置多个负载 global log 127.0.0.1 local0 log 127.0.0.1 local1 notice #daemon debug user haproxy group haproxy maxconn 4096 defaults log global mode ...
分类:
其他好文 时间:
2020-11-23 12:06:36
阅读次数:
5
在Mac OSX下安装Microsoft Calibri字体 1.下载: Calibri-and-Cambria-Fonts.zip; 2.双击解压该文件; 3.进入解压后的目录; 4.选择字体对应的.TTF文件,右键; 5.选择"open with" → "Font Book" (字体册) 打开; ...
分类:
系统相关 时间:
2020-11-23 11:49:30
阅读次数:
16
系统: [root@weianvrgv /]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) 安装中文字符集 [root@weianvrgv /]#yum install -y langpacks-zh_CN 设置中文字符 ...
分类:
数据库 时间:
2020-11-21 12:44:24
阅读次数:
27
目录: 1、SpringBoot的web项目部署为war2、SpringBoot的web项目部署为jar3、SpringBoot开发非Web程序 3.1、方式一:利用 main()方法 3.2、方式二:通过springboot启动加载类 CommandLineRunner#run() 1、Sprin ...
分类:
编程语言 时间:
2020-11-21 12:42:59
阅读次数:
27