一、安装scala 我们安装的是scala-2.11.8 5台机器全部安装 下载需要的安装包并进行解压 配置环境变量 启动scala [root@master1 workspace]# vim /etc/profile[root@master1 workspace]# scala -version- ...
分类:
其他好文 时间:
2019-02-20 17:28:59
阅读次数:
166
由于网页解析原因,部分符号无法正常显示 People Nature Objects Places Symbols ...
分类:
其他好文 时间:
2019-02-17 11:05:05
阅读次数:
571
1、vmstat 1 $ vmstat 1 procs memory swap-- io -system-- cpu r b swpd free buff cache si so bi bo in cs us sy id wa st 34 0 0 200889792 73708 591828 0 0 ...
分类:
系统相关 时间:
2019-02-15 18:07:57
阅读次数:
199
1. CAP理论的历史 2000年7月,Eric Brewer教授提出CAP猜想;2年后,Seth Gilbert和Nancy Lynch从理论上证明了CAP;之后,CAP理论正式成为分布式计算领域的公认定理。 2. CAP的背景和定义 CAP理论讨论的对象是分布式场景。一个分布式系统需要满足三个最 ...
分类:
其他好文 时间:
2019-02-13 20:50:43
阅读次数:
190
新建一个文件/usr/share/applications/Pycharm.desktop,文件内容为 [Desktop Entry]Type=ApplicationName=PycharmGenericName=Pycharm3Comment=Pycharm3:The Python IDEExec ...
分类:
其他好文 时间:
2019-02-13 11:06:56
阅读次数:
246
主要介绍strings包中的 strings.go/search.go/replace.go string.go中主要介绍Index函数,该函数寻找s中第一次出现substr的位置,返回position或-1: 基本代码如下: 可以看到在substr较短的情况下使用了暴力匹配,否则使用rabin-k ...
分类:
其他好文 时间:
2019-02-12 21:45:00
阅读次数:
155
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h... ...
分类:
其他好文 时间:
2019-02-12 00:22:03
阅读次数:
209
直接在root下输入expect,如下示例,说明已经安装expect 如果报未找到,则需要安装 如果能连到外网,可以使用yum安装 yum install expect yum install expect-devel yum install tcl b.如果不能连外网,只能使用源码编译安装 手动下 ...
分类:
其他好文 时间:
2019-02-11 18:34:45
阅读次数:
205
B. Fox And Two Dots time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output B. Fox And Two Dots ...
分类:
其他好文 时间:
2019-02-05 23:52:55
阅读次数:
175
contenttypes组件 介绍 Django包含一个contenttypes应用程序(app),可以跟踪Django项目中安装的所有模型(Model),提供用于处理模型的高级通用接口。 Django包含一个contenttypes应用程序(app),可以跟踪Django项目中安装的所有模型(Mo ...
分类:
其他好文 时间:
2019-02-05 09:30:57
阅读次数:
170