会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
45
下一页
2021年6月7日
HDFS 的 API 操作
摘要: 一、环境准备 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 楼主好菜啊
阅读(83)
评论(0)
推荐(0)
2021年6月6日
linux 服务器使用百度网盘
摘要: 推荐博客:https://my.oschina.net/attacker/blog/3038174 bypy模块安装 pip install bypy # python pip包管理 登录 bypy info 通过浏览器visit地址,填入Python客户端授权码 上传 下载 先将大文件 移动到 我
阅读全文
posted @ 2021-06-06 09:00 楼主好菜啊
阅读(538)
评论(0)
推荐(0)
2021年5月27日
git常见问题
摘要:
阅读全文
posted @ 2021-05-27 18:55 楼主好菜啊
阅读(58)
评论(0)
推荐(0)
2021年5月17日
linux 下配置java JDK1.8
摘要: 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 楼主好菜啊
阅读(208)
评论(0)
推荐(0)
2021年5月7日
deepin 安装
摘要: 官网 : https://www.deepin.org/zh/installation/
阅读全文
posted @ 2021-05-07 15:47 楼主好菜啊
阅读(73)
评论(0)
推荐(0)
linux 下非root 安装 gcc 9.1.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 楼主好菜啊
阅读(997)
评论(0)
推荐(0)
2021年4月20日
petal 移植到 linux
该文被密码保护。
阅读全文
posted @ 2021-04-20 13:55 楼主好菜啊
阅读(0)
评论(0)
推荐(0)
windows下的C++工程如何移植到 linux 上
摘要: 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 楼主好菜啊
阅读(973)
评论(0)
推荐(0)
2021年3月11日
vm 下 mini 如何用 xshell 连接
摘要: 推荐博客: https://www.cnblogs.com/dingdingli/archive/2019/06/19/11052759.html
阅读全文
posted @ 2021-03-11 14:15 楼主好菜啊
阅读(63)
评论(0)
推荐(0)
2020年12月3日
梅森 19937 随机引擎
摘要: #include <iostream> #include <chrono> #include <random> std::random_device rd; std::mt19937 gen(time(0)); // 以 rd() 的结果,作为初始种子,去初始化梅森 19937 随机数引擎 std:
阅读全文
posted @ 2020-12-03 17:14 楼主好菜啊
阅读(118)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
45
下一页
公告