-
ASP编写的在线考试系统
以Visual Studio为开发工具设计了基于B/S模式的在线考试系统,主要由管理员模块和考生模块两个个模块组成,从数据流的角度又可以分为考务系统,考试系统和评分系统三个子系统。
- 2022-03-15 09:10:12下载
- 积分:1
-
足彩数据抓取工具C#
应用背景
1、抓取某足彩网站足球赔率等数据;
2、内置足彩分析分析方法;
3、可点击一次自动运行设置时间抓取数据;
4、效率高、抓取准、分析方法有效;
5、另附赠扩展方法,都是思维的结晶。
关键技术
1、Asp.Net;
2、SqlServer;
3、Vs2010;
- 2022-08-11 22:42:42下载
- 积分:1
-
谈谈类和结构的区别?
最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别
1. 在.net(C# or vb.net)中如何...
谈谈类和结构的区别?
最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别
1. 在.net(C# or vb.net)中如何获得当前窗体或控件的句柄,特别是控件本身的句柄(请列举)。
this(C#) Me(vb.net).
2在.net(C# or vb.net)中如何用户自定义消息,并在窗体中处理这些消息。
在form中重载DefWndProc函数来处理消息:
protected override void DefWndProc ( ref System.WinForms.Message m )
{
-To talk about the difference between Class and structure? Greatest difference between a reference type, a value type is the default access for members of public is another difference between 1.. Net (C# Or vb.net) in the current form or how to obtain a handle to control, especially control their own Handle (please list). this (C#) Me (vb.net) .2 in. net (C# or vb.net) How user-defined message, and deal with these messages in the form. In the form of heavy-duty DefWndProc function to deal with the news: protected override void DefWndProc (ref System.WinForms.Message m) (
- 2022-05-05 22:56:50下载
- 积分:1
-
WebSite1
用.net开发的一个银行贷款系统,实现了简单的信息查询,贷款以及还款过程,以及相关的税率计算,信誉计算等(website for bank)
- 2010-10-28 11:23:12下载
- 积分:1
-
北大青鸟ACCP 5”程序
北大青鸟ACCP 5.0课程 《深入.NET平台和C#编程(.NETOOP)》 上级贯穿案例 my geaem-Beida Jade Bird Program ACCP 5.0 " in-depth. NET platform and C# programming (. NETOOP)" higher-level cross-case my geaem
- 2022-02-21 20:08:06下载
- 积分:1
-
VisualC(pdg)
Visual C# .NET编程基础,对于VS用于WEB编程的处学者很有帮助(Visual C#. NET programming basis for VS Department for WEB programming academics helpful)
- 2007-11-07 19:59:52下载
- 积分:1
-
The-voice-mail-system
一个留言本系统,有ASP.NET3.5实现(A message of the system, a ASP.NET3.5 implementation)
- 2013-10-24 15:58:28下载
- 积分:1
-
ASP.NET
开始编辑,可以编辑点,线,面数据,保存编辑内容。(The editor can edit points, lines, and surface data, and save editing contents.)
- 2018-11-14 14:04:10下载
- 积分:1
-
原名
原名< 深入研究vb.net>>,一本非常不错的书,推荐给大家研究。-Formerly known as
- 2022-02-06 11:39:03下载
- 积分:1
-
此源码是一个教人怎样写类的模板,在类层中实现IDisposable接口,可以确定性的终结对象,协调Dispose()与Finalize()的关系,并能克服类层上...
此源码是一个教人怎样写类的模板,在类层中实现IDisposable接口,可以确定性的终结对象,协调Dispose()与Finalize()的关系,并能克服类层上多次调用Dispose()方法的问题,且是线程安全的。-This source is a type of teaching people how to write the template, in the category layer realize IDisposable interface, you can target the end of uncertainty, the coordination of Dispose () and Finalize () relationship and overcome the type of layer multiple calls to Dispose ( ) methods, and is thread-safe.
- 2023-08-12 19:20:03下载
- 积分:1