会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zzqq1314
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
20
21
22
23
24
25
26
27
28
···
40
下一页
2024年1月30日
1.30
摘要: 今天参加了学校组织的天梯赛,发现了自己的许多问题,需要总结一下。 1、题目安排的顺序让我需要自己分辨难易程度然后答题,我觉得这很大程度上会影响我答题的进程。 2、解题更重要的是思想,我觉得需要了解这个题目具体需要的一些知识点,然后再配合解题。
阅读全文
posted @ 2024-01-30 22:10 七安。
阅读(22)
评论(0)
推荐(0)
2024年1月29日
1.29
摘要: index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>用户登录</title> <link rel="stylesheet" href="Style.css"> </head> <body>
阅读全文
posted @ 2024-01-29 19:41 七安。
阅读(20)
评论(0)
推荐(0)
2024年1月28日
1.28
摘要: 今天学习一下小程序对应的一些基础知识,其中小程序开发和网页开发还是存在一些区别的,比如运行环境、API、开发模式不同等不同。 接下来我们注册微信小程序开发账号 注册完后登录开发主页面,获取到创建项目时所需要的微信小程序ID 然后我们安装开发小程序工具--微信开发者工具,它有以下特点 工具主界面
阅读全文
posted @ 2024-01-28 16:52 七安。
阅读(19)
评论(0)
推荐(0)
2024年1月27日
1.27
摘要: 2update.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>修改旅游费</title> <link rel="stylesheet" href="../Style.css"> </head> <
阅读全文
posted @ 2024-01-27 18:28 七安。
阅读(26)
评论(0)
推荐(0)
2024年1月26日
1.26
摘要: 1update.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>修改出差申请</title> <link rel="stylesheet" href="../Style.css"> </head>
阅读全文
posted @ 2024-01-26 18:16 七安。
阅读(22)
评论(0)
推荐(0)
1.25
摘要: 今天实现前端职员的功能页面 1insert.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>申请出差</title> <link rel="stylesheet" href="../Style.cs
阅读全文
posted @ 2024-01-26 18:15 七安。
阅读(23)
评论(0)
推荐(0)
1.24
摘要: 今天实现Controller类 package com.example.controller; import com.example.pojo.Application; import com.example.pojo.Baoxiao; import com.example.pojo.Result;
阅读全文
posted @ 2024-01-26 18:14 七安。
阅读(15)
评论(0)
推荐(0)
1.23
摘要: 今天实现Service类 package com.example.service; import com.example.mapper.UserMapper; import com.example.pojo.Application; import com.example.pojo.Baoxiao;
阅读全文
posted @ 2024-01-26 18:13 七安。
阅读(45)
评论(0)
推荐(0)
1.22
摘要: 今天实现接触数据库的Mapper类 package com.example.mapper; import com.example.pojo.Application; import com.example.pojo.Baoxiao; import com.example.pojo.Staff; imp
阅读全文
posted @ 2024-01-26 18:11 七安。
阅读(29)
评论(0)
推荐(0)
1.21
摘要: 今天实现实体类 Result.java package com.example.pojo; /** * 统一响应结果封装类 */ public class Result { private Integer code;//1 成功 , 0 失败 private String msg; //提示信息 p
阅读全文
posted @ 2024-01-26 18:10 七安。
阅读(46)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
40
下一页
公告