-
使用ASP.NET的库存管理系统
资源描述应用背景这是一个库存管理系统在ASP.NET。该系统可用于管理库存的任何领域。
- 2023-06-11 12:50:04下载
- 积分:1
-
简单用户登录
简单的用户登录和注册代码,一个非常酷的登陆界面,基于对话框,风格清新简洁。
- 2022-02-13 22:47:24下载
- 积分:1
-
GFFDwebApi
webapi服务实例,实现了从mysql提取数据,通过webapi为前端提供数据的功能(Web API service instance, realizes the function of extracting data from MySQL and providing data for front-end through web API)
- 2020-06-21 04:20:02下载
- 积分:1
-
JSP图书管理系统代码
图书管理系统的JSP网页设计
- 2023-08-11 05:15:03下载
- 积分:1
-
pdfjs-2.0.943-dist
显示PDF文件,给PDF文件添加水印,控制PDF文件下载,打印。(Display PDF file, add watermarking to PDF file, control PDF file download and print.)
- 2020-06-18 00:40:02下载
- 积分:1
-
ffmanagement_shool_v0.1
使用于智能学校,大学,教育部门的网站模板。全站内容全面,设计合理,学校的校标和名字映衬在以校园为背景的图片上,立意新颖。站内细节化的设计还体现在各地的天气预报和成绩查询,大大的方便了师生和家长的出行,和通过其他渠道成绩查询的繁琐步骤。名师风采和发展规划方便学生和家长对学校近一步的了解。远程辅导可以让师生足不出户解决学习上困惑,招生信息和在线报名一线的设计是对考生最贴心化的设计,真正做到人性化建站。
适用于:大学、教育部门等门户网站(Website templates used in smart schools, universities, and educational sectors. The total content of a comprehensive, reasonable design, the school standard and the name of the campus as against the background of the picture, novel. Station details of the design is also reflected in the weather forecast and the results of the query, greatly facilitate the teachers and students and parents to travel, and through other channels of the tedious steps to query. Teacher elegant style and development planning to facilitate students and parents to learn about the school near. Remote counseling can let the students stay at home to solve learning design puzzles, enrollment information and online registration of candidates line is the most intimate of the design, truly personalized website.
Applies to: University, education department and other portals)
- 2015-12-14 15:37:32下载
- 积分:1
-
Wikka-1.3.6
WikkaWiki是一个用PHP语言编写的轻量级维基引擎,后台数据使用MySQL数据库存储,主要特点是高速、可伸缩性和安全。(WikkaWiki with PHP is written lightweight wiki engine, using a MySQL back-end data storage, the main features are speed, scalability and security.)
- 2016-05-07 19:49:07下载
- 积分:1
-
用户登录界面
名字虽然是JavaWeb但是里面的内容是为了JavaWeb中实现用户登录而编辑的一个网页界面,应用了html/CSS实现,代码非常精简,但是效果还是非常好的哈.
- 2023-06-18 11:00:04下载
- 积分:1
-
star
1、ads目录下的三个文件分别为:头部广告、左侧广告和版权信息,请自行更改 2、网站的设置只需要更改根目录下的config.php即可,程序中有说明 3、根目录下的logo.gif为网站的logo,换成自己就行了 4、上传到PHP空间 祝偷得愉快!(1, three files directory ads are: head advertising, advertising on the left, and copyright information, change their own 2, set the site only need to change the config.php to the root directory of the program in a note 3, logo.gif in the root directory of the site s logo, replace himself on the line 4, upload PHP space stolen wish happy!
)
- 2016-07-19 22:55:49下载
- 积分:1
-
SpringMVC+shiro+hibernate权限管理整合
什么是权限?权限是管理web应用用户的一种手段,比如,一个电商平台,用户具有user的角色,他可以在这个商场里面进行交易。商家拥有的是user的角色同时也拥有manager的角色,因此,他可以进行买卖的同时进行对自己商品的管理。shiro就是一个基于RBAC权限设计模型的权限管理框架。什么是Shiro ?Apache Shiro是一个强大易用的Java安全框架,提供了认证、授权、加密和会话管理等功能: 认证 - 用户身份识别,常被称为用户“登录”;授权 - 访问控制;密码加密 - 保护或隐藏数据防止被偷窥;会话管理 - 每用户相关的时间敏感的状态。以下是对使用SpringMVC+shiro+hibernate框架对用户管理的一个例子:附上项目:https://git.oschina.net/jeremie_astray/SpringMVC_Shiro/tree/master/Annotion版本:https://git.oschina.net/jeremie_astray/SpringMVC_Shiro/tree/shiro_annotation一、实体对应关系:用户与角色为一对多关系角色与权限为多对多关系权限过滤与角色和权限为一对一关系t_user(,用户表,密码为md5加密,可以自己修改)t_role(角色表)t_permission(权限表)
- 2022-01-25 22:39:03下载
- 积分:1