06 2024 档案

摘要:驱动软件下载地址: https://sdi-tool.org/ 来源:零度博客 https://www.freedidi.com/13230.html 阅读全文
posted @ 2024-06-26 17:11 Journey&Flower 阅读(226) 评论(0) 推荐(0)
摘要:数字特殊字符JSON字符串校验com.alibaba.fastjson数字/特殊字符JSON字符串校验com.alibaba.fastjson 以下特殊字符都会被JSONValidator.from判定为合格的 JSON格式字符 名称 正则 示例 判定 有理数/无理数 ^[+-]?\d+(\.\d+)?$ -999.88 NumberUtils 科学计数法数 ^[+= 阅读全文
posted @ 2024-06-20 13:35 Journey&Flower 阅读(58) 评论(0) 推荐(0)
摘要:数组是我们编程中经常使用的的数据结构之一。在处理数组时,我们经常需要在数组中查找特定的值,JavaScript包含一些内置方法来检查数组是否有特定的值或对象。 检查数组是否包含一个基本类型的值 Arrya.includes() 方法 检查数组值的最简单方法是使用include()方法,如下所示: l 阅读全文
posted @ 2024-06-13 10:29 Journey&Flower 阅读(132) 评论(0) 推荐(0)
摘要:1Panel-命令行工具1- 1pctl 1Panel 默认内置了命令行运维工具 1pctl,通过执行 1pctl help,可以查看相关的命令说明。 Usage: 1pctl [COMMAND] [ARGS...] 1pctl --help Commands: status 查看 1Panel 服务运行状态 start 阅读全文
posted @ 2024-06-07 09:59 Journey&Flower 阅读(1349) 评论(0) 推荐(0)
摘要:-- 查询重复数据 select qr_code,created_at,station_by from t_product_data where flag = 0 and qr_code in( select qr_code from t_product_data t where flag = 0 阅读全文
posted @ 2024-06-07 09:58 Journey&Flower 阅读(10) 评论(0) 推荐(0)
摘要:WinDirStat-Windows磁盘使用情况统计查看器和清理工具官网:https://windirstat.net/download.html 蓝奏云:https://windirstat.net/download.html 软件样例 阅读全文
posted @ 2024-06-01 19:43 Journey&Flower 阅读(87) 评论(0) 推荐(0)
摘要:1、安装 lsof 命令(若 lsof --version 命令已存在,则跳过安装) sudo yum install lsof 2、lsof查看端口7001 [root@localhost ~]# lsof -i :7001 COMMAND PID USER FD TYPE DEVICE SIZE 阅读全文
posted @ 2024-06-01 19:43 Journey&Flower 阅读(71) 评论(0) 推荐(0)