摘要: 1.首先搭环境 1.1 安装go 1.2 创建目录 1.3 在当前目录下 执行 go mod init xxx_name 1.4 在当前目录下 执行 go mod init xxx_name 1.5最简单的代码例子 package main import ( "net/http" "github.c 阅读全文
posted @ 2023-01-05 16:27 3ξ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1.前提,我们之前都是在服务器nohup这个命令,让他在后端保持运行,但是那个有点不好,我们 现在用tmux来玩 1.1 原理 tmux == nohup 2.安装tmux yum install -y tmux 3. tmux命令 # 创建并且进入一个自定义名字的session tmux new 阅读全文
posted @ 2023-01-05 11:32 3ξ 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 命令如下: pip3 install django-simple-captcha==0.5.13 报错是: [root@lmdgh5-control django_ops]# pip3 install django-simple-captcha==0.5.13 WARNING: Running pi 阅读全文
posted @ 2023-01-05 11:21 3ξ 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1.选中多行 光标在行位 全选 Ctrl+Shift+L 2.选中多行 光标在行首 全选 Ctrl+Shift+L Home Ctrl+Alt+↑ 向上添加多行光标,可同时编辑多行。 阅读全文
posted @ 2023-01-05 11:01 3ξ 阅读(28) 评论(0) 推荐(0) 编辑