# expressage **Repository Path**: LittleSource/expressage ## Basic Information - **Project Name**: expressage - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2021-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 快递订单管理系统 ### .NET Web a Home Work 此项目是大二下学期的期末作业,本来老师是让用C#的控件写,用微软的控件真的很难受
作为有强迫症的人真的忍受不了那外观,:sweat: 而且代码写起来贼不舒服,十几年前的东西早淘汰了
于是乎用前后端分离的模式写了,前端套用一个layui写的后台,使用ajax向后端发送请求 *** ![image](https://github.com/LittleSource/expressage/blob/master/img/%E7%99%BB%E5%BD%95.png?raw=true) ![image](https://github.com/LittleSource/expressage/blob/master/img/%E4%B8%BB%E9%A1%B5.png?raw=true) ![image](https://github.com/LittleSource/expressage/blob/master/img/%E6%9F%A5%E7%9C%8B.png?raw=true) ![image](https://github.com/LittleSource/expressage/blob/master/img/%E5%88%A0%E9%99%A4.png?raw=true)
> 做的过程中自己摸索着写了一个仿照ThinkPHP模式的框架,虽然很low,但是第一次自己写框架很开心 :smile:
感觉C#还是没有PHP写起来舒服