1 连接阿里云服务器 打开远程连接工具进行配置,这里以CRT为例。 1)新建一个session 2)填写hostname(填写公网ip) 2 修改hosts文件 [root@hadoop001 ~]# vim /etc/hosts 127.0.0.1 localhost localhost ::1 ...
分类:
其他好文 时间:
2020-09-07 18:57:02
阅读次数:
43
import pandas as pd import matplotlib.pyplot as plt from scorecardbundle.feature_discretization import ChiMerge as cm # ChiMerge特征离散 from scorecardbun ...
分类:
数据库 时间:
2020-08-13 12:27:23
阅读次数:
87
注册表脚本如下 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\CMD Here] "ShowBasedOnVelocityId"=dword:00639bc8 "Icon"="cm ...
21.5 英寸 1K,分辨率 1920×1080,点距 0.248mm,103 PPI,长宽 47.6×26.8 cm 23.8 英寸 1K,分辨率 1920×1080,点距 0.275mm,92.6PPI,长宽 52.7×29.6 cm 23.8 英寸 2K,分辨率 2560×1440,点距 0. ...
分类:
其他好文 时间:
2020-07-24 22:07:29
阅读次数:
108
第一步:找到隐藏文件 ll -a 第二步:编辑文件 vi .bash_profile 第三步:进入编辑模式 i ,修改 export JAVA_HOME=/home/cm/jdk1.8.0_144 第四步:退出编辑模式 esc ,保存修改:wq 第五步:source .bash_profile 第六 ...
分类:
系统相关 时间:
2020-07-23 19:00:19
阅读次数:
137
AntsDescriptionAn army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of th ...
分类:
其他好文 时间:
2020-07-21 01:11:57
阅读次数:
78
char * intToRoman(int num){ int symInt[13]={1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5, 4, 1}; char *symStr[13]={"M", "CM", "D", "CD", "C", ...
分类:
其他好文 时间:
2020-07-19 00:46:43
阅读次数:
63
备份: 在cmd命令行中,执行sqlplus,用管理员账号登录 建立目录对象: create directory expdir as ‘D:\expdir’; 赋予要备份数据的用户导出权限: grant exp_full_database to username(你要备份的用户名); 另打开一个cm ...
分类:
数据库 时间:
2020-07-17 16:03:09
阅读次数:
80
1、为CM安装mysql驱动 4台服务器 将mysql-connector-java-5.1.27-bin.jar拷贝到/usr/share/java路径下,并重命名 mv mysql-connector-java-5.1.27-bin.jar mysql-connector-java.jar 2、 ...
分类:
其他好文 时间:
2020-07-17 13:33:29
阅读次数:
168
from docx import Document from docx.shared import Cm 文件=Document(r'E:\word练习\页眉页脚.docx') 第一节=文件.sections[0] print(第一节.gutter.cm) 第一节.gutter=Cm(2) prin ...
分类:
其他好文 时间:
2020-07-12 12:21:17
阅读次数:
52