在Linux中输入命令, 编辑网络配置文件 vim /etc/sysconfig/network-scripts/ifcfg-ens33 在配置中作如下修改 BOOTPORTO=dhcp原本是自动获取ip,现在改成固定ip,改为BOOTPORTO=static ONBOOT=yes这个要是yes,表 ...
分类:
系统相关 时间:
2020-04-01 19:39:42
阅读次数:
230
[TOC] Docker容器操作 一、查看容器 二、创建容器 三、使用容器 四、文件拷贝 五、容器映射 1、目录挂载(数据卷) 我们可以在创建容器的时候,将宿主机的目录与容器内的目录进行映射,这样我们就可以通过修改宿主机某个目录的文件从而去影响容器。 2、端口映射 将宿主机的端口与容器内的端口进行映 ...
分类:
其他好文 时间:
2020-04-01 00:47:51
阅读次数:
63
import socket import multiprocessing import re import dynamic.mini_frame class WSGIServer(): def __init__(self): self.web_socket = socket.socket(socke ...
分类:
Web程序 时间:
2020-03-31 01:35:34
阅读次数:
117
import socket import multiprocessing import re # import dynamic.mini_frame import sys # 通过sys.argv在cmd命令行给实例对象传参 class WSGIServer(): def __init__(self ...
分类:
Web程序 时间:
2020-03-31 01:12:54
阅读次数:
111
1.1 初识 L i.MX6ULL 终结者开发板 终结者开发板迅为i.MX6ULL 终结者开发板硬件资源非常丰富,几乎将 i.MX6ULL 芯片的所有资源都扩展引出到底板上了,底板提供了丰富的外设接口,开发板的尺寸是 190mm*125mm,充分考虑了人性化设计,整体显得十分大气。I.MX6ULL ...
分类:
其他好文 时间:
2020-03-30 11:10:20
阅读次数:
124
相信iPhone用户都对Face ID非常熟悉了,作为苹果在iPhone X当中首次引入的新生物识别系统,Face ID可以说是目前比较安全的手机加密方式,不过该功能也仅限于较新版本的iPhone和iPad Pro当中,苹果的其它产品包括MacBook等依旧在使用传统的Touch ID。 不过根据苹 ...
分类:
移动开发 时间:
2020-03-29 19:31:55
阅读次数:
106
There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor ...
分类:
其他好文 时间:
2020-03-29 12:34:44
阅读次数:
57
There is a frog staying to the left of the string s=s1s2…sns=s1s2…sn consisting of nn characters (to be more precise, the frog initially stays at the ...
分类:
其他好文 时间:
2020-03-29 01:06:51
阅读次数:
86
Changes in MySQL 5.7.9 (2015-10-21, General Availability) Server Administration A new SHUTDOWN SQL statement is available. This provides an SQL-level ...
分类:
数据库 时间:
2020-03-27 21:39:00
阅读次数:
108