psvm或者main main方法 sout --system.out 输出 ctrl+鼠标左键,进入类 左侧structure,查看类的结构,方法 tools --generate javadoc --other command line arguments:-encoding utf-8 -ch ...
分类:
其他好文 时间:
2021-02-18 13:17:46
阅读次数:
0
问题 在进行python环境配置的时候,发现以下问题: 解决 更新setuptools和pip ...
分类:
编程语言 时间:
2021-02-17 14:34:33
阅读次数:
0
在docker中运行fork进程的go程序时: /* UTS Namespace主要用来隔离nodename和domainname两个系统标识。在UTS namespace里,每个namespace允许有自己的hostname。 系统API 中的clone()创建新的进程。根据填入的参数来判断哪些n ...
分类:
其他好文 时间:
2021-02-16 12:43:00
阅读次数:
0
jq Bash, unfortunately, doesn’t ship with a command that can work with JSON natively. In this lesson, we’ll learn how to read and do basic queries on ...
分类:
Web程序 时间:
2021-02-15 12:41:34
阅读次数:
0
1.开启对应Windows功能(适用于linux的Windows子系统) 2.微软商店对应下载 Windows terminal 、 ubantu 3.设置 Windows terminal ubantu:把下面这个加到/root/.bashrc里 #Fix mkdir command has wr ...
linux下配置邮件发送器postfix 开始之前必须先配置 dns域名解析 详见另一篇博客 安装postfix服务器并进行配置 可能postfix在系统安装过程中已经安装了此服务,可以使用下面的命令查询 rpm -q postfix 如果没有可以手动安装: yum install -y postf ...
分类:
系统相关 时间:
2021-02-10 13:17:31
阅读次数:
0
package main import ( "bufio" "fmt" "io" "log" "os" "os/exec" // "strings" ) func checkExe2(exeAdress string) { cmd := exec.Command("cmd.exe", "/c", " ...
分类:
其他好文 时间:
2021-02-09 12:32:53
阅读次数:
0
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:
其他好文 时间:
2021-02-08 12:50:48
阅读次数:
0
macOS是自带python环境的,现在要做的是配置python3的环境 (这个退出实在让我难受,以前在window上都是ctrl+z退出的,这里用的是command+z退出,差点找不到退出方法XD 安装python3 访问官网:https://www.python.org/downloads/ma ...
分类:
编程语言 时间:
2021-02-08 12:45:21
阅读次数:
0
这几种邮件收、发协议虽然认识很久了,但是都没有深入的了解过,今天给大家来分享一下,这三种邮件协议的前世今生 ##POP3 POP3,全称为"post office protocol-version3",即邮局协议版本3。是TCP/IP协议族中的一员,由RFC1939定义,本协议主要用于支持使用客户端 ...
分类:
其他好文 时间:
2021-02-08 11:53:57
阅读次数:
0