`
兢兢业业小码农
  • 浏览: 5649 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论
文章列表

hadoop集群配置

创建目录 安装目录下创建数据存放的文件夹,/home/hadoop/hadoop-2.7.1/tmp、hdfs、hdfs/data、hdfs/name 修改/home/hadoop/hadoop-2.7.1/etc/hadoop下的配置文件 core-site.xml <property> <name>fs.defaultFS</name> <value>hdfs://centos01:9000</value> </property> <pr ...

centos7 修改hostname

hostnamectl [OPTIONS...] COMMAND ... Query or change system hostname. -h --help Show this help --version Show package version --transient Only set transient hostname --static Only set static hostname --pretty Onl ...
软件 centos7 jdk7 SecureCRTPortable Vmware 12 pro 第一步,解决上网问题 centos7安装完毕后,输入ifconfig,提示 -bash ifconfig:commond not fond 解决办法:vi /etc/sysconfg/network-scripts/ifcfg-enoxxxxxxxxxx 这个文件,修改最后一行ONBOOT=yes source ifcfg-enoxxxxxxxxxx service network restart yum install net-tools  如果不能安装,请重启 ...
用到技术 poi 3.11 Spring 4.1.4 代码如下 package com.fh.server.util; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; im ...
1.环境 a.Spring 4.1.4.RELEASE b.sqlite3 c.maven3 d.sqlite-jdbc 3.8.11.2 2.遇到问题 1.方言找不到 2.org.sqlite.JDBC找不到 3.想把数据库文件放到相对路径下 3.解决方案 1.官方貌似没有方言文件,大都是DIY的,自己找到一篇,生成之后配到方言中  

vmware pro 12

 
  下载地址下载地址:链接: http://pan.baidu.com/s/1dD6m0Ml 密码: 3y9r 验证码ware workstation 12 pro专业版永久许可证密钥:5A02H-AU243-TZJ49-GTC7K-3C61N 原文地址http://www.52pojie.cn/thread-406737-2-1.html

Spring boot使用

Spring boot官网  http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-first-application-run maven eclipse简单demo java代码: @RestController @EnableAutoConfiguration public class Example { @RequestMapping("/") String home() { return & ...
Global site tag (gtag.js) - Google Analytics