GFS分布式文件系统集群项目群集环境卷类型卷名称卷类型空间大小Brickdis-volume分布式卷40Gnode1(/b1)、node2(/b1)stripe-volume条带卷40Gnode1(/c1)、node2(/c1)rep-volume复制卷20Gnode3(/b1)、node4(/b1)dis-stripe分布式条带卷40Gnode1(/d1)、node2(/d1)、node3(/d
分类:
其他好文 时间:
2019-12-19 10:16:32
阅读次数:
99
python提供了4种方式来满足进程间的数据通信 1. 使用multiprocessing.Queue可以在进程间通信,但不能在Pool池创建的进程间进行通信 2. 使用multiprocessing.Manager.Queue可以在Pool进程池创建的进程间进行通信 3. 通过Pipe进行线程间的 ...
分类:
系统相关 时间:
2019-12-18 23:56:18
阅读次数:
229
1.安装必要库 yum -y install gcc yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel ...
分类:
编程语言 时间:
2019-12-18 23:41:13
阅读次数:
159
//https全局配置 ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ServicePointManager.ServerCertificateValidationCallback = (sender, cert... ...
分类:
Web程序 时间:
2019-12-18 19:02:07
阅读次数:
126
https://blog.csdn.net/zhangsheng_1992/article/details/52598396 https://blog.csdn.net/xiyangyang8110/article/details/52163106 https://blog.csdn.net/wei ...
分类:
数据库 时间:
2019-12-18 13:08:29
阅读次数:
81
1.使用 root 连接服务器,如果非 root 账号,在 yum 指令前要加上 sudo 指令 2.设置仓库安装所需的软件包。yum-utils 提供了 yum-config-manager ,并且 device mapper 存储驱动程序需要 device-mapper-persistent-d ...
分类:
系统相关 时间:
2019-12-18 13:07:21
阅读次数:
109
1.下载Android studio 1.下载地址 :http://tools.android-studio.org/index.php/sdk,下载安装即可 2.找到安装路径,启动SDK manager,在 Android SDK manager页面下载:tools,platform-tools, ...
分类:
移动开发 时间:
2019-12-17 23:59:32
阅读次数:
161
如何让你的网站以域账号登录 Select your website in IIS Manager, open Authentication, enable Windows Authentication and Basic Authentication, disable Anonymous Authe ...
分类:
Web程序 时间:
2019-12-17 10:41:46
阅读次数:
108
方法重载(静态多态) 发生在同一个类中 方法名相同 参数不同 与返回值无关 会根据参数的不同调用对应的方法 方法重写(动态多态) 发生在有继承关系的两个类中 方法原型完全相同 子类对象调用此方法的时候, 总是会调用子类中的这个方法, 父类的那个会被隐藏 // 父类的引用指向了自己的子类实例 Empl ...
分类:
其他好文 时间:
2019-12-16 22:53:06
阅读次数:
159
DM-Data Manager 集群管理web工具 数据库升级 1、检查版本 依次升级、升级前全备数据 2、磁盘空间不小于表预留空间 3、 确保数据库对包有一定权限 4、升级后正常启停 python zctl.py -t start 5、升级前必须停止业务 6、确保控制软件对数据库没有进行 实例关闭 ...
分类:
数据库 时间:
2019-12-16 13:02:28
阅读次数:
115