前提:你搭建好了hadoop 2.x的linux环境,并可以成功执行。还有就是window可以訪问到集群。over 1、 hfds-site.xml 添加属性:关闭集群的权限校验。windows的用户一般与linux的不一样,直接将它关闭掉好了。记住不是core-site.xml 重新启动集群 <p ...
分类:
系统相关 时间:
2017-05-17 10:25:54
阅读次数:
229
在启明星采购系统里,新增了导出PDF功能。整个功能使用了第三方软件 wkhtmltopdf(下载) 官网 https://wkhtmltopdf.org/ 提供有更多版本下载 他可以把HTML页面转换为PDF,该软件简直是incredible-不可思议了,功能太强大了。 因为,我有一个HTML,引用 ...
1. git下载 地址:https://git-scm.com/download/win 2. 安装(略) 3. 创建本地仓库 方法一:(1) 打开git bash here, 进入相应目录(打算创建仓库的目录),执行如下命令: (2) 创建仓库:执行命令,git init,如图: 说明:init ...
分类:
其他好文 时间:
2017-05-17 10:13:36
阅读次数:
161
Contents of the TIB (32-bit Windows)(https://en.wikipedia.org/wiki/Win32_Thread_Information_Block) FS maps to a TIB which is embedded in a data block ...
分类:
其他好文 时间:
2017-05-17 10:13:13
阅读次数:
290
#https://docs.racket-lang.org/guide/index.html #命令行操作 https://docs.racket-lang.org/guide/other-editors.html 1.什么是Racket ? 1)一种编程语言,lisp的方言,根基于scheme; ...
分类:
其他好文 时间:
2017-05-17 10:10:39
阅读次数:
152
安装(centos系统) 第一步: 下载rabbitmq安装包 第二步: 安装erlang 1) 安装Erlang Solutions仓库到你的系统(目的在于让你可以使用yum安装到最新版本的erlang, 如果不设置, yum安装的erlang版本通常太低) wget https://packag ...
分类:
其他好文 时间:
2017-05-17 00:59:17
阅读次数:
306
一、Linux安装 1)Ubuntu14.04下的LDAP的搭建配置说明 http://www.07net01.com/2016/12/1739396.html https://www.digitalocean.com/community/tutorials/how-to-install-and-c... ...
分类:
其他好文 时间:
2017-05-17 00:55:40
阅读次数:
171
https://www.mkyong.com/spring-boot/spring-boot-deploy-war-file-to-tomcat/ 1、首先你的pom文件中需要包含内嵌tomcat: 3、最后你的app要继承SpringBootServletInitializer如: ...
分类:
其他好文 时间:
2017-05-17 00:55:12
阅读次数:
379
https://zhidao.baidu.com/question/300428192.html ...
分类:
其他好文 时间:
2017-05-17 00:45:34
阅读次数:
176
PyPI 地址:https://pypi.python.org/pypi 如果你知道你要找的库的名字,那么只需要在右上角搜索栏查找即可。 1、pip安装扩展库 (1)安装最新版本的扩展库: cmd> pip install django (2)安装指定版本的扩展库: cmd> pip install ...
分类:
编程语言 时间:
2017-05-17 00:41:31
阅读次数:
201