(Linux查看版本当前操作系统内核信息) (Linux查看当前操作系统版本信息) (Linux查看版本当前操作系统发行版信息) (Linux查看cpu相关信息,包括型号、主频、内核信息等) ...
分类:
系统相关 时间:
2020-02-17 16:08:18
阅读次数:
82
Linux上安装percona-xtrabackup-24(innobackupex工具) Centos: # wget https://www.percona.com/redir/downloads/percona-release/redhat/0.1-4/percona-release-0.1- ...
分类:
系统相关 时间:
2020-02-17 15:46:20
阅读次数:
267
需要环境: Node.js:http://nodejs.cn/download/ 安装完成之后,使用cmd测试: 我现在的是最新的 安装Node.js加速器: 这个下载的稍微慢一些 npm install cnpm -g 下载完之后在设置 npm config set registry http:/ ...
分类:
其他好文 时间:
2020-02-17 14:23:35
阅读次数:
105
1.通过catalog部署php过程: (1)填写catalog表单生成builds,deployment,service等一系列对象,貌似等价于执行oc new-app; (2)PHP builds容器启动 执行S2I build; (3)从GitHub上下载代码; (4)运行assemble脚本 ...
分类:
Web程序 时间:
2020-02-17 00:42:52
阅读次数:
121
main.hta code: 1 <script>window.resizeTo(400,300);</script> 2 <head> 3 4 <hta:application 5 6 id=myApplication 7 applicationName=myMusic 8 singleInsta ...
分类:
编程语言 时间:
2020-02-16 21:08:40
阅读次数:
145
发展史 Unix 1965 年之前的时候,电脑并不像现在一样普遍,它可不是一般人能碰的起的,除非是军事或者学院的研究机构,而且当时大型主机至多能提供30台终端(30个键盘、显示器),连接一台电脑 为了解决数量不够用的问题 l 1965 年左后由贝尔实验室加入了 麻省理工学院 以及 通用电气 合作的计 ...
分类:
系统相关 时间:
2020-02-16 14:51:11
阅读次数:
107
URLSession 是什么 URL Loading System提供了访问URL资源的系统,提供了访问http/https/自定义URL访问的接口。其中,URLSession实例可以创建多个URLSessionTask实例,完成不同的工作。 我们可以将URLSession类理解为会话层,用于管理网 ...
分类:
Web程序 时间:
2020-02-16 14:32:24
阅读次数:
113
import pandas as pd import os #文件路径注意用\\ inputfilepath = 'C:\\Users\\Administrator\\AAA\\BBB\\' outputfilepath = 'C:\\Users\\Administrator\\AAA\\' df_ ...
分类:
其他好文 时间:
2020-02-16 12:52:35
阅读次数:
94
# yum install telnet Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check > P ...
分类:
Web程序 时间:
2020-02-16 12:46:47
阅读次数:
77
报错环境: python=3.7,django=2.2,PyMySQL=0.9.3 抛出异常: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3. ...
分类:
数据库 时间:
2020-02-15 15:03:20
阅读次数:
66