上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 参考文章:http://www.cnblogs.com/tommyli/p/4054296.html using System; using System.Collections.Generic; using System.Linq; using System.Text; using System. 阅读全文
posted @ 2017-04-30 11:27 静若清池 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: 1.启动Zookeeper zookeeper-server-start.bat zookeeper.properties 2.启动Zookeeper-shell zookeeper-shell localhost:2181 3.查看consumers ls /consumers 4.删除指定的Gr 阅读全文
posted @ 2017-04-28 22:13 静若清池 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 一、前置条件 安装NetCat(有“瑞士军刀”之称,简称nc),输入如下命令: 二、方式一:直接运行官方Example 2.1 打开一个shell,输入命令:nc -lk 9999 2.2 打开另一个shell,切换到SPARK_HOME/bin目录,输入命令: 三、方式二:spark-shell 阅读全文
posted @ 2017-04-24 09:19 静若清池 阅读(3498) 评论(0) 推荐(0) 编辑
摘要: DataTable dt = new DataTable("Table0"); dt.Columns.Add("column0", System.Type.GetType("System.DateTime")); DataRow dr = dt.NewRow(); dr["column0"] = D 阅读全文
posted @ 2017-04-21 15:55 静若清池 阅读(1092) 评论(0) 推荐(0) 编辑
摘要: 最新版的.Net Framework 4.7主要带来了以下方面的提升: 1.为Win10窗体应用带来了高DPI支持; 2.为Win10上的WPF程序带来了触控支持; 3.增强了加密支持; 4.提升性能和稳定性 但是当我们打开.NET Framework下载界面: 这时你会发现,我们能下载的.NET 阅读全文
posted @ 2017-04-18 18:05 静若清池 阅读(24161) 评论(4) 推荐(0) 编辑
摘要: 转载自: http://www.cnblogs.com/lxhbky/p/6673230.html http://www.cnblogs.com/lxhbky/p/6692065.html 一、环境安装 1.1 dotnet core SDK https://www.microsoft.com/ne 阅读全文
posted @ 2017-04-16 01:06 静若清池 阅读(15791) 评论(0) 推荐(1) 编辑
摘要: 转载自:http://blog.csdn.net/bingduanlbd/article/details/50991635 1. 下载Scala IDE 通过以下链接下载Scala IDE: http://scala-ide.org/download/sdk.html 根据自己的平台选择自己相应版本 阅读全文
posted @ 2017-04-14 11:47 静若清池 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 一、依赖文件安装 1.1 JDK 参见博文:http://www.cnblogs.com/liugh/p/6623530.html 1.2 Scala 参见博文:http://www.cnblogs.com/liugh/p/6624491.html 1.3 Zookeeper 参见博文:http:/ 阅读全文
posted @ 2017-04-10 23:52 静若清池 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: 一、文件准备 1.1 文件名称 telegraf-1.2.1_windows_amd64.zip influxdb-1.2.2_windows_amd64.zip grafana-4.2.0.windows-x64.zip 1.2 下载地址 https://portal.influxdata.com 阅读全文
posted @ 2017-04-08 23:36 静若清池 阅读(16280) 评论(9) 推荐(0) 编辑
摘要: 一、文件准备 1.1 文件名称 influxdb-1.2.2.x86_64.rpm 1.2 下载地址 https://portal.influxdata.com/downloads 【注意、注意、注意】下载时可能需要FanQiang 二、工具准备 2.1 Xshell 一个强大的安全终端模拟软件,它 阅读全文
posted @ 2017-04-08 07:21 静若清池 阅读(2445) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页