会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
富晨轩
博客园
首页
新随笔
联系
订阅
管理
2022年5月8日
第十周
摘要: 数据库test 中建个表 stu(stuid 主键 自动增长 ,用户名,密码,年龄) 1.设计一个注册页面,实现用户注册功能 2.设计一个登陆页面,实现用户名密码登陆 3.两个页面可以互相超链接 BaseDao.java: package com; import java.sql.Connectio
阅读全文
posted @ 2022-05-08 11:24 Endofibrin
阅读(47)
评论(0)
推荐(0)
2022年4月17日
第七周作业
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <me
阅读全文
posted @ 2022-04-17 17:49 Endofibrin
阅读(24)
评论(0)
推荐(0)
2022年3月13日
第二周
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <ti
阅读全文
posted @ 2022-03-13 14:28 Endofibrin
阅读(19)
评论(0)
推荐(0)
2021年9月26日
五六周作业
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa
阅读全文
posted @ 2021-09-26 12:12 Endofibrin
阅读(23)
评论(0)
推荐(0)
2021年5月25日
第十一次
摘要: 1、定义一个点类Point, 包含2个成员变量x、y分别表示x和y坐标,2个构造器Point()和Point( intx0,y0),以及一个movePoint (int dx,intdy)方法实现点的位置移动,创建两个Point对象p1、p2, 分别调用movePoint方法后,打印pl和p2的坐标
阅读全文
posted @ 2021-05-25 18:08 Endofibrin
阅读(189)
评论(0)
推荐(0)
2021年5月12日
第十周第九次
摘要: 编写一个方法,实现冒泡排序(由小到大),并调用该方法package dijiucizuoye; 2 3 import java.util.Scanner; 4 5 public class work { 6 public static void px(int []a) { 7 for (int i
阅读全文
posted @ 2021-05-12 11:17 Endofibrin
阅读(54)
评论(0)
推荐(0)
2021年4月27日
第八次
摘要: 编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值public class Dibacizuoye { /** * @param args */ public static void main(String[] args) { // 1、编写一个简单程序
阅读全文
posted @ 2021-04-27 12:55 Endofibrin
阅读(104)
评论(0)
推荐(0)
2021年4月20日
第七次作业
摘要: import java.util.Scanner; public class ZuoYe { /** * @param args */ public static void main(String[] args) { //1.定义一个整型数组,赋值后求出奇数个数和偶数个数 System.out.pr
阅读全文
posted @ 2021-04-20 17:15 Endofibrin
阅读(35)
评论(0)
推荐(0)
2021年4月7日
第五次
摘要: /** * @param args */ public static void main(String[] args) { int a=100; int ge,shi,bai; for(;a<1000;a++){ ge=a%10; shi=a/10%10; bai=a/100; if(ge*ge*g
阅读全文
posted @ 2021-04-07 08:28 Endofibrin
阅读(41)
评论(0)
推荐(0)
2021年3月28日
第四周作业
摘要: import java.util.Scanner; public class DaiMa { /** * @param args */ public static void main(String[] args) { System.out.println("输入年份"); Scanner input
阅读全文
posted @ 2021-03-28 21:47 Endofibrin
阅读(29)
评论(0)
推荐(0)
下一页
公告