E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
atomicinteger
an example of cloneable
code describes how the cloneable works package org.cxz.clone; import java.util.concurrent.atomic.
AtomicInteger
Aga
·
2009-10-10 09:00
java
java线程(11)
jdk1.5原子包介绍(基于volatile) 包的特色: 1, 普通原子数值类型
AtomicInteger
, AtomicLong提供一些原子操作的加减运算. 2, 使用了解决脏数据问题的经典模式
nenty
·
2009-09-02 11:00
java
设计模式
thread
多线程
编程
简易tps统计程序
import java.io.IOException; import java.util.concurrent.atomic.
AtomicInteger
; import org.apache.commons.httpclient.HttpClient
lingqi1818
·
2009-07-16 23:00
apache
thread
Mina2.0框架源码剖析(二)
每个AbstractIoService都一个
AtomicInteger
类型的id号,确保每个id的唯一性。
amozon
·
2009-02-10 14:00
框架
thread
Mina2.0框架源码剖析(二)
每个AbstractIoService都一个
AtomicInteger
类型的id号,确保每个id的唯一性。 它内部的Executor可以选择是从外部
amozon
·
2009-02-10 14:00
thread
框架
非阻塞算法
使用CAS的非阻塞计数器 public class NonblockingCounter { private
AtomicInteger
value;
fyjava
·
2008-12-16 10:00
C++
c
算法
IBM
C#
Mina2.0框架源码剖析(二)
每个 AbstractIoService 都一个
AtomicInteger
类型的 id 号,确保每个 id 的唯一性。
kenter1643
·
2008-12-09 08:00
thread
框架
Mina2.0框架源码剖析(二)
每个 AbstractIoService 都一个
AtomicInteger
类型的 id 号,确保每个 id 的唯一性。
kenter1643
·
2008-12-09 08:00
thread
框架
JMX-RMI实现
标准Mbean package jmxtest; import java.io.Serializable; import java.util.concurrent.atomic.
AtomicInteger
fengzl
·
2008-09-25 11:00
java
thread
Security
Gmail
Java程序性能之四
在开发服务器端程序更为重要,要了解的是Java应用服务器的基本框架,Java服务器大量采用线程技术,很多对象要被多个线程同时访问,采用synchronized等技术会影响性能,下边是使用并发包的两个小例子:使用
AtomicInteger
zfqjava
·
2007-05-16 19:00
java
应用服务器
Blog
user
服务器
null
关于Atomic
应该来说,util.concurrent包中提供的atomic,包括两部分:1、atomic值对象,例如
AtomicInteger
、AtomicLong等。常用作计数器。
温少
·
2006-11-14 21:00
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他