上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 127 下一页
摘要: 问题描述 问题解决 应该是我没有设置只输入localhost弹出的浏览器的html页面内容; 然后我只需要调用到localhost/student/,就显示出来相应的界面啦~~~ 说白了就是路径问题,, 阅读全文
posted @ 2023-12-01 14:36 yesyes1 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 今日收获 完成了软件设计的作业,也是结束了对软件设计的学习(等待期末考试版); 完成了软件构造实验三!!! 啦啦啦~~~ 人机交互作业验收完成啦~~~暂时告别杨老师; 明天预计 赶软件构造的大作业~~~ 复习设计模式,待期末考试; 复习习概,待期末考试; 复习英语六级; 有时间的话,再做一下王老师的 阅读全文
posted @ 2023-11-30 23:07 yesyes1 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 具体代码 package org.example; import javax.swing.*; import java.awt.*; public class Main extends JFrame { public static JFrame jFrame; public static JPane 阅读全文
posted @ 2023-11-30 22:33 yesyes1 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 具体代码 //Visitor.java package org.example.test023; public abstract class Visitor { protected String name; public void setName(String name) { this.name = 阅读全文
posted @ 2023-11-30 08:37 yesyes1 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 具体代码 //DBOperator.java package org.example.test022; public abstract class DBOperator { public abstract void connDB(); public void openDB() { System.ou 阅读全文
posted @ 2023-11-30 08:35 yesyes1 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 今日收获 今天将之前的遗留问题全部解决啦~~ 学习了英语; 也学习了JFinal框架; 明天预计 学习英语; 学习新知识; 完成软件设计作业; 希望明天顺利通过王老师的测试~~~ 阅读全文
posted @ 2023-11-29 22:44 yesyes1 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <repositories> <repository> <id>alimaven</id> <name>aliyun maven</name> <url>https://maven.aliyun.com/nexus/content/groups/public/</url> </repository> 阅读全文
posted @ 2023-11-29 17:42 yesyes1 阅读(13) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/2808014/202311/2808014-20231129170215936-1443033071.png) ![](https://img2023.cnblogs.com/blog/2808014/202311/2808014-20231129170220175-1114379164.png) ![](https:// 阅读全文
posted @ 2023-11-29 17:42 yesyes1 阅读(130) 评论(0) 推荐(0) 编辑
摘要: idea依赖下载报错 //引入阿里云镜像下载就ok啦~~~ <repositories> <repository> <id>alimaven</id> <name>aliyun maven</name> <url>https://maven.aliyun.com/nexus/content/grou 阅读全文
posted @ 2023-11-29 16:34 yesyes1 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 教程 相关步骤 1、查看有什么可以安装 yum grouplist 2、安装GUI图形界面 yum groupinstall -y "Server with GUI" "Development Tools" 3、打开下载好的GUI图形界面 startx 开启成功! 阅读全文
posted @ 2023-11-29 08:59 yesyes1 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 127 下一页