03 2018 档案

javascript new 对象 复用
摘要:1 function CarPie(url, containerID, _theme) { 2 this.dataUrl = url; 3 this.container = containerID; 4 this.convertedData = ''; 5 this.theme = {}; 6 if (_theme != null) 7 ... 阅读全文

posted @ 2018-03-29 16:39 八方鱼 阅读(411) 评论(0) 推荐(0)

web api 安全
摘要:这方面的文章已经有很多了,我只是记录一下自己在项目中应用的具体实现 客户端 服务端 SignHelper 类: md5 类: 阅读全文

posted @ 2018-03-23 10:02 八方鱼 阅读(325) 评论(0) 推荐(0)

hadoop 安装之 hadoop、hive环境配置
摘要:总结了一下hadoop的大致安装过程,按照master 、 slave的hadoop主从类别,以及root和hadoop集群用户两种角色,以职责图的方式展现,更加清晰一些 阅读全文

posted @ 2018-03-23 09:48 八方鱼 阅读(349) 评论(0) 推荐(0)