登录
首页 » .net » 一个简单的网页留言板,供asp.net初学者学习,!

一个简单的网页留言板,供asp.net初学者学习,!

于 2022-09-16 发布 文件大小:39.74 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

一个简单的网页留言板,供asp.net初学者学习,!-A simple web message board, for beginners to learn!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 663488
    用vb实现的系统时间程序,学vb的同学可以看看,用到很多控件(Using vb to realize the system time program, learn from vb students can see, use a lot of controls)
    2018-12-05 09:22:58下载
    积分:1
  • finance
    说明:  金融客户管理系统,主要针对金融客户管理的CRM(Financial Customer Management System)
    2019-03-11 16:25:36下载
    积分:1
  • 找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cm
    找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cmd.exe 如在C:WINDOWSMicrosoft.NETFrameworkv2.0.50727 /t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls 然后enter,就ok了 然后把在C:WINDOWSMicrosoft.NETFrameworkv2.0.50727下 生成的mycontrol.dll拷到网站的根目录下的bin文件下 -Find csc.exe file, and then use the search function search csc.exe, find the path of the csc.exe process mycontrol.cls have put the path*: ***** again start cmd.exe in C: WINDOWSMicrosoft. NETFrameworkv2.0.50727/t: library/out: mycontrol.dll/r: system.dll, system.web.dll mycontrol.cls and then enter, and then on ok in the C: WINDOWSMicrosoft.NETFrameworkv2.0.50727 generated mycontrol.dll Kaodao site under the root directory under the bin file
    2023-06-20 20:40:02下载
    积分:1
  • .NET中Hashtable的源代码,Reflector出来的,并且消除了一些错误.可以直接使用.在03下编译通过...
    .NET中Hashtable的源代码,Reflector出来的,并且消除了一些错误.可以直接使用.在03下编译通过-. NET source code for Hashtable in, Reflector out and eliminate some mistakes. Can be used directly. In the 03 compiled by
    2022-01-22 15:18:22下载
    积分:1
  • 利用osg开源库实现三维场景渲染已经视图操纵,本教程为学习osg的基础教程,设计到osg基本的场景图构造以及矩阵操纵器的使用...
    利用osg开源库实现三维场景渲染已经视图操纵,本教程为学习osg的基础教程,设计到osg基本的场景图构造以及矩阵操纵器的使用-osg revenue for the use of 3D scene rendering View has been manipulated, The Guide to Learning Guide osg basis, osg basic design to the scene graph structure matrix manipulation and the use of
    2022-05-20 05:55:04下载
    积分:1
  • 图灵机器人Demo
    功能 1、机器人只能聊天功能功能 2、运行后,在输入框中输入想要说的话,譬如“你好”,点击发送即可 3、收到用户发送的消息后,机器人会只能的给予回复 4、开发环境为Visual Studio 2010,使用.Net 3.5开发 
    2022-08-13 15:39:58下载
    积分:1
  • VB语言,。网络开发环境企业
    VB语言,.net环境下开发的企业电子采购网站系统,可以进行网上的询比价操作,在线询价报价,供应商管理等。-VB language,. Net development environment enterprise e-procurement web site system can be operated online consultation prices, online RFQ pricing, supplier management.
    2022-08-08 07:45:24下载
    积分:1
  • dzshangwuweb
    电子商务的供求系统、宣传系统、跟踪查询系统、信息群发系统(the supply and demand of e-commerce systems, promotion systems, tracking inquiries, repeated information system)
    2007-02-10 07:49:11下载
    积分: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
  • CSharpDotNet_invoke_VBDotnet_DLL
    说明:  C#.net中调用VB.net创建的DLL(using C#.net to invoke the dll created by vb.net)
    2010-04-07 21:38:23下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载