上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页
摘要: 使用out.println()输出: <%@ page contentType="text/html;charset=UTF-8"%> <html> <head><title>乘法口诀</title></head> <body> 使用out.println()打印乘法口诀:<br/> <% int 阅读全文
posted @ 2021-12-14 09:19 往心。 阅读(3206) 评论(0) 推荐(0)
摘要: 在用Maven创建web项目时 在jsp页面中out.print();老是报错 这边print显示红色出错因为这边使用的是JSP的API并不是Servlet的,但是可以运行,所以我们只要导包就完事其实只要在在pom.xml文件中加入下面代码就行 <dependency> <groupId>javax 阅读全文
posted @ 2021-12-14 09:16 往心。 阅读(910) 评论(0) 推荐(0)
摘要: 缺少jar包依赖: java.lang.NoClassDefFoundError: org/apache/commons/beanutils/DynaBean 缺少commons-beanutils-1.8.0.jar java.lang.NoClassDefFoundError: org/apac 阅读全文
posted @ 2021-12-14 09:13 往心。 阅读(357) 评论(0) 推荐(0)
摘要: 编写一个简易的文件管理器,通过本次实验,练习 TreeView、ListView 和SplitContainer 控件的使用,同时熟悉 C#文件系统的操作方法以及 File 类和 Directory类的使用。 (1)新建 windows 应用程序。 (2)将窗体 Form 的 Text 属性设置为“ 阅读全文
posted @ 2021-12-14 09:09 往心。 阅读(110) 评论(0) 推荐(0)
摘要: 自己设计并编写一个 Windows 应用程序,要求用到 TextBox、GroupBox、RadioButton、CheckBox、ComboBox、ListBox 控件。 代码如下: 页面1: using System; using System.Collections.Generic; usin 阅读全文
posted @ 2021-12-14 09:02 往心。 阅读(159) 评论(0) 推荐(0)
摘要: 1. 设计编写一个控制台应用程序,练习类的继承。 (1) 编写一个抽象类 People,具有”姓名”,”年龄”字段,”姓名”属性,Work 方法。 (2) 由抽象类 People 派生出学生类 Student 和职工类 Employer,继承 People 类,并覆盖Work 方法。 (3) 派生类 阅读全文
posted @ 2021-12-14 08:59 往心。 阅读(247) 评论(0) 推荐(0)
摘要: 编写程序,用 while 循环语句实现下列功能:有一篮鸡蛋,不止一个,有人两个两个数,多余一个,三个三个数,多余一个,再四个四个地数,也多余一个,请问这篮鸡蛋至少有多少个。 using System; using System.Collections.Generic; using System.Li 阅读全文
posted @ 2021-12-14 08:55 往心。 阅读(96) 评论(0) 推荐(0)
摘要: 编写一个控制台应用程序,可根据输入的月份判断所在季节。 代码如下 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; n 阅读全文
posted @ 2021-12-14 08:51 往心。 阅读(326) 评论(0) 推荐(0)
摘要: 编写一个控制台应用程序,输入三角形或者长方形边长,计算其周长和面积并输出。 代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threadi 阅读全文
posted @ 2021-12-14 08:50 往心。 阅读(669) 评论(0) 推荐(0)
摘要: 1、虚拟机集群搭建部署hadoop 利用VMware、centOS-7、Xshell(secureCrt)等软件搭建集群部署hadoop 远程连接工具使用Xshell: HDFS文件操作 2.1 HDFS接口编程 调用HDFS文件接口实现对分布式文件系统中文件的访问,如创建、修改、删除等 三、MAP 阅读全文
posted @ 2021-12-14 08:45 往心。 阅读(393) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页