上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页
摘要: Kafka 可视化工具 kafka可视化web工具kafdrop 阅读全文
posted @ 2022-03-26 14:57 黄河大道东 阅读(68) 评论(0) 推荐(0) 编辑
摘要: iptables详解 iptables命令使用详解 阅读全文
posted @ 2022-03-26 11:29 黄河大道东 阅读(29) 评论(0) 推荐(0) 编辑
摘要: nginx静态资源服务器简单配置 nginx静态资源文件无法访问,403 forbidden错误 阅读全文
posted @ 2022-03-26 11:20 黄河大道东 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 【错误】 Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’; 【原因】 同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的最大值 阅读全文
posted @ 2022-03-25 09:00 黄河大道东 阅读(248) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/l-y-h/p/12859477.html#_label1_2 https://blog.csdn.net/u011781521/article/details/79686091 阅读全文
posted @ 2022-03-24 08:59 黄河大道东 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 获取某个数据库下的所有表名信息 select * from information_schema.tables where table_schema='库名称' 获取某个库某个表的字段信息 select * from information_schema.columns where table_sc 阅读全文
posted @ 2022-03-23 17:43 黄河大道东 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 解决方案 https://www.cnblogs.com/wangguishe/p/15497923.html 阅读全文
posted @ 2022-03-23 10:53 黄河大道东 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 生成自建证书文件 # 1、生成私钥文件,输入秘钥:1234 openssl genrsa -des3 -out server.key 2048 # 查看私钥内容 openssl rsa -text -in server.key # 2、根据私钥创建证书签名请求 CSR 文件 openssl req 阅读全文
posted @ 2022-03-22 23:10 黄河大道东 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 前言 在Windows系统上写完项目编译构建后,发布到linux服务端。 1、开发工具IntelliJ IDEA 2、SFTP传输(IntelliJ IDEA已经集成sftp) 实践 下面写一个HelloWorld程序来实践 一、项目结构与代码 1、项目目录结构 2、HelloWorld.java源 阅读全文
posted @ 2022-03-22 22:41 黄河大道东 阅读(372) 评论(0) 推荐(0) 编辑
摘要: <!-- jsp --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> </dependency> <dependen 阅读全文
posted @ 2022-03-22 22:28 黄河大道东 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页