登录
首页 » C# » 多线程异步编程实例 Thread Async

多线程异步编程实例 Thread Async

于 2012-12-27 发布
0 100
下载积分: 1 下载次数: 0

代码说明:

多线程、异步

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

发表评论

0 个回复

  • ID卡识别实例 c#版
    ID卡识别实例
    2013-01-31下载
    积分:1
  • GetHardInfo
    使用CBuild编写的一组提取计算机硬件信息的函数,包括取得CPUID,硬盘ID,Bios,网卡等(Use CBuild extract prepared a set of functions of computer hardware information, including access to CPUID, drive ID, Bios, network cards, etc.)
    2016-04-29 11:15:05下载
    积分:1
  • Performance_self
    该程序可以实时监控程序本身对应进程的工作集、私有工作集和CPU使用率(The program can real-time monitor itself corresponds to the working set of the process, the private working sets and CPU usage.)
    2014-02-26 13:10:02下载
    积分:1
  • CntrlOtherPrcss
    启动并控制其它Exe程序CntrlOtherPrcss,很不错的vc源码,希望能对大家有所帮助(Start and control other Exe program CntrlOtherPrcss, very good vc source, I hope you can help)
    2011-09-05 23:11:29下载
    积分:1
  • C# 读取 WebBrowser中的图片验证码到pictureBox 【已测试通过,附完整源码】
    用webbrowser打开网页后,读取网页中验证码图片至 picturebox控件, .net framework 2.0和.netframework 4.0 已测试通过 注意:   在COM 页上, 选择 Microsoft HTML Object Library ,添加mshtml 的引用。  使用命名空间  using mshtml。
    2013-03-08下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • search_file
    说明:  实现目录中文件查找,遍历,基本实现dir功能(Document the achievement of the directory search, traversal, the basic function of the realization of dir)
    2009-08-17 21:48:22下载
    积分:1
  • C#键盘钩子操作源码 实例下载
    C#键盘钩子操作源码
    2013-01-08下载
    积分:1
  • 串口调试工具源码
    【实例简介】
    2021-05-20 14:39:31下载
    积分:1
  • C#抓取IE浏览器网站整体截图实例源码
    C#抓取整个网站为一个图片
    2013-01-17下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载