登录
首页 » .net » 去年和别人一起写的一个论坛的源码. asp.net2.0 SQL2005. VS2005开发. 初学, 源码粗糙..见谅....

去年和别人一起写的一个论坛的源码. asp.net2.0 SQL2005. VS2005开发. 初学, 源码粗糙..见谅....

于 2022-03-20 发布 文件大小:224.85 kB
0 177
下载积分: 2 下载次数: 1

代码说明:

去年和别人一起写的一个论坛的源码. asp.net2.0 SQL2005. VS2005开发. 初学, 源码粗糙..见谅.-Last year and others with a forum to write the source code. Asp.net2.0 SQL2005.VS2005 development. Beginner, source rough .. forgive me.

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

发表评论

0 个回复

  • 基于matlab的心电信号RS波检测分析
    本程序主要实现的是Q波和S波通常是低幅高频波,一般Q波位于S波之前,S波位于R波之后,由于他们是一般向下的波,所以他们的峰值点和极值是对应的。因次在检测到R波向左和向右分别搜寻到极值点,对应的就是Q波和S波
    2022-06-11 17:23:57下载
    积分:1
  • MVVM: 关闭对话框
    翻译 maninwest@Codeforge 作者 Cornelius Henning@Codeproject 我学习  MVVM 时遇到一个意外问题,关闭对话框时不如在旧的 WPF 中简单, 尤其是当你想避免背后的代码时。在此示例中,所有代码都在视图的 ViewModel 类中。 使用代码 整个项目是个可下载的 zip 文件。该项目是在Visual Studio 2012 中进行的,针对 .NET 4.5 平台。如要查看演示,请解压缩文件并进行构建。运行时,会显示一个用户,具有一个包含一个按钮的主窗口。单击按钮会打开新的具有两个按钮的对话窗口。单击任何一个按钮会执行有限的代码,然后对话框会关闭。 请注意,为了提高可读性,代码已经少得不能再少了。处理运行时错误的意外手柄也减到最少。如果你要使用此代码,务必要确保最终代码稳健且可处理任何意外或其他错误。 此代码中无使用的约束条件。你可以使用全部或者部分。 实现的说明 对话框的关闭由附加的属性控制。属性设置为 true 时,对话框会关闭。.以下是注册附加事件的代码: using System; using System.Windows; namespace MvvmDialogDemo.AttachedProperty { public static class CloseDialog { public static readonly DependencyProperty DialogResultProperty = DependencyProperty.RegisterAttached("DialogResult", typeof(Boolean?), typeof(CloseDialog),new PropertyMetadata(DialogResultChanged)); private static void DialogResultChanged (DependencyO
    2022-08-21 18:18:47下载
    积分:1
  • Accounting_Online_Registration-Sys
    会计网上报名系统 asp.net sql2008 visio 主要功能 身份证校验,验证码,打印准考证,后台管理,现场认证,订书,密码修改,报名流程,上传图片等,希望对初学者有些作用(Accounting online registration system asp.net sql2008 visio main function identity verification, validation code, print ticket, front and back, on-site certification, stapler, password changes, registration process, upload pictures in the hope that some role for beginners)
    2011-05-11 19:59:50下载
    积分:1
  • PersonalBlog
    1)通过两个抽象表存放任何数据实体以及实体之间的关系; 2)通过两种扩展字段设计方式实现任何数据实体的字段扩展需要,并且扩展的字段支持数据库级别的排序搜索功能;扩展字段的添加和一般字段没有什么大的区别,仅仅只是添加了一个特性而已。 3)由于将实体与实体之间的关系进行高度抽象(最终抽象为横向和父子递归两种关系),导致数据库访问层的接口的通用型非常广泛,可以适应任何实体之间的关系。这样的设计用一般的言语无法表达;也许你看了代码之后会有所体会; 4)吸取了CS中的很多好的设计,如Provider模式,动态构建SQL实现自定义查询,缓存,多语言资源文件设计,自定义Url重写,Ajax功能,etc; 5)优秀的运行性能; 6)通过一个简单的文章发布系统的后台管理系统作为Demo,展示本框架的部分功能; 7)目前该框架还在不断完善优化中。(1) to store any data entities and the relationship between two abstract table 2) fields of any data entity expansion needs in two extended field design approach, and extended field support database level sort search function add extension field and the general field no big difference, just add a feature. 3) the relationship between the entity and the entity to a high degree of abstraction (the final abstract horizontal and parent-child recursive two), resulting in the interface of the database access layer, Universal is very extensive, and can be adapted to the relationship between any entities. This design can not be expressed in general language maybe you looked at the code will be the experience 4) draw a lot of good design in CS, such as the Provider mode, dynamically build the SQL to implement a custom query cache, the design of multi-language resource files, custom Url rewrite, Ajax functionality, etc. 5) excellent operational performance 6) release system in the backg)
    2012-04-05 11:54:22下载
    积分:1
  • 分享一个小项目,百度地图API接口的一个地图
    利用百度地图做的一个显示地图的,可以学习学习  我是小白
    2022-06-16 05:36:40下载
    积分:1
  • c#文件操作
    文件操作(增,删,改,查)。包括目录操作(增,删,改,查),目录树生成
    2023-08-12 04:45:02下载
    积分:1
  • USB 转 SPI C++.net 应用
    USB 转 SPI C++.net 应用-USB-SPI C++. Net Application
    2022-09-04 14:50:03下载
    积分:1
  • clearmemory
    clear memory vB.net management memory when play stream vdeo
    2020-06-25 15:20:02下载
    积分:1
  • 智能卡阅读数字证书
    reading digital certificates from smart card
    2023-05-08 15:10:02下载
    积分:1
  • 基于web动物识别系统
    基于web的动物识别系统 1. 实验目的 理解和掌握产生式知识表示方法及产生式系统的基本过程,能够利用Web编程技术建立一个基于产生式知识表示的简单的智能系统。 2. 实验环境 (1) 硬件环境:网络环境中的微型计算机。 (2) 软件环境:Windows操作系统,任选一种网络编程语言和数据库管理系统。
    2022-01-31 05:18:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载