1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : ...
分类:
其他好文 时间:
2020-06-10 19:37:48
阅读次数:
75
一 . 安装配置Nexus 1 . 下载安装Nexus 可以去官网下载Unix版本 : https://help.sonatype.com/repomanager3/download 但是官网老是下载失败 , 好像需要★科★学★上★网★工具才能顺畅下载 我在百度云上分享了一个3.9.0版本的 , 大 ...
分类:
其他好文 时间:
2020-06-10 13:28:29
阅读次数:
87
1. 帮助手册man(manual手册)man ls或者–help例如:ls --help 2. 日期类datedate +%Y-%m-%ddate +%Y-%m-%d’ ‘%H:%M:%Sdate +%F’ '%T cal cal -y (展示一年的日历) 3. clear 或者 ctrl + L ...
分类:
系统相关 时间:
2020-06-09 16:42:10
阅读次数:
85
IniHelper ini = new IniHelper(); //读取配置文件 string path = ini.ContentValue("BLDZ", "YYHLDZ"); //调用的程序路径 如C:\bl\app.exe string path1 = ini.ContentValue(" ...
The Google search engine has two important features that help it produce high precision results. First, it makes use of the link structure of the Web ...
分类:
Web程序 时间:
2020-06-09 14:21:52
阅读次数:
82
找了很多方法,最后同时修改两个地方成功解决: 1:修改nginx中nginx.conf的 client_max_body_size 2048M 2:在PHP配置文件,config.php中添加 ‘filelocking.enabled’ => false, 参考:https://help.nextc ...
分类:
Web程序 时间:
2020-06-09 12:34:22
阅读次数:
128
1.machinelearning的好伙伴numpy import numpy as np from numpy import pi # np.array()函数,print(help(np.array))文档 vector = np.array([5,10,15,20]) print(vector ...
分类:
系统相关 时间:
2020-06-08 23:39:48
阅读次数:
69
变量赋值 变量名的命名规则 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 中间不能有空格,可以使用下划线(_)。 不能使用标点符号。 不能使用bash里的关键字(可用help命令查看保留关键字)。 变量定义 显式定义 var=value 变量名,等号,值中间不能有空格 如果值中间有空 ...
分类:
系统相关 时间:
2020-06-08 23:20:05
阅读次数:
90
一,pg_dump 介绍 [postgres@kafka01 psql]$ pg_dump --help pg_dump dumps a database as a text file or to other formats. Usage: pg_dump [OPTION]... [DBNAME] ...
分类:
其他好文 时间:
2020-06-08 16:13:18
阅读次数:
66
beego 框架及 bee 工具简易使用说明,官网文档:https://beego.me/docs/install/bee.md ...
分类:
其他好文 时间:
2020-06-07 16:30:42
阅读次数:
69