上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 31 下一页
摘要: 今天继续微信开发一些基础知识。 <!-- 轮播图渲染 --> <swiper class="swiper_container"> <!-- 轮播图具体部件 --> <swiper-item> <view class="item">A</view> </swiper-item> <swiper-ite 阅读全文
posted @ 2024-02-02 12:16 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天继续学习微信小程序的编写。 阅读全文
posted @ 2024-01-31 16:02 七安。 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 今天参加了学校组织的天梯赛,发现了自己的许多问题,需要总结一下。 1、题目安排的顺序让我需要自己分辨难易程度然后答题,我觉得这很大程度上会影响我答题的进程。 2、解题更重要的是思想,我觉得需要了解这个题目具体需要的一些知识点,然后再配合解题。 阅读全文
posted @ 2024-01-30 22:10 七安。 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 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 七安。 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 今天学习一下小程序对应的一些基础知识,其中小程序开发和网页开发还是存在一些区别的,比如运行环境、API、开发模式不同等不同。 接下来我们注册微信小程序开发账号 注册完后登录开发主页面,获取到创建项目时所需要的微信小程序ID 然后我们安装开发小程序工具--微信开发者工具,它有以下特点 工具主界面 阅读全文
posted @ 2024-01-28 16:52 七安。 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 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 七安。 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 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 七安。 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 今天实现前端职员的功能页面 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 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天实现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 七安。 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 今天实现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 七安。 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 31 下一页