11 2022 档案

摘要:https://arkn.lolicon.app/#/hr 阅读全文
posted @ 2022-11-23 20:05 仟浊Cc 阅读(39) 评论(0) 推荐(0)
摘要:pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple //换源pip3 install jupyter notebook //下包pip3 install numpypip3 install pandas 阅读全文
posted @ 2022-11-23 19:13 仟浊Cc 阅读(46) 评论(0) 推荐(0)
摘要:hadoop fs -copyFromLocal 本地路径 目标路径 //从本地复制文件到hdfs hadoop fs -copyToLocal hdfs路径 本地目标路径 //从hdfs复制文件到本地 阅读全文
posted @ 2022-11-23 14:06 仟浊Cc 阅读(47) 评论(0) 推荐(0)
摘要:scp -r --路径 --地址 --路径 //远程拷贝 souce --配置文件路径 //重载配置文件 hadoop namenode -format //初始化文件系统 start-all.sh //启动所有集群 start-dfs.sh //启动主集群 start-yarn.sh //启动亚集 阅读全文
posted @ 2022-11-22 11:27 仟浊Cc 阅读(25) 评论(0) 推荐(0)
摘要:PrintWriter writer = resp.getWriter();//响应流 String contextPath = req.getContextPath();//返回站点根目录 resp.sendRedirect(contextPath);//重定向 Enumeration<Strin 阅读全文
posted @ 2022-11-22 10:06 仟浊Cc 阅读(21) 评论(0) 推荐(0)