当前位置:网站首页>Web Course Design - his system
Web Course Design - his system
2022-04-23 03:12:00 【A happy wild pointer D】
There is a course this semester ,JavaScript And Ajax Development .
The curriculum requirements are as follows :
Write a HIS System interface , Required functions ( Operate from the patient's perspective ):
1、 register / Login function
2、 Register ( Select the Department , Doctor )
3、 Check medical records
4、 View prescription
Required technology :
1、css Used to format the page
2、jquery The event operation of
3、ajax Read json data ( Just use GET Method )
I'm not good at front-end , It was done rudely , Deal with the past and finish it
design sketch :
- Sign in
- main interface
- Register
- Check medical records
- View prescription
link :https://pan.baidu.com/s/1NEC5LnjlmTGblGMjoIQOig
Extraction code :80uv
notes :1.0 I wrote the version myself ,2.0 Version follows 1.0 The difference is that it looks better ( In fact, it doesn't make much difference ), Use layui Part of the copy Others' , I didn't understand it myself . All the figures above correspond to 2.0 Version code .
版权声明
本文为[A happy wild pointer D]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220627538401.html
边栏推荐
- Use of metagroup object tuple in C
- Xutils3 corrected a bug I reported. Happy
- Top ten project management software similar to JIRA
- Blazor University (11) component - replace attributes of subcomponents
- TP5 customization in extend directory succeeded and failed. Return information
- svg标签中利用<polygon/>循环数组绘制多边形
- [untitled]
- [new version release] componentone added Net 6 and blazor platform control support
- [MySQL] left function | right function
- 二进制文件版本控制工具选择难?看完这篇你会找到答案
猜你喜欢
利用栈的回溯来解决“文件的最长绝对路径”问题
编码电机PID调试(速度环|位置环|跟随)
Blazor University (11)组件 — 替换子组件的属性
二进制文件版本控制工具选择难?看完这篇你会找到答案
Source code interpretation of Flink index parameters (read quantity, sent quantity, sent bytes, received bytes, etc.)
Yes Redis using distributed cache in NE6 webapi
一套组合拳,打造一款 IDEA 护眼方案
Source generator actual combat
TP5 inherits base and uses the variables in base
搭建XAMPP时mysql端口被占用
随机推荐
2022 Shandong Province safety officer C certificate work certificate question bank and online simulation examination
【鉴权/授权】自定义一个身份认证Handler
Response processing of openfeign
队列的存储和循环队列
[untitled]
宁德时代地位不保?
c#语法糖模式匹配【switch 表达式】
Realize QQ login with PHP
A set of combination boxing to create an idea eye protection scheme
Ningde's position in the times is not guaranteed?
. net tip: talk about the problem that the scoped service cannot be obtained in the middleware structure
MYSQL04_ Exercises corresponding to arithmetic, logic, bit, operator and operator
Openfeign details show
一套关于 内存对齐 的C#面试题,做错的人很多!
Tips in MATLAB
.NET7之MiniAPI(特别篇):.NET7 Preview3
Use of slice grammar sugar in C #
PID debugging of coding motor (speed loop | position loop | follow)
由于3²+4²=5²,所以称‘3,4,5‘为勾股数,求n(包括n)以内所有勾股数数组。
The most easy to understand dependency injection and control inversion