上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: pip config set global.index-url https://www... 阅读全文
posted @ 2022-11-09 15:10 等一念 阅读(7) 评论(0) 推荐(0) 编辑
摘要: python程序员的环境搭建 1.创建虚拟环境 python -m venv tutorial-env 2.激活虚拟环境 tutorial-env\Scripts\activate.bat 3.库安装 pip install Django 创建Django项目 python -m django st 阅读全文
posted @ 2022-10-27 11:11 等一念 阅读(29) 评论(0) 推荐(0) 编辑
摘要: Linux crontab -e 定时任务,或者开机任务可通过这个进行 @reboot sleep 120s && /sbin/iptables -P INPUT ACCEPT && /sbin/iptables -P FORWARD ACCEPT && /sbin/iptables -F && / 阅读全文
posted @ 2022-09-26 10:54 等一念 阅读(21) 评论(0) 推荐(0) 编辑
摘要: docker run -dit --privileged=true --restart=always -v /home/test:/home -p 8086:8080 --name=autotest 0429a3daccd0 /bin/bash --privileged=true:挂载宿主机目录,不 阅读全文
posted @ 2022-06-14 10:07 等一念 阅读(834) 评论(0) 推荐(0) 编辑
摘要: 一、什么是 Actuator Spring Boot Actuator 模块提供了生产级别的功能,比如健康检查,审计,指标收集,HTTP 跟踪等,帮助a56爆大奖在线娱乐们监控和管理Spring Boot 应用。 这个模块是一个采集应用内部信息暴露给外部的模块,上述的功能都可以通过HTTP 和 JMX 访问。 因为暴 阅读全文
posted @ 2022-05-13 10:30 等一念 阅读(6933) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2022-04-14 09:46 等一念 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 步骤1.设置保护分支 2.给组员配置权限 阅读全文
posted @ 2022-04-02 17:19 等一念 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 批量合并 import os if __name__ == "__main__": #获取所有的路径 path_list = [ 'D:\工作相关\工作\合代码\iot-data-access', 'D:\工作相关\工作\合代码\iot-data-persistence', 'D:\工作相关\工作\ 阅读全文
posted @ 2022-03-29 11:40 等一念 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-01 14:20 等一念 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 一、表字段修复: SELECT TABLE_SCHEMA '数据库',TABLE_NAME '表',COLUMN_NAME '字段',CHARACTER_SET_NAME '原字符集',COLLATION_NAME '原排序规则',CONCAT('ALTER TABLE ', TABLE_SCHEM 阅读全文
posted @ 2022-02-21 16:27 等一念 阅读(340) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页