03 2023 档案

摘要:数据库相关 数据库名称:EHotelDb 表名称:Booking 后台代码相关:(节选) 自己封装的Function类,用于数据库操作 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using S 阅读全文
posted @ 2023-03-30 10:01 胡烙懿 阅读(102) 评论(0) 推荐(0)
摘要:数据库信息: 数据库名称:chart 表名:goods 后端代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.Data.SqlClient; 5 using Syst 阅读全文
posted @ 2023-03-20 20:47 胡烙懿 阅读(485) 评论(0) 推荐(1)
摘要:前端相关 界面样式: 前端代码:在Index.cshtml 1 <form method="post" action="/Home/Upload"> 2 <input id="fileUpload" type="file" name="file" /> 3 <div class="input-gro 阅读全文
posted @ 2023-03-17 10:51 胡烙懿 阅读(148) 评论(0) 推荐(0)