-
Code Branch for .NET 2.0 porting.
Code Branch for .NET 2.0 porting.
- 2023-08-18 03:45:04下载
- 积分:1
-
fp4awel
安装.net2003的系统组件时需要的文件之一,黏贴到C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/40/bin 中(Installation. Net2003 system components when one of the documents required, stick to C :/ Program Files/Common Files/Microsoft Shared/Web Server Extensions/40/bin in)
- 2013-07-09 19:45:00下载
- 积分:1
-
kingbos
关于教育网站的开发和架构,采用三层架构模式,使用于多企业(Website development framework on education)
- 2013-09-08 13:46:48下载
- 积分:1
-
C#是一门现代的编程语言,包含在 Visual Studio .Net 7.0 中。它简化了C++的复杂性,保持了灵活性,对于学过C++的人来说很容易上手。写本...
C#是一门现代的编程语言,包含在 Visual Studio .Net 7.0 中。它简化了C++的复杂性,保持了灵活性,对于学过C++的人来说很容易上手。写本文的时候 Visual Studio .net 7.0 Beta1已经发布,本文即针对此版本做一些简单的开发尝试。
-C# Is a modern programming language, included in Visual Studio. Net 7.0 in. It simplifies the C++ Complexity and maintain flexibility for the studied C++ Of people are very easy to use. Write this article when the Visual Studio. Net 7.0 Beta1 has been released for this version of this paper is to make the development of some simple try.
- 2022-02-14 18:12:45下载
- 积分:1
-
Msg_Web
.net做的留言簿,包括留言的添加,删除,显示(. net to do the book, including the messages to add, delete, display)
- 2010-01-26 20:24:56下载
- 积分:1
-
SQLServer2012数据库视图、存储过程查看器
SQL数据库视图、存储过程查看器源码.
该工具可以搜索SQL Server 2012数据库中的存储过程以及视图的名称和定义内容中的关键字,并可复制及保存找到的存储过程和视图的定义内容,有助于新接手系统的软件工程师研究已有软件系统。
- 2022-03-25 02:40:52下载
- 积分:1
-
一个设计声音按钮的VB程序,大家看看吧。自己用挺不错的。
一个设计声音按钮的VB程序,大家看看吧。自己用挺不错的。-BUTTON
- 2023-05-20 21:10:02下载
- 积分:1
-
AngularJs编写的小测试应用程序
翻译 maninwest@Codeforge 作者:Anurag Gandhi @CodeProject
Quiz (测试)在调查、模拟测试、准备、自我测验、收集信息等方面具有广泛应用。此测试应用会让你通过简单的代码更改获取需要的功能。
你会了解如何使用 angular js通过几行代码创建自己的测试应用。该测试应用接受 json 格式的问题。您可以轻松从服务器端以预定义的格式发送问题, angular js 测试应用会在客户端渲染测试。测试也有审核和现实结果部分。如果你想立即宣布结果,只需调用一个带有答案的 json 并评估答案并立即显示。或者,如果你想提交答案到服务器,则可在 onSubmit 方法 quizCtrl.js 上进行此操作。
背景
你需要有AngularJs, bootstrap 和 css 的基本知识。 在此应用中没有使用JQuery,但是,如果你想使用它或其他javascript 库实现更多功能,你可以这么做。
注意: 直接运行文件系统的index.html 可能无法让该应用进行工作。你需要手动将其托管到web服务器或者通过 visual studio 这样的工具运行。一个简单的方法是:在 Visual Studio 中打开 index.html,右键单击-> 在浏览器中查看。Visual Studio会自动创建一个网站供你运行应用。
使用代码
使用代码非常简单. 只需提供测试应用的 json ,它就会渲染测试。
json 格式如下所示:
// aspnet.js
{
"quiz": {
"Id": 1,
"name": "Asp.Net Quiz",
- 2022-04-28 19:26:14下载
- 积分:1
-
codematic2
代码自动生成机,完成模型层,逻辑成的自动生成,提高开发速度(code processor)
- 2011-11-05 11:46:14下载
- 积分:1
-
ASP.NET MVC 5 框架揭秘试读样章
说明: 本书以一个模拟 ASP.NET MVC 内部运行机制的“迷你版 MVC 框架”作为开篇,其目的在于将
ASP.NET MVC 真实架构的“全景”勾勒出来。接下来本书以请求消息在 ASP.NET MVC 框架内部的流向
为主线将相关的知识点串联起来,力求将“黑盒式”的消息处理管道清晰透明地展示在读者面前(This book begins with a "mini MVC framework" that simulates the internal operation mechanism of ASP.NET MVC
The "panorama" of asp.net MVC real architecture is outlined. Next, the flow of request messages in the asp.net MVC framework
Connect the relevant knowledge points for the main line, and strive to show the "black box" message processing pipeline clearly and transparently in front of the readers)
- 2020-04-13 08:59:25下载
- 积分:1