摘要: 完善昨天的查的部分 <%@ page import="java.sql.*" %> <%@ page import="util.DBConnection" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageE 阅读全文
posted @ 2024-09-22 23:56 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 主任测试连接hadoop,以下是我完成增的部分的核心代码 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <met 阅读全文
posted @ 2024-09-22 23:55 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: pom.xml导入的依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文
posted @ 2024-09-22 23:54 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 出现问题1:HBase 的配置文件可能缺少必要的参数或配置错误。 解决办法:检查 hbase-site.xml 中的配置,确保至少配置了 hbase.rootdir(指向 HDFS 的目录)。 示例配置: <configuration> <property> <name>hbase.rootdir< 阅读全文
posted @ 2024-09-22 23:50 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 今天主要是安装hbase数据库,出现的问题是运行hbase shell 输入 list,等基本语句报错,例如 ERROR: Can't get master address from ZooKeeper; znode data == null Here is some help for this c 阅读全文
posted @ 2024-09-22 23:44 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 完成机器学习查询数据集的作业 数据集名称样本数属性属性个数标签任务 Iris 数据集 150 花萼长度, 花萼宽度, 花瓣长度, 花瓣宽度 4 鸟类(Setosa, Versicolor, Virginica) 分类 MNIST 数据集 70,000 像素值(28x28像素) 784 手写数字(0- 阅读全文
posted @ 2024-09-14 16:36 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑
摘要: hadoop实现后台修改 import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.TableName; 阅读全文
posted @ 2024-09-14 14:47 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: package hadoop; import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs 阅读全文
posted @ 2024-09-14 14:38 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: import pygame import time import random # 初始化pygame pygame.init() # 游戏窗口的尺寸 window_width = 800 window_height = 400 cell_size = 20 # 颜色定义 black = (0, 0 阅读全文
posted @ 2024-09-14 14:33 记得关月亮 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 开学第一课,观看《梦想改造家》中的一个改造三角房型的案例,回答了老师给出的几个问题 1、设计师的姓名:王平仲 2、问题:①阁楼上下困难,下雨晒衣服不安全 ②楼梯陡峭,做饭端菜障碍多 ③晚上起夜摸黑,三个人床挨在一起不便利 ④户型三角形结构较多,储物空间小,找东西困难 ⑤夏天蚊虫多,通风不便利 ⑥房梁 阅读全文
posted @ 2024-09-14 14:30 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑