logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux(debian 11)下安装nginx

linux(debian11)安装nginx,配置ssl

#linux#nginx#服务器
spring boot 当参数传入开头多个0时,报错:JSON parse error: Invalid numeric value: Leading zeroes not allowed

有可能是jackson解析配置问题需要确认是否开启了以0开始读取信息@Configurationpublic class WebMvcConfig implements WebMvcConfigurer {@Beanpublic HttpMessageConverter<String> responseBodyConverter(){StringHttpMessageConverter

DBeaver复制数据库报错@@GLOBAL.GTID_PURGED cannot be changed: the added gtid set must not overlap with @@GLO

开发和排查问题过程中,经常用到线上数据库,那么就会经常复制数据库。在复制后执行sql导入数据库的时候,报错:@@GLOBAL.GTID_PURGED cannot be changed: the added gtid set must not overlap with @@GLOBAL.GTID_EXECUTED。这是mysql5.6及以后的新特性GTID。GTID即全局事务ID(global t

#mysql#数据库
中国电信修改光猫路由模式为桥接模式

首先,需要搞到超级管理员的账号和密码,可以上网根据光猫型号查找,也可以直接跟安宽带的工作人员要.第一步:准备超级管理员账号和密码.可以自行根据光猫型号搜索,也可以直接跟安宽带的工作人员要.第二步:使用超级管理员账密登录网关管理页面(光猫)一般为192.168.1.1(前提你的路由模式为路由模式,而不是桥接模式)第三步:修改光猫参数1:连接名称修改改为3_INTERNET_R_VID_412:连接模

#运维
layui子页面弹窗,关闭父页面

layer.open({content:data,btn: ["确定"],yes: function (index,layero) {let indexOfFather = parent.layer.getFrameIndex(window.name);parent.layer.clo...

#java
iptables放行范围端口

iptables -A INPUT -p tcp --dport 8080:9090 -j ACCEPTiptables -A OUTPUT -p tcp --sport 8080:9090 -j ACCEPTiptables-save

#linux
到底了