摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-11-21 20:18 yifaer_chen 阅读(34) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-11-14 21:53 yifaer_chen 阅读(80) 评论(0) 推荐(0)
摘要: @WebServlet("/gitHub")public class LoginServlet extends HttpServlet { @Override protected void doPost(HttpServletRequest req, HttpServletResponse resp 阅读全文
posted @ 2021-11-07 20:38 yifaer_chen 阅读(474) 评论(0) 推荐(0)
摘要: 语言编写 <!DOCTYPE html> <html> <head> <title> html 基本学习 </title> <body> <!-- 这是一行html注释--> <!-- 首先用center标签把所有内容包裹起来--> <center> <!--标题标签,数字越小,字体越大--> <h 阅读全文
posted @ 2021-10-19 17:24 yifaer_chen 阅读(21) 评论(1) 推荐(0)
摘要: 1.ATM(和用户交互)属性:银行 行为:展示菜单 代码: package com.stx.oop.feature;import java.util.Scanner;public class ATM { Bank bank = new Bank(); public static void main( 阅读全文
posted @ 2021-09-26 21:40 yifaer_chen 阅读(49) 评论(0) 推荐(0)