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
multiThread
Race-free
Multithread
ing : Owner polymorphism 3
June15,2009InmylastpostItalkedabouttheproposalfortheownershipschemefor
multithread
edprogramsthatprovidesaliascontrolandeliminatesdataraces.Theschemerequirestheadditionofnewtypequalifierstothe
hqs7636
·
2009-10-21 03:00
thread
wordpress
Scheme
Access
UP
Race-free
Multithread
ing : Owner polymorphism 3
June15,2009InmylastpostItalkedabouttheproposalfortheownershipschemefor
multithread
edprogramsthatprovidesaliascontrolandeliminatesdataraces.Theschemerequirestheadditionofnewtypequalifierstothe
hqs7636
·
2009-10-21 03:00
thread
Scheme
wordpress
Access
UP
Race-free
Multithread
ing: Ownership 2
June 2, 2009 Since ownership plays a major role in race-free programming, it will be the first topic in my proposal for a race-free system. I presented the bird’s eye view of the system and provi
hqs7636
·
2009-10-21 03:00
thread
Scheme
REST
Access
Race-free
Multithread
ing: Ownership 2
June 2, 2009 Since ownership plays a major role in race-free programming, it will be the first topic in my proposal for a race-free system. I presented the bird’s eye view of the system and provi
hqs7636
·
2009-10-21 03:00
thread
Scheme
REST
Access
Race-free
Multithread
ing 1
Posted by Bartosz Milewski under Programming May 26, 2009 [27] Comments Most languages were caught unaware by the multicore revolution. C++, predictably, developed a portable assembly language fo
hqs7636
·
2009-10-21 03:00
C++
c
erlang
C#
Scheme
Race-free
Multithread
ing 1
Posted by Bartosz Milewski under Programming May 26, 2009 [27] Comments Most languages were caught unaware by the multicore revolution. C++, predictably, developed a portable assembly language fo
hqs7636
·
2009-10-21 03:00
C++
c
erlang
Scheme
C#
JAVA25个学习目标
multithread
ing,reflecti
jian436
·
2009-10-15 07:00
多线程笔记
通常,每一个任务称为一个线程(thread),可以同时运行一个以上线程的程序成为多线程程序(
multithread
ed)。
fantasy10o10o
·
2009-10-08 22:00
java
thread
多线程
虚拟机
活动
Multithread
ing in Java (10)
Multithread
ing in Java - Suspending and Resuming Threads (Page 10 of 10 ) There might be
standalone
·
2009-09-24 09:00
java
thread
Multithread
ing in Java (9)
Multithread
ing in Java - Using the Synchronized Statement (Page 9 of 10 ) Synchronizing a method
standalone
·
2009-09-24 09:00
java
thread
Access
UP
Go
Multithread
ing in Java (8)
Multithread
inginJava-SynchronizingThreads(Page8of10)Amajorconcernwhentwoormorethreadssharethesameresourceisthatonlyoneofthemcanaccesstheresourceatonetime.Programmersaddressthisconcernbysynchronizingth
standalone
·
2009-09-24 09:00
java
thread
REST
Access
UP
Multithread
ing in Java (7)
Multithread
ing in Java - Setting Thread Priorities (Page 7 of 10 ) Previously in this chapter
standalone
·
2009-09-24 09:00
java
thread
Access
performance
Multithread
ing in Java (6)
Multithread
inginJava-UsingisAlive()andjoin()(Page6of10)Typically,themainthreadisthelastthreadtofinishinaprogram.However
standalone
·
2009-09-24 09:00
java
thread
Multithread
ing in Java (5)
Multithread
ing in Java - Creating a Thread by Using extends (Page 5 of 10 ) You can inherit
standalone
·
2009-09-24 09:00
java
thread
Access
Multithread
ing in Java (4)
Multithread
ing in Java - Creating Your Own Thread (Page 4 of 10 ) Remember, your program
standalone
·
2009-09-23 23:00
java
thread
Multithread
ing in Java (3)
Multithread
ing in Java - The Thread Classes and the Runnable Interface (Page 3 of 10 )
standalone
·
2009-09-23 23:00
java
thread
Multithread
ing in Java (2)
Multithread
inginJava-Overhead(Page2of10)Theoperatingsystemmustdoextraworktomanagemultitasking.Programmerscallthisextraworkoverheadbecauseresourcesinsideyourcomputerareusedtomanagethemultitaskingopera
standalone
·
2009-09-23 23:00
java
thread
windows
Solaris
Multithread
ing in Java (1)
Multithread
ingallowstwopartsofthesameprogramtorunconcurrently.Thisarticlediscusseshowtopulloffthisperformance-improvingfeatinJava.Itisexcerptedfromchapter10ofthebookJavaDemystified
standalone
·
2009-09-23 23:00
java
thread
performance
Go
link
Single-Threaded 单线程静态链接库(release版本)
Multithread
ed 多线程静态链接库(release版本)
multithread
ed DLL 多线程动态链接库(release
frenchmay
·
2009-09-16 00:00
多线程
dos
mfc
java主要学什么
multithread
ing,reflect
sunguanxing
·
2009-09-10 17:00
java
设计模式
应用服务器
quartz
企业应用
成为Java高手的25个学习要点
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflec
hsyliqun21
·
2009-09-04 10:00
java
设计模式
应用服务器
quartz
企业应用
java一个多线程的经典例子
.*; //多线程编程 public class
MultiThread
{ public static void main(String args[]) { System.out.println
xf.zhouwenjun
·
2009-09-02 16:00
java
多线程
thread
编程
COM组件概念---线程模型
COM提供的线程模型共有三种:Single-ThreadedApartment(STA单线程套间);
Multithread
edApartment(MTA多线程套间);NeutralApartment/ThreadNeutralApartment
b_fushuaibing
·
2009-09-02 08:00
成为Java高手
multithread
ing,reflect
david20080309
·
2009-08-21 16:00
java
设计模式
应用服务器
quartz
企业应用
单例 Singleton
here, one is when to initialize the instance and the other is how to ensure thread-safe in the
multithread
xiejiangbo
·
2009-08-20 14:00
thread
Access
Go
actionscript
单例 Singleton
here, one is when to initialize the instance and the other is how to ensure thread-safe in the
multithread
xiejiangbo
·
2009-08-20 14:00
thread
Access
Go
actionscript
单例模式
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serializati
chriscbz
·
2009-08-18 16:00
读书摘要--《C++.GUI.Programming.with.Qt.4》chapter18~20
Chapter18
Multithread
ing18.1 CreaingThreads Qt中提供多线程的机制很简单:创建QThread的派生类,并重新实现其保护成员函数run()。
ryanzz
·
2009-08-12 19:00
C++
session
manager
读书
qt
interface
成为Java高手
multithread
ing,reflect
xf.zhouwenjun
·
2009-08-03 09:00
java
设计模式
应用服务器
quartz
企业应用
成为Java高手需要注意的25个学习目标
multithread
ing,reflection,
achan2090
·
2009-08-02 16:00
java
webservice
serialization
Webwork
localization
javabeans
单例模式
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
yxpjx
·
2009-07-29 19:00
一些VC的快捷键以及调试方法技巧
检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号c/c++ 选项,选择code generation,在use run-time library 下拉框中选择debug
multithread
gisfarmer
·
2009-07-24 09:00
工作
Microsoft
mfc
compiler
generation
variables
欲为Java技术大牛所需的25个学习要点
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflec
xyf_84
·
2009-07-23 10:00
java
设计模式
应用服务器
quartz
企业应用
欲为Java技术大牛所需的25个学习要点
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflec
xyf_84
·
2009-07-23 10:00
java
设计模式
应用服务器
quartz
企业应用
VC的常用快捷键,你知道吗?
检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号c/c++ 选项,选择code generation,在use run-time library 下拉框中选择debug
multithread
yimiyangguang1314
·
2009-07-21 09:00
JAVA 线程的例子
JAVA线程的例子 1 package test.capture; 2 3 import java.io.IOException; 4 5 public class
MultiThread
小伟 的 程序人生
·
2009-07-17 21:00
单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
gaojiewyh
·
2009-07-07 21:00
设计模式
多线程
log4j
JUnit
软件测试
单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
gaojiewyh
·
2009-07-07 21:00
设计模式
多线程
log4j
JUnit
软件测试
【Java.Concurrency】多线程的代价 & Why Threads Are A Bad Idea (for most purposes)
1.多线程代价转自:http://ifeve.com/costs-of-
multithread
ing/从一个单线程的应用到一个多线程的应用并不仅仅带来好处,它也会有一些代价。
robinjwong
·
2009-07-05 22:00
[置顶] 单例模式深入剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
gybyylx
·
2009-06-30 00:00
java
ClassLoader
HashMap
null
import
Instantiation
成为Java高手的25个学习要点
interaction以及statediagrams. 2.你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing
cdsnmdl
·
2009-06-28 23:00
25条 java须知【转】
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflec
5__1000
·
2009-06-28 20:00
java
设计模式
应用服务器
quartz
企业应用
25条 java须知
2.你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflecti
5__1000
·
2009-06-28 20:00
Java
企业应用
设计模式
应用服务器
quartz
成为Java高手的25个学习要点
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflecti
陈新杰
·
2009-06-26 15:00
java
设计模式
应用服务器
quartz
企业应用
成为Java高手的25个学习要点
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflecti
陈新杰
·
2009-06-26 15:00
java
设计模式
应用服务器
quartz
企业应用
成为Java高手的25个学习要点
你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflecti
陈新杰
·
2009-06-26 15:00
java
设计模式
应用服务器
quartz
企业应用
Ownership hierarchy using owner::this
Ownershiphierarchyusingowner::thisInmylastpostItalkedabouttheproposalfortheownershipschemefor
multithread
edprogramsthatprovidesaliascontrolandeliminatesdataraces.Theschemerequirestheadditionofnewtypequ
yntcsb
·
2009-06-19 12:00
thread
Scheme
F#
Access
UP
“双检测锁”机制
下面是一段双检测锁代码: // Broken
multithread
ed version // "Double-Checked Locking"
ylangin
·
2009-06-12 14:00
jvm
多线程
thread
erlang
IBM
前言
以前,从没有系统学习过多线程程序设计,有的只是临时找找资料,查查档案,模仿着用,但似乎缺少什么,所以这次以
MultiThread
ingApplicationsinwin32(中文:win32多线程程序设计
night_cat
·
2009-05-29 09:00
多线程
multithreading
夜又深了,刚才又练习了课本上的线程程序没出什么大的错误
夜又深了,刚才又练习了课本上的线程程序没出什么大的错误 小程序,线程的启动用start方法,开线程的类,可以实现runnable接口,还可以从Thread类继承,继承不是个好办法、publicclass
MultiThread
Model1
蓝冰飞寒
·
2009-05-11 23:00
上一页
33
34
35
36
37
38
39
40
下一页
按字母分类:
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
其他