随笔 - 83  文章 - 0  评论 - 13  阅读 - 40211
11 2020 档案
关于mysql8权限赋予及降低密码强度问题
摘要:在mysql8中,上面赋予权限的命令不适用了,应该是如下 再次报错是因为mysql8不能隐式地创建用户了,因而应该先创建用户https://blog.csdn.net/weixin_42534009/article/details/105913449,如下: 但是发现还是有错,查看 mysql> S 阅读全文
posted @ 2020-11-30 14:12 ifiwereaboy 阅读(1225) 评论(0) 推荐(0) 编辑
关于mysql安装后登不进的问题--ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
摘要:首先说下ubuntu命令行安装与卸载mysql : 安装mysql: sudo apt update sudo apt upgrade sudo apt install mysql-server 完全卸载mysql: 1.查看依赖 dpkg --list|grep mysql 2.开始卸载 sudo 阅读全文
posted @ 2020-11-30 11:39 ifiwereaboy 阅读(5533) 评论(1) 推荐(1) 编辑
关于使用Idea+Maven/sbt写Spark程序
摘要:主要参考厦门大学林子雨老师的博客内容。 阅读全文
posted @ 2020-11-21 14:36 ifiwereaboy 阅读(163) 评论(0) 推荐(0) 编辑
ant jar报错
摘要:由于eclipse 不能new hadoop locaion 查找原因可能是插件不匹配,所以按照这个方法解决https://www.cnblogs.com/sissie-coding/p/9449941.html,但是失败了! 貌似找到原因了https://blog.csdn.net/qq_3373 阅读全文
posted @ 2020-11-20 17:02 ifiwereaboy 阅读(148) 评论(0) 推荐(0) 编辑
222
摘要:HBase安装http://dblab.xmu.edu.cn/blog/2442-2/ 阅读全文
posted @ 2020-11-15 20:31 ifiwereaboy 阅读(122) 评论(0) 推荐(0) 编辑
11
摘要: 阅读全文
posted @ 2020-11-15 20:15 ifiwereaboy 阅读(109) 评论(0) 推荐(0) 编辑
关于虚拟机上安装的Ubuntu遇到的几个问题
摘要:1.VMware安装Ubuntu提示SMBus Host Controller not enabled问题的解决 https://www.jianshu.com/p/e9c6ec38b24e?utm_campaign 2.VMware虚拟机ubuntu显示屏幕太小解决办法 https://i.cnb 阅读全文
posted @ 2020-11-14 21:55 ifiwereaboy 阅读(236) 评论(0) 推荐(0) 编辑
重装系统:从Win7变为Ubuntu
摘要:再一次重装系统,还记得大学自己装系统从win10降为win7的时候焦头烂额,虽然阴差阳错最后成功了,但是体验很不好。 这次再次装系统,从win7换成Ubuntu感觉是自己的学习能力有了很大提升,很顺畅。总结一下过程: 第一步:下载Ubuntu镜像,我是在官网下载的ubuntu-20.04.1-des 阅读全文
posted @ 2020-11-14 20:34 ifiwereaboy 阅读(1172) 评论(0) 推荐(2) 编辑
笔记:尚硅谷大数据Spark-2019
摘要:使用IntelliJ Idea编写WordCount程序在Spark上运行 import org.apache.spark.SparkContext import org.apache.spark.SparkConf import org.apache.spark.rdd.RDD object Wo 阅读全文
posted @ 2020-11-05 19:46 ifiwereaboy 阅读(572) 评论(0) 推荐(0) 编辑
IntelliJ IDEA 配置Spark运行环境
摘要:http://dblab.xmu.edu.cn/blog/1327/#more-1327 阅读全文
posted @ 2020-11-02 10:16 ifiwereaboy 阅读(189) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示