-
JSP实现网上书店系统,并附有相关的说明文档
JSP实现网上书店系统,并附有相关的说明文档-An implementation of network bookstore using jsp
- 2022-10-10 12:10:03下载
- 积分:1
-
jsp This is a development of the community website. The achievement of community...
这是一个jsp开发的社区网站。实现社区公告发布,互留短信息,聊天室功能。-jsp This is a development of the community website. The achievement of community announcement, leave each other messages, chat room functions.
- 2023-05-22 13:35:04下载
- 积分:1
-
学生作品互评系统
资源描述实现了用户注册、用户互评作品、管理员查看、管理评分结果,计算学生成绩的功能。该项目用的是PHP语言、MySQL数据库,服务器是WAMP集成环境。适合高校老师进行课后作业、或是期末成绩的互评。也适合学生作为简单的毕业设计。里面代码齐全,有SQL文件。
- 2022-10-30 17:30:03下载
- 积分:1
-
在线考试系统efront
开源在线考试系统,php编码,功能强大。
eFront is an easy to use, visually attractive, SCORM compatible, eLearning and Human Capital Management platform.
Easy to use: eFront was build from the scratch with the end user in mind. You will find it rather natural to get used to its interface where most options are self-explenatory.
Visually attractive: We didn"t want to build another eLearning tool. We aim at building the most beautiful eLearning tool.
Technologically advanced: eFront is an Ajax enabled, Unicode, LDAP and SCORM supporting, multilingual eLearning platform.
Pedagogical concepts: Integrated to eFront are sound pedagogical concepts that guide users and keep them motivated.
Open Source: eFront is offered as an open source software. Download it for free, customize it to your needs, add new functionalites and share them with the community. Although distributed as free software, eFront is being supported by a professional team of high
- 2022-05-12 13:03:53下载
- 积分:1
-
c#语言编程,使用ASP.net 2.0平台开发,使用sql server 2005数据库,使用三层架构实现BBS论坛,用户分为游客,会员,版主和管理员等级别,...
c#语言编程,使用ASP.net 2.0平台开发,使用sql server 2005数据库,使用三层架构实现BBS论坛,用户分为游客,会员,版主和管理员等级别,享有不同权限,实现论坛基本功能-c# programming, use the ASP.net 2.0 platform, use the sql server 2005 database, using the three-tier architecture to achieve BBS forums, users are divided into visitors, members, moderators and administrators such as level and enjoy different rights, to achieve the basic functions of the Forum
- 2022-04-29 23:37:56下载
- 积分:1
-
PHP Zend/Log.php 日志记录 相关示例
Zend/Log.php Zend/Log/Writer/Stream.php Zend/Log/Writer/Mock.php Zend/Log/Formatter/Simple.php Zend/Log/Formatter/Xml.php Zend/Log/Filter/Priority.php 相关实例下载
- 2012-12-30下载
- 积分:1
-
HtmlHelp使用手册.chm 很好用的。
HtmlHelp使用手册.chm 很好用的。-HtmlHelp user manual. Chm good use.
- 2022-02-21 05:45:29下载
- 积分:1
-
BBS简单源码,功能完善,适合初学者
BBS简单源码,功能完善,适合初学者-BBS simple source, fully functional, suitable for beginners
- 2022-04-18 23:56:29下载
- 积分:1
-
web网页视频播放插件
适用浏览器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗. 不支持Safari、IE8及以下浏览器。
- 2022-06-17 23:51:28下载
- 积分:1
-
PHP网络验证
应用背景首选修改app-Conf-config.php中的MYSQL链接参数
默认管理员账号:admin密码admin888
管理地址:http://你的域名/Login/index.html
阿帕奇伪静态:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
nginx伪静态:
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}关键技术
ThinkPHP是为了简化企业级应用开发和敏捷WEB应用开发而诞生的。最早诞生于2006年初,2007年元旦正式更名为ThinkPHP,并且遵循Apache2开源协议发布。ThinkPHP从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至
- 2023-08-18 14:35:03下载
- 积分:1