-
WeAdmin-master
weAdmin-master,a web font,bootstrap
- 2020-06-20 13:20:01下载
- 积分:1
-
SyGuestBook_v1.2
说明: PHP留言板(包括源代码)完整代码,可直接运行
(PHP message board (including source code))(PHP message board (including source code) complete code, can run directly
(PHP message board (including source code))
- 2020-06-22 10:20:02下载
- 积分:1
-
php
This function a powerful web server,it can deal the more process in the high time.
- 2013-02-27 00:35:30下载
- 积分:1
-
haghshensort
这是对数据的深度排序用的非常有用的程序,也非常独特的方法(This is the sort of data with the depth of a very useful program, but also a very unique way)
- 2010-12-09 10:54:16下载
- 积分:1
-
PHPxys
比ASP版主要的改进有: 1.增加验证码,防止自动程序乱发留言. 2.通过PHP的Pear:Mail实现发送邮件功能,如果留言者提供了对方的邮箱地址,能发送到对方邮箱中(ASP version than major improvements are: 1. Increase the code to prevent automated programs recklessly Message 2. PHP of Pear:. Mail realize sending e-mail function, if a message to provide each other s e-mail address, can be sent to other mailboxes
)
- 2016-06-29 18:53:39下载
- 积分:1
-
02_03
一个简单到不能简单的网页(html5)
舰队collection游戏对萌新的介绍及部分功能导航,双语poi
夕立太棒了poi~(A very simple website based on html5.
It is a website that includes site navigation, introduction, and poi~ for a game
called "Kantai collection".
POI~)
- 2017-09-14 21:01:35下载
- 积分:1
-
PyML-0.7.14.tar
基于pylon平台的SVM代码,国外网站上找到的,自己不懂,希望对懂的人有用(SVM code based on Pylon)
- 2016-02-20 10:23:35下载
- 积分:1
-
20021027093702phpsky_gbook
HP简单留言系统,不需数据库支持,可自由添加留言分类,普通功能都可实现,一应初级功能都能实现。可以很好的做为一个网站的小组件用于在线留言,留言板。 管理密码在set.php里修改,初始为123456 直接上传就可以用,权限设置644以上(HP simple message system, without support, free to add a message classification, Common functions can be realized, one should be able to achieve the primary function. It can be a good team member as a site for online messages, message board. Lane changes in set.php password management, initial direct upload to 123456 can be used, more than 644 permissions
)
- 2016-05-10 14:15:16下载
- 积分:1
-
spring中文文档
这是一个spring中文文档,英语不好的同学可以不用这么发愁了,以后妈妈再也不用担心我的学习了,要五十个字啊!
- 2022-02-12 20:20:02下载
- 积分:1
-
使用 MVC 和JQuery 分级数据钻取
利用具有 Razor View Engine 和JQuery 的微软 Model-View-Controller,可以轻松开发网页应用的分级数据钻取。
翻译 maninwest@Codeforge 作者:Pinakpani Dey @ Codeproject
简介
相信你一定遇到过多次这样的情况,你的应用需要以表格形式向用户展示分级数据,让用户钻取数据了解详情。用户喜欢用表格形式的分析数据,而愿意在不同的页面中跳转。
为了实现表格数据的钻取功能,你得花费大量时间开发或者花钱去购买第三方工具。微软的 Model-View-Controller 具有Razor View Engine 和 JQuery ,几分钟就可完成钻取表格数据。
本文将向你介绍如何创建 MVC 应用来钻取表格数据。请注意,我主要专注于功能性而非美观性。在此演示中,我将使用学生对象获取学生信息。学生Student 对象将包含课程Course 对象进行课程描述
创建 MVC 4 网页应用
使用Visual Studio 2012 创建带 MV4 网页应用的新项目。选择Internet 或 Intranet 应用模板。我选择了Internet 应用模板。确保在View Engine 中选择了Razor 。
默认情况下,Visual Studio 将为控制器、模型和视图创建多个文件。在此演示中,我们将修改应用的登录页面。换言之,我们将使用 Index.cshtml 视图显示学生数据。
首先是整理、打开 Index.cshtml 并删除所有代码行并保存文件。我们随后将使用我们的代码更新。
向项目添加JQuery 脚本
- 2022-06-14 06:33:09下载
- 积分:1