上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: @echo off chcp 65001 echo %1 REM 执行 并传递参数 main.exe -type base -name 绝世唐门 -url_demo https://wxxxxxxx5-1.html -line_num 5 -start_num 1 -end_num 1 -threa 阅读全文
posted @ 2024-04-29 14:42 3ξ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://golang.google.cn/dl/ 阅读全文
posted @ 2024-04-28 11:18 3ξ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: go env -w GO111MODULE=ongo env -w GOPROXY=https://goproxy.cn,direct 阅读全文
posted @ 2024-04-28 11:17 3ξ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 安装所需要的包 pip install redis-py-cluster -i https://mirrors.aliyun.com/pypi/simple/ # code from rediscluster import RedisCluster def create_redis_cluste 阅读全文
posted @ 2024-04-25 15:42 3ξ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 查日志 find ./* -type f -exec grep -H "202308310013356929" {} \; 阅读全文
posted @ 2024-01-11 10:27 3ξ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 缩写 名称 缩写 名称 NVIC 嵌套向量中断控制器 CAN CAN通信 SysTick 系统滴答定时器 USB USB通信 RCC 复位和时钟控制 RTC 实时时钟 GPIO 通用IO口 CRC CRC校验 AFIO 复用IO口 PWR 电源控制 EXTI 外部中断 BKP 备份寄存器 TIM 定 阅读全文
posted @ 2023-12-21 14:47 3ξ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: GitLab用户权限管理: GitLab用户在组中有五种权限:Guest、Reporter、Developer、Master、Owner 1.Guest:可以创建issue、发表评论、不能读写版本库 2.Reporter:可以克隆代码,不能提交,QA、PM可以赋予这个权限 3.Developer:可 阅读全文
posted @ 2023-12-15 18:30 3ξ 阅读(50) 评论(0) 推荐(0) 编辑
摘要: # python之编码&解码"""python中有两种类型,字符串和字节但是字节的编码是什么我们不知道,所以解码不好解决, chardet解决了这个问题pip install chardet"""# 字节 > 字符串import chardettemp_bytes = b'hello word'te 阅读全文
posted @ 2023-12-15 17:33 3ξ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: sudo gitlab-runner unregister --all-runnerssudo systemctl stop gitlab-runnersudo rpm -e gitlab-runnersudo yum remove gitlab-runnersudo rm -rf /etc/git 阅读全文
posted @ 2023-12-14 15:03 3ξ 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 场景以gitlab为例 1.当gitlab流水线中需要使用sudo命令,结果报错,需要输入密码2. sudo visudo == vim /etc/sudoers # 文件内加入此命令 gitlab-runner ALL=(ALL:ALL) NOPASSWD: ALL 3.就可以实现以gitlab用 阅读全文
posted @ 2023-12-08 11:54 3ξ 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 30 下一页