-
Guide the development of the use of ADO console attributes menu procedures, more...
使用ADO指针开发控制台属性菜单程序,比较实用,你可以-Guide the development of the use of ADO console attributes menu procedures, more practical, you can
- 2022-03-14 10:07:29下载
- 积分:1
-
获取页面间传值
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnRedirect_Click(object sender, EventArgs e)
{
Response.Redirect("Request.aspx?value=获得页面间的传值");
}
}
- 2023-04-05 04:10:03下载
- 积分:1
-
VB.NET SQL查询控件
使用VB.NET语句编写的SQL 2008数据库查询控件,可以自动生成多个查询条件,允许单一条件查询,也可以多条件组合查询,适用于数据库管理系统中用户查询界面,通用的数据库查询控件。
- 2022-01-31 07:51:41下载
- 积分:1
-
时间显示、钟表
是修改的别人的代码,主要是网页上显示时间日历、圆形时钟等,包含的内容比较多。初次学习,觉得调试的效果还不错,分享给奋斗在编程路上的朋友们,希望能有所帮助。
- 2022-08-07 23:32:03下载
- 积分:1
-
WindowsServices
Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut.
(Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut.
)
- 2009-06-29 05:15:08下载
- 积分:1
-
维稳费二维码读取维稳费二维码读取维稳费二维码读取维稳费二维码读取
维稳费二维码读取维稳费二维码读取维稳费二维码读取维稳费二维码读取维稳费二维码读取维稳费二维码读取维稳费二维码读取维稳费二维码读取
- 2022-09-10 14:35:04下载
- 积分:1
-
仿outlook左侧菜单,一般的软件开发是非常实用…
仿outlook左侧菜单,对于一般的软件开发来说很实用!-Outlook like the left menu, the software development in general are very practical!
- 2022-03-26 04:00:14下载
- 积分:1
-
aspnet_ani
在Asp.Net WEB开发中,结合JQuery实现简单的图形移动动画效果
包括文字动画平滑放大,图片的动画变淡,菜单树动画展开,div自动绕圈移动等效果,源代码使用VS2010开发
(In Asp.Net WEB development, combined with the JQuery to achieve a simple graphical animation effects
Including text animation smooth zooming of picture animation, pale, menu tree animation, div automatic cruising mobile effect, source code is developed using VS2010
)
- 2012-04-20 10:06:17下载
- 积分:1
-
vb.net realize file association, there is a need can
vb.net实现文件关联,有需要者可以-vb.net realize file association, there is a need can
- 2022-04-01 03:19:45下载
- 积分:1
-
入门经典第5版中文高清版
C#入门经典,非常好的学习C#的入门教材(C# Introduction classics, very good learning C# introductory textbooks)
- 2020-06-21 14:40:01下载
- 积分:1