上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 28 下一页
摘要: https://www.python.org/about/quotes/ 阅读全文
posted @ 2025-01-30 01:36 基础狗 阅读(7) 评论(0) 推荐(0)
摘要: 准备数据库 create database mysqlguide; use mysqlguide; drop table StockPrice; create table StockPrice(stock_id int primary key not null, close float, date 阅读全文
posted @ 2025-01-30 00:24 基础狗 阅读(8) 评论(0) 推荐(0)
摘要: https://www.python.org/about/apps/ 阅读全文
posted @ 2025-01-28 23:12 基础狗 阅读(7) 评论(0) 推荐(0)
摘要: C:\Users\Administrator\Documents\spark\spark-3.5.4-bin-hadoop3>.\bin\spark-shell Missing Python executable 'python3', defaulting to 'C:\Users\Administ 阅读全文
posted @ 2025-01-28 23:02 基础狗 阅读(25) 评论(0) 推荐(0)
摘要: https://www.python.org/about/success/ 阅读全文
posted @ 2025-01-28 02:10 基础狗 阅读(14) 评论(0) 推荐(0)
摘要: 错误展示: 解决办法: create user 'hadoopguide'@'localhost' identified by 'hadoopguide'; grant all privileges on hadoopguide.* to 'hadoopguide'@'localhost' with 阅读全文
posted @ 2025-01-27 22:35 基础狗 阅读(212) 评论(0) 推荐(0)
摘要: www.cloudschool.com 阅读全文
posted @ 2025-01-26 18:57 基础狗 阅读(15) 评论(0) 推荐(0)
摘要: 方法一: 1.双击Shift 2.搜索“添加框架支持” 3.选择Maven 效果图: 方法二: 1.选中项目 2.添加框架 3.选择Maven 效果图: 方法三: 1.在项目根目录下创建pom.xml文件 2.复制以下内容到pom.xml文件 <?xml version="1.0" encoding 阅读全文
posted @ 2025-01-26 18:53 基础狗 阅读(2008) 评论(0) 推荐(1)
摘要: https://spark.apache.org/docs/latest/quick-start.html 阅读全文
posted @ 2025-01-26 18:36 基础狗 阅读(5) 评论(0) 推荐(0)
摘要: C:\Users\Administrator>mysql -uroot -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 8 Ser 阅读全文
posted @ 2025-01-26 18:30 基础狗 阅读(12) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 28 下一页