码迷,mamicode.com
首页 >  
搜索关键字:safety    ( 104个结果
The Line Brings A Fun Twist To Handbags
As an umbrella holder that allows you to create a better child to keep them in your arms for comfort and safety without having to hold an umbrella in ...
分类:数据库   时间:2014-06-03 08:08:02    阅读次数:478
《Java并发编程实战》读书笔记
Subsections  线程安全(Thread safety) 锁(lock) 共享对象 对象组合 基础构建模块 任务执行 取消和关闭 线程池的使用 性能与可伸缩性 并发程序的测试 显示锁 原子变量和非阻塞同步机制 一、线程安全(Thread safety) 无论何时,只要多于一个线程访问给定的状态变量。而且其中某个线程会写入该变量,此时必须使用同...
分类:编程语言   时间:2014-05-21 17:11:45    阅读次数:500
Java Concurrency In Practice -Chapter 2 Thread Safety
This post introduces the challenge and related solution (Atomic, Locks) on Thread Safety.
分类:编程语言   时间:2014-05-17 21:09:33    阅读次数:500
Effective Java 70 Document thread safety
Every class should clearly document its thread safety properties with a carefully worded prose description or a thread safety annotation. The synchron...
分类:编程语言   时间:2014-05-05 12:00:18    阅读次数:437
104条   上一页 1 ... 9 10 11
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!