- 博客(19)
- 收藏
- 关注
原创 社区版LoadRunner12,2022,2023等版本安装与安装完后没有许可证用不了Controller问题的解决方案
LoadRunner12、LoadRunner2022版、LoadRunner2023版或其他版本找不到免费许可证的解决方案
2023-07-08 12:19:53 3807 3
原创 SpringBoot整合Docker-Hadoop伪分布式集群实现关系的投影与选择
任务:关系的选择与投影运算描述:在Hadoop平台搭建完成的基础上,利用MapReduce完成关系的选择与投影运算。使用SpringBoot框架整合Hadoop实现数据上传与结果查看、下载。//1.患者年龄 (1)年轻,(2)老花前期,(3)老花眼//2.眼镜处方: (1)近视,(2)远视//3.散光: (1)没有,(2)有//4.泪液生成率: (1)降低,(2)正常最简单的linux虚拟机搭建hadoop集群的方法(centos系统)参考。
2023-06-25 20:37:58 552
原创 人力资源管理系统(大二数据库课设) spring boot,Mybatis+bootstap,ajax项目
人力资源管理系统(大二数据库课设)后端采用 spring boot+Mybatis前端采用bootstap+ajax
2022-10-28 12:45:34 8389 31
原创 jdbc操作mysql数据库——面对初学者的的简单实例
任务一:在MySQL中创建一个tb_student表,要求有学号、姓名、性别、年龄、出生日期等字 段.任务二:使用JDBC查询tb_student表的所有内容.任务三:使用JDBC分别完成数据的插入、修改、删除
2022-06-02 19:13:25 870
原创 *13.11 (The Octagon class) Write a class named Octagon that extends GeometricObject and implements
13.11 (The Octagon class) Write a class named Octagon that extends GeometricObject and implements the Comparable and Cloneable interfaces. Assume that all eight sides of the octagon are of equal length. The area can be computed using the following form
2022-05-24 10:51:27 668
原创 (高效算法)求具有下列两个性质的最小自然数n: (1)n的个位数是6;(2)若将n的个位数移到其余各位数字之前,所得的新数是n的4倍。
求具有下列两个性质的最小自然数n: (1)n的个位数是6;(2)若将n的个位数移到其余各位数字之前,所得的新数是n的4倍。
2022-05-22 17:19:15 472
原创 *13.7(Colorable class)Create an interface called colorable with a void method named howtocolor. Each
*13.7(Colorable class)Create an interface called colorable with a void method named howtocolor. Each class of a colorable object must implement the colorable interface. Design a class named square, which inherits from the geometriobject class and implement
2022-05-17 21:37:05 839
原创 java获取本机硬件信息(sigar.jar包)
利用了最新的sigar.jar包Hyperic SIGAR download | SourceForge.netDownload Hyperic SIGAR for free. SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level
2022-05-15 15:49:18 475
原创 jdbc链接sqlserver数据库并简单的查询数据
准备工作:下载相关jar包 如果链接sqlserver数据库去微软下载官方jdbc驱动下载 - JDBC Driver for SQL Server | Microsoft Docs文中用了dom4j解析xml文件的方式添加链接属性工具类源码package studyByMyself;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.s.
2022-05-13 18:24:47 1749
原创 数据库授权与约束定义sql语句
/* 学生表Student 班级表Class (1)授予用户U1对两个表的所有权限,并可给其他用户授权。(2)将对学生表的查询、更新权限授予角色R1。(3)将角色R1授予用户U1,并且U1可继续授权给其他角色。*/grant all privileges on Student,Class to U1 with grant option;grant select ,update on Student to R1;grant R1 to U1 with admin option;/..
2022-04-17 09:19:44 1463
原创 (The Account class) Design a class named Account that contains:(java面向对象思想的基础运用)
编程题 (The Account class) Design a class named Account that contains(java面向对象思想的基础运用)
2022-04-16 17:16:35 765 1
原创 SpringMVC中设置Ajax请求登录成功后实现页面跳转到jsp首页且隐藏.jsp后缀
SpringMVC中设置Ajax请求登录成功后实现页面跳转到首页,并且设置隐藏.jsp后缀
2022-04-09 17:21:31 3306
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人