1 2 3 4 5 ··· 20 下一页
摘要: public static class WorldCount_Mapper extends Mapper<LongWritable, Text, Text, IntWritable>{ @Override protected void map(LongWritable key, Text value 阅读全文
posted @ 2024-12-03 09:04 KuanDong24 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 实验内容与完成情况: MySQL操作 Shell命令操作 sql 复制代码 -- 创建Student表 CREATE TABLE Student ( Name VARCHAR(50), English INT, Math INT, Computer INT ); -- 插入数据 INSERT INT 阅读全文
posted @ 2024-11-29 09:05 KuanDong24 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>物理演示 F 阅读全文
posted @ 2024-11-26 08:55 KuanDong24 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format 阅读全文
posted @ 2024-11-26 08:54 KuanDong24 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Title="图书查询" Language="C#" MasterPageFile="~/Home/Home.Master" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="Library.Home.Book. 阅读全文
posted @ 2024-11-26 08:53 KuanDong24 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 出现的问题:hbase在配置过程中出现java路径配置错误问题: 在HBase 环境配置文件 hbase-env.sh 中,JAVA_HOME 尚未配置 解决方案(列出遇到的问题和解决办法,列出没有解决的问题):于hbase-env.sh 中配置 GNU nano 2.9.3 /home/hadoo 阅读全文
posted @ 2024-11-19 09:07 KuanDong24 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 部分源码 <!DOCTYPE HTML><html><head> <meta charset="utf-8"> <meta name="author" content="order by dede58.com"/> <meta name="renderer" content="webkit|ie-c 阅读全文
posted @ 2024-11-19 08:56 KuanDong24 阅读(2) 评论(0) 推荐(0) 编辑
摘要: JAVA import java.util.*; class Student { String name; int id; int age; public Student(String name, int id, int age) { this.name = name; this.id = id; 阅读全文
posted @ 2024-11-18 08:35 KuanDong24 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1. 熟悉常用的 Linux 操作 1)`cd` 命令:切换目录 - (1)切换到目录 `/usr/local`: ```bash cd /usr/local ``` - (2)切换到当前目录的上一级目录: ```bash cd .. ``` - (3)切换到当前登录 Linux 系统的用户的主文件 阅读全文
posted @ 2024-11-12 09:24 KuanDong24 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 看完这本书,最大的感触就是一语中的。 作为一个程序员出身的管理者具有“实现”的欲望的通病,往往会忽视我们的细节,比如说思考,在着手开始之前我们需要明确真正的问题所在。 软件工程首先关注的是以客户为对象的、整个工程的成败和质量。根本上说,技术性、重用性等等,只是保障工程成败与质量的手段而已。而哪些环节 阅读全文
posted @ 2024-11-11 08:01 KuanDong24 阅读(0) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 20 下一页