会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
本人博客已迁移至:
https://z2h.cn
精致码农 • 王亮
Be humble, communicate clearly, and respect others.
本人博客已迁移至:
z2h.cn
(博客园的文章图片均已失效)
Liam Wang
Be humble, communicate clearly, and respect others.
博客园
首页
新随笔
联系
订阅
管理
2020年10月28日
[C#.NET 拾遗补漏]10:理解 volatile 关键字
摘要: 要理解 C# 中的 volatile 关键字,就要先知道编译器背后的一个基本优化原理。比如对于下面这段代码: public class Example { public int x; public void DoWork() { x = 5; var y = x + 10; Debug.WriteL
阅读全文
posted @ 2020-10-28 08:49 精致码农
阅读(4220)
评论(23)
推荐(38)
编辑
公告