登录
首页 » C# » asp.net网站实现类似timer的定时任务

asp.net网站实现类似timer的定时任务

于 2015-05-01 发布
0 223
下载积分: 1 下载次数: 0

代码说明:

asp.net网站实现类似timer的定时任务

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

发表评论

0 个回复

  • jsonp服务端例子代码
    jsonp服务端例子代码
    2015-05-27下载
    积分:1
  • ADS1256+STM32F103数据源码+原理图
    【实例简介】
    2021-11-09 00:31:18下载
    积分:1
  • autocad开发与实践教程源代码
    autocad开发基础与实践教程源代码
    2015-04-19下载
    积分:1
  • C# 实时获取股票数据
    能够实时获取股票数据
    2020-11-06下载
    积分:1
  • TCPIP编写的聊天服务器客户端
    【实例简介】TCPIP编写的聊天服务器客户端
    2021-12-29 00:31:27下载
    积分:1
  • C# 坦克大战、打地鼠等游戏 源码下载
    坦克大战、打地鼠等游戏
    2015-04-29下载
    积分:1
  • opc客户端源码下载
    opc
    2016-03-29下载
    积分:1
  • C# MJPG 网络摄像头例子源码下载
    C# MJPG 网络摄像头例子源码下载
    2015-05-10下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • c# 摄像头摄像实例源码下载
    摄像头示例程序
    2015-01-15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载