上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: 1.导入jar包 mysql connector java 5.1.35百度云链接如下: 链接:https://pan.baidu.com/s/1DPvIwU_An4MA3mU5bQa6VA 密码:546d 2.代码套路如下: 阅读全文
posted @ 2018-06-30 14:40 YuQiao0303 阅读(5102) 评论(0) 推荐(1) 编辑
摘要: public String substring(int beginIndex, int endIndex) 第一个int为开始的索引,对应String数字中的开始位置, 第二个是截止的索引位置,对应String中的结束位置 1、取得的字符串长度为:endIndex - beginIndex; 2、从 阅读全文
posted @ 2018-06-30 10:02 YuQiao0303 阅读(142) 评论(0) 推荐(0) 编辑
摘要: https://hadoop.apache.org/docs/r2.7.6/hadoop-project-dist/hadoop-common/SingleCluster.html#Pseudo-Distributed_Operation 这一部中user是文件夹的名字,username是虚拟机代码 阅读全文
posted @ 2018-06-27 15:23 YuQiao0303 阅读(117) 评论(0) 推荐(0) 编辑
摘要: hive 安装配置 检查 mysqld 进程是否已经开启: $pgrep mysqld 如果进程开启,这个命令将会返回该进程的 id 进入MySQL $mysql -u root -p 安装hive 解压 tar–zxvf apache-hive-1.1.0-bin.tar.gz profile配置 阅读全文
posted @ 2018-06-26 18:04 YuQiao0303 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 数据的导入导出 ——MySQL & sqoop in Ubuntu 1.完成搭建hadoop集群 2.安装MySQL sudo apt-get install mysql-server mysql-client sudo apt-get update //可能要这一句? my.cnf -> #bin 阅读全文
posted @ 2018-06-26 15:03 YuQiao0303 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Hadoop 安装配置 解压到根目录 tar xvf hadoop.2.7.1.tar.gz 配置profile sudo gedit /etc/profile ,里面加上: ———————————————————————————————————— export JAVA_HOME=/home/yu 阅读全文
posted @ 2018-06-25 23:34 YuQiao0303 阅读(151) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-25 23:28 YuQiao0303 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 第六周小组作业 基本任务:功能测试和测试管理 温馨提示:本篇博客中,看不清的图片,可以按住Ctrl同时滚动鼠标滚轮查看;也可以点击图片下方的链接,在新选项卡打开后,点击小加号查看。 (1)计划说明 本组选择的产品A为“百词斩”,B为“可可英语” 测试进度表如下: ||||| |: |: |: |: 阅读全文
posted @ 2018-04-22 21:30 YuQiao0303 阅读(1011) 评论(0) 推荐(1) 编辑
摘要: ``` // YQPackageCaptureDlg.cpp : 实现文件 // include "stdafx.h" include "YQPackageCapture.h" include "YQPackageCaptureDlg.h" include "afxdialogex.h" inclu 阅读全文
posted @ 2018-04-19 20:43 YuQiao0303 阅读(1696) 评论(0) 推荐(0) 编辑
摘要: WordCountPro,完结撒花 =================== 软测第四周作业 一、概述 该项目github地址如下: https://github.com/YuQiao0303/WordCountPro 该项目需求如下: http://www.cnblogs.com/ningjing 阅读全文
posted @ 2018-04-07 16:20 YuQiao0303 阅读(220) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页