03 2022 档案

摘要:1. 登录功能的实现 点击登录button按钮时 实现的逻辑 点击查看代码 public static bool login(string username, string password) { return YF.DAL.User.login(username, password); } 点击查 阅读全文
posted @ 2022-03-13 22:31 码农请留步 阅读(55) 评论(0) 推荐(0) 编辑
摘要:本文主要写一下react的样式写法 react中的{ }语法支持表达式、三目/元,不支持语句如if、for、while 前期准备:在html中引入react的链接:见(https://www.cnblogs.com/z-study/p/15995837.html) css样式 <style> .bg 阅读全文
posted @ 2022-03-12 19:19 码农请留步 阅读(135) 评论(0) 推荐(0) 编辑
摘要:本文主要简述react的开始使用 1.引入js文件 <!-- 1.核心文件 --> <script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> <!-- 2.操作的DOM --> <s 阅读全文
posted @ 2022-03-11 23:45 码农请留步 阅读(198) 评论(0) 推荐(0) 编辑
摘要:准备: //js页面 data: { datalist:[], //接收数据 page:1, //作为参数 isBool:true //用于判断是触底加载还是下来刷新 }, //请求 已简单封装过 async requestList(){ const url="url" let data={ pag 阅读全文
posted @ 2022-03-09 21:40 码农请留步 阅读(346) 评论(0) 推荐(0) 编辑
摘要:网上购物系统随笔 设计用户表 2.** mvc三层架构** 数据库连接 使用MsSqlHelqer.cs进行配置: C# public static readonly string connectionString = ConfigurationManager.ConnectionStrings[" 阅读全文
posted @ 2022-03-08 00:09 码农请留步 阅读(42) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示