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
java多线程编程技术 +代码实例
可以指定程序包含不同的执行线程,每个线程都具有自己的方法调用堆栈和程序计数器,使得线程在与其他线程并发地执行能够共享程序范围内的资源,比如共享内存,这种能力被称为多线程编程(
multithread
ing
_waylau
·
2011-08-27 10:57
Java
java多线程编程技术 +代码实例
可以指定程序包含不同的执行线程,每个线程都具有自己的方法调用堆栈和程序计数器,使得线程在与其他线程并发地执行能够共享程序范围内的资源,比如共享内存,这种能力被称为多线程编程(
multithread
ing
kkkloveyou
·
2011-08-27 10:00
java
thread
多线程
编程
Random
Class
要成为Java高手需要注意的25个学习目标
multithread
ing,reflection,
wustrive_2008
·
2011-08-27 05:30
java
职场
心得
经验
休闲
要成为Java高手需要注意的25个学习目标
multithread
ing,reflect
wustrive_2008
·
2011-08-27 05:00
java
javaee
Using Collection Classes Safely in
Multithread
ed Applications
thistechnotedescribessomeproblemsthatcan ccurwhenusingmutablecollectionclasses(arrays,dictionaries,andsets)in
multithread
edCocoaapplications
zengconggen
·
2011-08-26 11:00
系统并发杂谈
转自:http://www.ibm.com/developerworks/cn/java/l-
multithread
ing/ 并增加自己的分析,希望对并发系统的设计提供一种思路。
ykdsg
·
2011-08-23 20:00
使用semaphore实现生产者-消费者简单模型
实现:importjava.util.concurrent.Semaphore; /** * *
Multithread
ing:consumer-producermodelusingsemaphores
ljsspace
·
2011-08-19 15:00
thread
exception
Semaphore
Class
import
multithreading
Android线程优先级设置方法
对于Android平台上的线程优先级设置来说可以处理很多并发线程的阻塞问题,比如很多无关紧要的线程会占用大量的CPU时间,虽然通过了
MultiThread
来解决慢速I/O但是合理分配优先级对于并发编程来说十分重要
wen66
·
2011-08-19 10:00
android
生产消费者
System.out.下面的方法不是线程安全的 *2.wait(),notify(),notifyAll()必须在同步方法中 *3.wait()方法最好是在while里面而不是if */ publicclass
MultiThread
ztianyi312
·
2011-08-17 00:00
多线程
同步
java30个目标
2.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,refl
Y13530828499
·
2011-08-13 11:00
java
serialization
localization
Cryptography
javabeans
multithreading
use another thread loading file for other threads parse will not speed up application
Multithread
s load and parse file will notspeedup file handling. because load data from harddisk to memory
xitong
·
2011-08-12 17:00
application
use another thread loading file for other threads parse will not speed up application
Multithread
sloadandparsefilewillnotspeedupfilehandling.becauseloaddatafromharddisktomemoryisnottheCPU'sbusiness
wangeen
·
2011-08-12 17:00
VC运行时库
---------------------------------------------------------------- SingleThreaded/MLLIBC(none) Static
MultiThread
g5dsk
·
2011-08-12 15:00
多线程
c
dll
library
java中Synchronized的一个简单例子
多线程例子如下:packagecom.jzm.
multithread
ing; publicclassAlwaysEven{ privateinti=0; publicvoidnext(){
love_Ubuntu
·
2011-08-12 15:00
java
thread
多线程
String
Class
多次使用axis2调用webservice后,报连接超时错误
org.apache.commons.httpclient.ConnectionPoolTimeoutException:Timeoutwaitingforconnection atorg.apache.commons.httpclient.
MultiThread
edHttp
larry_lv
·
2011-08-09 16:00
apache
exception
object
webservice
Class
web服务
linux c thread
#include <stdlib.h> #include <sys/time.h> #include <limits.h> //编译命令:g++ -g -o
multithread
genier200
·
2011-08-07 22:00
thread
线程池
//
MultiThread
1.cpp:Definestheentrypointfortheconsoleapplication.
netanimals
·
2011-08-03 14:00
thread
null
Class
SDL在vc6下的编译
目录为其你所下载的相关目录;3,在工程的设置中,找到link,在对象/库模块中添加sdl.lib及sdlmain.lib4,在工程的设置中,找到c/c++中,设置Userun_timelibrary为
multithread
dll5
zhoujunming
·
2011-07-30 20:00
video
include
library
audio
generation
linker
ACE基本的多线程编程(Basic
Multithread
ed Programming)
从ACE_Task_Base或ACE_Task派生你的线程对象,重载virtualintsvc(void);虚函数,那就是线程的入口函数。#include#includeclassHA_CommandHandler:publicACE_Task_Base{public: virtualintsvc(void) { ACE_DEBUG((LM_DEBUG,
zzjxiaozi
·
2011-07-29 10:00
MultiCore Memory Management Technology in mortal kombat
gdc2011'spaper.UnealMemoryAllocator上来先分析了unreal的memoryallocator不给力,在于:不支持多个heap并不是native的面向
MultiThread
ccanan
·
2011-07-24 20:00
thread
多线程
list
cache
OS
debugging
设计模式之单例
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
hnzhangshilong
·
2011-07-22 13:00
java
multithread
ing server example
@TCPClient.javaimportjava.io.*;importjava.net.*;importjava.util.*;publicclassTCPClient{privateArrayListlist;privateintchoice;SocketclientSocket;//showtheoptionstouserandreceivetheoperandofuser.publicv
peytoncho
·
2011-07-18 17:01
java
职场
server
Java
java
multithread
ing server example
@TCPClient.javaimportjava.io.*;importjava.net.*;importjava.util.*;publicclassTCPClient{ privateArrayListlist; privateintchoice; SocketclientSocket; //showtheoptionstouserandreceivetheope
peytoncho
·
2011-07-18 17:01
java
多线程
server
职场
休闲
芯群面试之——multitask
Multithread
区别
当时这个题目还是英语的
MultiThread
:程序中一部份的子程序可以像主程序一样去分享CPU时间,而每个子程序是跟主程序共享定地址空间的!!
npjocj
·
2011-07-15 18:00
thread
多线程
面试
任务
web服务
作业
Multithread
ing in C and Java
Summaryaboutmutlti-threadinginCandJava 1.Ifthemainthreadterminates,thenthewholeprogramdies,too.Soifyou wanttorunsometasksinasubthread,youmustguaranteethatsubthread terminatesbeforemainthread. 2.Ifyouw
hitlion2008
·
2011-07-13 07:00
JOIN
thread
c
token
multithreading
variables
【转】Java 程序中的多线程
http://www.ibm.com/developerworks/cn/java/
multithread
ing/线程间发信 当线程在继续执行前需要等待一个条件时,仅有synchronized关键字是不够的
GaoMatrix
·
2011-07-12 23:00
单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
263229365
·
2011-07-12 09:00
单例模式
VC++ Studio 使用技巧
检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号c/c++选项,选择codegeneration,在userun-timelibrary下拉框中选择debug
multithread
stefzeus
·
2011-07-05 12:00
Monitor Directory and File(IV)Multi Threads
Lock - Free simple lock and free package com.xxxxxxx.importdata.filemonitor.
multithread
s; import
sillycat
·
2011-07-04 23:00
Directory
Threads & Concurrency
Threading Programming Guide http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/
Multithread
ing
xserver
·
2011-06-20 17:00
thread
Blog
ITeye
Java学习的30个目标以及系统架构师推荐的书
第一阶段 2.你需要学习JAVA语言的基础知识以及它的核心类库 (collections,serialization,streams,networking,
multithread
ing,reflection
yangphere
·
2011-06-19 07:00
java
设计模式
应用服务器
mvc
企业应用
Java学习的30个目标以及系统架构师推荐的书
个目标以及系统架构师推荐的书我认为讲得到不错,但有点乱,有时间把它整理下---第一阶段 2.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing
非淡泊无以明志,非宁静无以致远--Stay Hungry, Stay Foolish
·
2011-06-18 15:00
多线程服务器的常用编程模型
giantchen_AT_gmail)Blog.csdn.net/Solstice2009 Feb 12 建议阅读本文PDF版下载: http://files.cppblog.com/Solstice/
multithread
ed
arau_sh
·
2011-06-10 11:00
VC缺省链接库的顺序不对导致链接错误error LNK2005: "void __cdecl operator delete(void *)"
MFCstaticLibrary和CodeGeneration/
MultiThread
选项时,链接总出现问题:nafxcw.lib(afxmem.obj):errorLNK2005:"void__cdecloperatordelete
wzsy
·
2011-06-07 17:00
http多线程下载
public class
MultiThread
DownloadTest { public static void main(String[] args) throws Exception
easyhaohao
·
2011-06-02 11:00
多线程
thread
JavaScript多线程编程简介
原文:http://www.infoq.com/cn/articles/js_
multithread
虽然有越来越多的网站在应用AJAX技术进行开发,但是构建一个复杂的AJAX应用仍然是一个难题。
willnow
·
2011-05-31 09:00
Android线程优先级设置方法
blog_7a9802120100s4at.html 对于Android平台上的线程优先级设置来说可以处理很多并发线程的阻塞问题,比如很多无关紧要的线程会占用大量的CPU时间,虽然通过了
MultiThread
java-admin
·
2011-05-28 14:00
thread
编程
android
UI
音乐
Double Check Locking -- Java并发
http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html // Broken
multithread
ed
jilen
·
2011-05-20 13:00
java
spring
thread
tomcat
算法
java多线程经典例程
.*; //多线程编程 public class
MultiThread
{ public static void main(String args[])
63938525
·
2011-05-20 13:00
java
多线程
thread
编程
初学java的25个目标
multithread
ing,reflectio
anduo1989
·
2011-05-13 08:00
java
设计模式
应用服务器
quartz
企业应用
C++ builder XE动态链接库中使用STL::vector
一.建立dll菜单File-->New-->Other,弹出NewItems窗体,选择New页的DLLWizard,点击OK.弹出DLLWizard窗体,默认选项即可(C++选中,UseVCL选中,
MultiThread
ed
rumswell
·
2011-05-12 20:00
C++
vector
dll
button
wizard
winapi
学习java的30个目标
2.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflect
c929833623lvcha
·
2011-05-11 19:00
java
serialization
localization
Cryptography
javabeans
multithreading
学习java的30个目标
2.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflec
pengyajie
·
2011-05-09 22:00
Java
设计模式
JavaME
企业应用
应用服务器
学习java的30个目标
2.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflec
pengyajie
·
2011-05-09 22:00
Java
设计模式
JavaME
企业应用
应用服务器
Multithread
ed Servers in Java
Multithread
edServersinJava文章描述了实现
Multithread
edServers的3种方法:1)单线程,性能性差,请求等待时间长2)多线程,把接受请求和处理请求的线程分开,接受后交给
非淡泊无以明志,非宁静无以致远--Stay Hungry, Stay Foolish
·
2011-05-07 09:00
Android线程优先级设置方法
对于Android平台上的线程优先级设置来说可以处理很多并发线程的阻塞问题,比如很多无关紧要的线程会占用大量的CPU时间,虽然通过了
MultiThread
来解决慢速I/O但是合理分配优先级对于并发编程来说十分重要
zengyan2012
·
2011-04-29 17:00
thread
编程
UI
android
音乐
多线程同步
package
multithread
ing; /** * in the practical problem * the more synchronized means you make waiting
iwillbegenius
·
2011-04-25 22:00
多线程
thread
Go
java 多线程编码实例
/多线程编程publicclass
MultiThread
{publicstaticvoidmain(Stringargs[]){System.out.println("我是主线程!")
lzhang
·
2011-04-25 09:06
java
多线程
职场
优先级
休闲
java 多线程编码实例
/多线程编程publicclass
MultiThread
{publicstaticvoidmain(Stringargs[]){System.out.println("我是主线程!")
lzhang
·
2011-04-25 09:06
java
职场
多线程
2011-4-24java多线程基础
package
multithread
ing; import java.io.IOException; /** * thread state can be divided into following
iwillbegenius
·
2011-04-24 21:00
多线程
thread
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他