240 发简信
IP属地:河北
  • mysql突然变卡,cpu占用将近100%

    1、修改缓冲池 SET GLOBAL innodb_buffer_pool_size = 1073741824;修改这个配置带来的影响如下:查询...

    2.3 23 0 1
  • linux修改静态ip

    1、进入网络配置文件夹 2、选择相应的网络进行修改,例如:vim ifcfg-p22p1 全部内容 要修改的

  • linux启动防火墙时,启动docker报错

    1、报错信息 (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 ...

  • 人大金仓记录

    KDTS访问地址http://localhost:54523/#/dashboard[http://localhost:54523/#/dash...

  • Resize,w 360,h 240
    docker升级runc

    1、下载安全版本的runc到本地电脑 下载地址:https://github.com/opencontainers/runc/releases/...

  • Linux下安装LibreOffice

    1、自行去官网下载安装包 2、解压 3、进入解压后的目录 4、安装LibreOffice 5、查看安装的LibreOffice 6、查看Libr...

  • Resize,w 360,h 240
    windows制作各种中间件服务

    1、制作redis 2、制作nacos 将下载的WinSW-x64.exe复制到nacos的bin目录下重命名为nacos-service.ex...

  • mysqlbinlog查看

    进入mysql的bin下,然后使用mysqlbinlog将binlog文件转成txt文件

  • 给jar包进行加密,防止反编译

    1、pom配置 2、启动命令