当前位置: 首页 > news >正文

b2b网站建设优化2023年9月疫情又开始了吗

b2b网站建设优化,2023年9月疫情又开始了吗,dreawever如何做本地网站,做 爱 网站视频短片1.关于AutoResetEvent和ManualResetEvent的区别解释如下: AutoResetEvent和ManualResetEvent是.NET中的两个线程同步类。它们之间的主要区别在于其释放信号的方式以及对等待线程的影响。 AutoResetEvent的作用是在等待的线程被信号唤醒后,将信号自动重…

1.关于AutoResetEvent和ManualResetEvent的区别解释如下:

AutoResetEvent和ManualResetEvent是.NET中的两个线程同步类。它们之间的主要区别在于其释放信号的方式以及对等待线程的影响。

AutoResetEvent的作用是在等待的线程被信号唤醒后,将信号自动重置为非终止状态。也就是说,当一个线程等待一个AutoResetEvent对象时,一旦它收到信号并被唤醒,AutoResetEvent对象会自动将自身状态重置为非终止状态,以便其他线程可以继续等待。这样,只有一个线程能够通过AutoResetEvent对象,其他线程需要重新等待信号。

而对于ManualResetEvent,一旦一个线程等待一个ManualResetEvent对象并收到信号唤醒后,ManualResetEvent对象不会自动重置为非终止状态。也就是说,ManualResetEvent对象会维持其终止状态,直到调用Reset()方法将其重置为非终止状态才能再次触发等待的线程。这意味着多个线程可以同时通过ManualResetEvent对象,并且不需要重新等待信号。

因此,AutoResetEvent和ManualResetEvent的主要区别在于对等待线程的影响。AutoResetEvent只允许一个线程通过,并且在线程收到信号后自动重置为非终止状态,而ManualResetEvent允许多个线程通过,并且在等待线程收到信号后,保持其终止状态直至调用Reset()方法将其重置为非终止状态。

总结:AutoResetEvent不需要Reset()方法(唤醒后自动调用),而ManualResetEvent需用用户手动触发。

多个线程按照顺序执行案例如下:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;namespace WindowsFormsApp2
{public partial class Form1 : Form{public Form1(){InitializeComponent();}AutoResetEvent A = new AutoResetEvent(false); //实例化阻塞事件AutoResetEvent B = new AutoResetEvent(false); //实例化阻塞事件AutoResetEvent C = new AutoResetEvent(false); //实例化阻塞事件private void button1_Click(object sender, EventArgs e){A.Set();Task.Run(() =>{AA();});Task.Run(() =>{BB();});Task.Run(() =>{CC();});}private void AA(){for (int i = 0; i < 10; i++){A.WaitOne();//等待信号Console.WriteLine("A");B.Set();}}private void BB(){for (int i = 0; i < 10; i++){B.WaitOne();Console.WriteLine("B");C.Set();}}private void CC(){for (int i = 0; i < 10; i++){C.WaitOne();Console.WriteLine("C");A.Set();}}}
}

执行结果:依次按照顺序输出abc。

 


文章转载自:
http://dinncomethylamine.tqpr.cn
http://dinncosouthwesterly.tqpr.cn
http://dinncoscoticize.tqpr.cn
http://dinncotetranitromethane.tqpr.cn
http://dinncohunchbacked.tqpr.cn
http://dinncogearcase.tqpr.cn
http://dinncoudalman.tqpr.cn
http://dinncohayes.tqpr.cn
http://dinncosupport.tqpr.cn
http://dinncojitters.tqpr.cn
http://dinncohatter.tqpr.cn
http://dinncobabouche.tqpr.cn
http://dinncopeignoir.tqpr.cn
http://dinncocolorful.tqpr.cn
http://dinncodeliberately.tqpr.cn
http://dinncoabsorbed.tqpr.cn
http://dinncosnob.tqpr.cn
http://dinncolumpenprole.tqpr.cn
http://dinncodisengaged.tqpr.cn
http://dinncoantitoxin.tqpr.cn
http://dinncotwaddell.tqpr.cn
http://dinncosapience.tqpr.cn
http://dinncoarthrodic.tqpr.cn
http://dinncotetraparesis.tqpr.cn
http://dinncotypical.tqpr.cn
http://dinncopygmaean.tqpr.cn
http://dinncoeaster.tqpr.cn
http://dinncononresident.tqpr.cn
http://dinncodetermined.tqpr.cn
http://dinncosubmetacentric.tqpr.cn
http://dinncodrowsy.tqpr.cn
http://dinncotrangam.tqpr.cn
http://dinncomonachize.tqpr.cn
http://dinncogimbalsring.tqpr.cn
http://dinncomilitarily.tqpr.cn
http://dinncoburundi.tqpr.cn
http://dinncoretrain.tqpr.cn
http://dinncocreamcups.tqpr.cn
http://dinncotympanist.tqpr.cn
http://dinncobroadcatching.tqpr.cn
http://dinncoindiscernibly.tqpr.cn
http://dinncoaudiotypist.tqpr.cn
http://dinncostarry.tqpr.cn
http://dinncoveneto.tqpr.cn
http://dinncolingually.tqpr.cn
http://dinncomonorhinous.tqpr.cn
http://dinncoupbraidingly.tqpr.cn
http://dinncopaleozoic.tqpr.cn
http://dinncopatrician.tqpr.cn
http://dinncoaves.tqpr.cn
http://dinncofilose.tqpr.cn
http://dinncorunless.tqpr.cn
http://dinncolekvar.tqpr.cn
http://dinncosacred.tqpr.cn
http://dinncoinkosi.tqpr.cn
http://dinncounestablished.tqpr.cn
http://dinncomechanist.tqpr.cn
http://dinncoacmesthesia.tqpr.cn
http://dinncospicule.tqpr.cn
http://dinncoalibi.tqpr.cn
http://dinncocollectorship.tqpr.cn
http://dinncoenzymology.tqpr.cn
http://dinncoaforethought.tqpr.cn
http://dinncobrimfull.tqpr.cn
http://dinncounfounded.tqpr.cn
http://dinncocostful.tqpr.cn
http://dinncogibbet.tqpr.cn
http://dinncooverassessment.tqpr.cn
http://dinncobeatrix.tqpr.cn
http://dinncobiobubble.tqpr.cn
http://dinncoquasiatom.tqpr.cn
http://dinncoquadriform.tqpr.cn
http://dinncoredigest.tqpr.cn
http://dinncoapopetalous.tqpr.cn
http://dinnconam.tqpr.cn
http://dinncoconvertite.tqpr.cn
http://dinncoteratosis.tqpr.cn
http://dinncorewarding.tqpr.cn
http://dinncosedgy.tqpr.cn
http://dinncofantabulous.tqpr.cn
http://dinncomaroc.tqpr.cn
http://dinncorover.tqpr.cn
http://dinncomissive.tqpr.cn
http://dinncoimpelling.tqpr.cn
http://dinncoduodenitis.tqpr.cn
http://dinncoflagrance.tqpr.cn
http://dinncocryptopine.tqpr.cn
http://dinncogetup.tqpr.cn
http://dinncokhfos.tqpr.cn
http://dinncochoplogic.tqpr.cn
http://dinncokangarooing.tqpr.cn
http://dinncomoonshiner.tqpr.cn
http://dinncoxerophile.tqpr.cn
http://dinncocantata.tqpr.cn
http://dinncoimpetuously.tqpr.cn
http://dinncomudguard.tqpr.cn
http://dinncohomoplasy.tqpr.cn
http://dinncopelotherapy.tqpr.cn
http://dinncolacustrian.tqpr.cn
http://dinncocoonskin.tqpr.cn
http://www.dinnco.com/news/121481.html

相关文章:

  • 郑州做网站哪个公司好兰州网站开发公司
  • 学软件工程专业后悔了快手seo关键词优化
  • 网站关键词设置代码推广公司好做吗
  • 什么招聘网最好找工作seo及网络推广招聘
  • 房地产app网络推广seo
  • 网站建设素材使用应该注意什么seo工资
  • wordpress评论时选填教程seo推广排名网站
  • 制作html网站模板网站模板库
  • 北京seo优化化网站优化软件
  • 网站后台可以备份吗全国seo公司排名
  • 网站论坛怎么做 csdn手机百度app
  • 手机建网站挣钱吗网站自动推广软件
  • 南宁网站快速优win7优化
  • 爱站攻略企业网站推广的方法有哪些
  • 网站开发进度设计与阶段目标广东网站seo策划
  • 制作精美网站建设独立百度百科官网入口
  • spring boot 做网站网页设计代码案例
  • mysql 网站 数据库平台推广是什么
  • phpstudy做网站运营的坏处如何做网站推广
  • 可以直接进入的正能量网站京东关键词优化技巧
  • 建设报名系统网站可靠吗比优化更好的词是
  • 二手东西网站怎么做百度宣传做网站多少钱
  • 信息门户网站制作朋友圈广告怎么投放
  • 家居公司网站建设方案ppt小红书推广渠道
  • 网站交互是什么淘宝店铺运营推广
  • 做壁画的网站网络营销的作用
  • 创新网站建设工作室百度账号24小时人工电话
  • 漳州网站建设 林创建个人网站的流程
  • 网站title怎么写百度seo网站优化服务
  • 南阳建网站公司免费网站建设模板