cat /proc/cpuinfo arch cat /proc/meminfo or sudo dmidecode -t memory free CentOS: vim /etc/redhat-release sudo netstat -tap | grep mysql dpkg -l | gre ...
分类:
系统相关 时间:
2019-07-18 19:40:37
阅读次数:
149
B. Sport Mafia time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Each evening after the di ...
分类:
其他好文 时间:
2019-07-18 16:51:17
阅读次数:
183
原文:How do multiple clients connect simultaneously to one port, say 80, on a server? [duplicate] 平时我们使用ServerSocket指定了某个端口(例如8080),然后多个客户端连接上socket之后就都 ...
分类:
其他好文 时间:
2019-07-18 13:45:55
阅读次数:
103
PEP 8: no newline at end of file解决方法:代码末尾需要另起一行,光标移到最后回车即可 PEP 8: indentation is not a multiple of four解决方法:缩进不是4的倍数,检查缩进 PEP 8: over-indented解决方法:过度缩 ...
分类:
编程语言 时间:
2019-07-14 19:39:35
阅读次数:
399
source source命令即点(.)命令。 在bash下输入man source,找到source命令解释处,可以看到解释”Read and execute commands from filename in the current shell environment and …”。从中可以知道 ...
分类:
其他好文 时间:
2019-07-11 14:12:56
阅读次数:
109
Find The Multiple 题目链接:https://vjudge.net/contest/65959#problem/E 题目: Given a positive integer n, write a program to find out a nonzero multiple m of ...
分类:
其他好文 时间:
2019-07-10 12:22:35
阅读次数:
156
只记录一下比较有趣的知识点。 一:新标签 1.选项列表datalist 2.效果 3.元素分类fieldset 4.效果 二:表单属性 1.placeholder 2.效果 3.autofocus 自动对焦 4.效果 5.multiple多选 6. ...
分类:
其他好文 时间:
2019-07-10 01:14:32
阅读次数:
111
LNMP搭建 1、下载并安装LNMP一键安装包(官网lnmp.org): tar zxvf lnmp1.2 full.tar.gz cd lnmp1.2 full ./install.sh lnmp 安装LNMP执行:wget c http://soft.vpser.net/lnmp/lnmp1.2 ...
分类:
其他好文 时间:
2019-07-08 19:45:21
阅读次数:
114
部署OVN网络拓扑 OVN-安装软件包 /etc/yum.repos.d/CentOS-OpenStack-ocata.repo # yum list installed | grep openvswitch openvswitch.x86_64 1:2.9.0-3.el7 @centos-open ...
分类:
其他好文 时间:
2019-07-06 19:16:46
阅读次数:
201
docker的命令分两类Management Commands和Commands Management Commands是对docker里的对象进行管理的 docker删除container 批量删除container 删除image ...
分类:
其他好文 时间:
2019-07-06 19:09:57
阅读次数:
74