摘要: 我的创作首页是:https://afdian.net/a/dreamTeller,欢迎大家来玩 阅读全文
posted @ 2023-11-21 16:30 邵泽龙 阅读(93) 评论(0) 推荐(0) 编辑
摘要: mysql 查看表的大小方法: 1.查看所有数据库容量大小 select table_schema as '数据库', sum(table_rows) as '记录数', sum(truncate(data_length/1024/1024, 2)) as '数据容量(MB)', sum(trunc 阅读全文
posted @ 2023-03-28 19:28 邵泽龙 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Wrapper中ge,gt,lt,le的含义 https://blog.csdn.net/weixin_45005846/article/details/119938451 阅读全文
posted @ 2023-03-23 20:49 邵泽龙 阅读(7) 评论(0) 推荐(0) 编辑
摘要: mysql 去重返回记录的所有列值 工作中遇到需要将一张大表(数据大概在100万条数据的表),根据其中某个id去重,返回所有列数据,尝试了用很多种方式都很耗时,最后网上看到这篇文章 https://blog.csdn.net/guocuifang655/article/details/3993612 阅读全文
posted @ 2023-03-10 21:43 邵泽龙 阅读(138) 评论(0) 推荐(0) 编辑
摘要: vim /etc/ssh/sshd_config PermitRootLogin prohibit-password注释掉 增加 PermitRootLogin yes PermitEmptyPasswords no PasswordAuthentication yes service ssh re 阅读全文
posted @ 2023-03-04 16:34 邵泽龙 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Shell编程 基础语法 脚本格式 #!/bin/bash 固定开头标识 文件后缀.sh 单行注释# 多行注释:<<! 换行 代码 换行 ! 执行脚本 脚本需要赋予可执行权限:chmod u+x 脚本文件路径,直接执行脚本 不用赋予执行权限,直接使用命令:sh 脚本文件路径 变量定义 系统变量:系统 阅读全文
posted @ 2023-02-24 15:43 邵泽龙 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 运维常用的 35 个Linux Shell 脚本,一定能帮到你! 阅读全文
posted @ 2023-02-24 14:17 邵泽龙 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 模拟http网络并发请求工具-ab ab是linux系统下,快速模拟http网络请求工具,可以快速模拟并发http请求,命令如下 ab -n 1000 -c 100 -p ~/postfile -T application/x-www-form-urlencoded http://192.168.1 阅读全文
posted @ 2023-02-06 14:57 邵泽龙 阅读(449) 评论(0) 推荐(0) 编辑
摘要: Redis-使用备忘 基本介绍 Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API 安装和官网 https://redis.io/ **Doc 阅读全文
posted @ 2023-01-12 09:02 邵泽龙 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 错误 Vue 报错error:0308010C:digital envelope routines::unsupported https://blog.csdn.net/zjjxxh/article/details/127173968 阅读全文
posted @ 2023-01-04 14:34 邵泽龙 阅读(19) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示