上一页 1 2 3 4 5 6 7 ··· 45 下一页
摘要: 一、环境准备 1. 配置 windows 的环境变量 在此处下载 windows 的依赖项 https://gitee.com/parasol_ry/hadoop/tree/master/hadoop-3.1.0/bin 配置环境变量: 在 IDEA 中创建一个 Maven 工程 HdfsClien 阅读全文
posted @ 2021-06-07 21:02 楼主好菜啊 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 推荐博客:https://my.oschina.net/attacker/blog/3038174 bypy模块安装 pip install bypy # python pip包管理 登录 bypy info 通过浏览器visit地址,填入Python客户端授权码 上传 下载 先将大文件 移动到 我 阅读全文
posted @ 2021-06-06 09:00 楼主好菜啊 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-27 18:55 楼主好菜啊 阅读(48) 评论(0) 推荐(0) 编辑
摘要: linux非root用户安装jdk1.8 如题,先到 Oracle 官方网站 下载1.8版本的 JDK 压缩包(jdk-8u221-linux-x64.tar.gz)到本地(如D盘的soft目录),然后开始进入linux的非root用户(如wlf)开始安装: 1、wlf新建目录soft目录,上传本地 阅读全文
posted @ 2021-05-17 09:47 楼主好菜啊 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 官网 : https://www.deepin.org/zh/installation/ 阅读全文
posted @ 2021-05-07 15:47 楼主好菜啊 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 转自 : https://www.cnblogs.com/huoguonaicha/p/13667766.html 参考链接 linux下非root用户升级(下载)gcc9.1并配置环境变量 Linux升级gcc到最新版本–gcc-9.1.0详细步骤一、下载gcc最新的源码包:wget http:/ 阅读全文
posted @ 2021-05-07 14:10 楼主好菜啊 阅读(760) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-04-20 13:55 楼主好菜啊 阅读(0) 评论(0) 推荐(0) 编辑
摘要: CROSS_COMPILE = aarch64-himix100-linux_V630- CC = $(CROSS_COMPILE)gcc CPLUS = $(CROSS_COMPILE)g++ INC_DIR = -I./alg_test/inc CFLAGS = -Wall $(INC_DIR) 阅读全文
posted @ 2021-04-20 13:46 楼主好菜啊 阅读(816) 评论(0) 推荐(0) 编辑
摘要: 推荐博客: https://www.cnblogs.com/dingdingli/archive/2019/06/19/11052759.html 阅读全文
posted @ 2021-03-11 14:15 楼主好菜啊 阅读(58) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <chrono> #include <random> std::random_device rd; std::mt19937 gen(time(0)); // 以 rd() 的结果,作为初始种子,去初始化梅森 19937 随机数引擎 std: 阅读全文
posted @ 2020-12-03 17:14 楼主好菜啊 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 45 下一页