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
C#多线程工作列队
usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading; namespace
Multithread
edWorkQueue
ArvinStudy
·
2013-02-04 16:00
C#多线程工作列队
usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading; namespace
Multithread
edWorkQueue
ArvinStudy
·
2013-02-04 16:00
Android 简便的异步Http连接框架
*a
multithread
asynchttpconnectionframework.itcanbeuseonandroidprojectorcommonjavaproject.
qq373591361
·
2013-01-31 10:00
《POSIX多线程程序设计》-线程私有数据
/* *tsd_once.c * *Demonstrateuseofpthread_oncetoinitializesomething *exactlyoncewithina
multithread
edprogram
HailinZeng
·
2013-01-29 18:00
posix
JavaSE第九十八讲:线程的实现方式
一个程序实现多个代码同时交替运行就需要产生多个线程3)CPU随机的抽出时间,让我们的程序一会做这件事情,一会做另外一件事情[看是否抢占到CPU的资源]4)同其他大多数编程语言不同,Java内置支持多线程编程(
multithread
edprogramming
xukunhui2
·
2013-01-24 22:00
java
java
java
线程的实现方式
VC编译选项 MT MTd
库文件Singlethread(staticlink)ML libc.libDebugsinglethread(staticlink)MLd libcd.lib
MultiThread
guoduhua
·
2013-01-22 14:00
C/C++ 多线程(
MultiThread
)编程及几种同步方式
C/C++多线程(
MultiThread
)编程及几种同步方式 2011-06-0313:18:04| 分类:c/c++多线程/多进| 标签:|字号大中小 订阅1引言线程(thread)技术早在60
junecauzhang
·
2013-01-12 23:00
近期动态
现在白天做ogre+D3D+
multithread
,晚上做cocos2d-x,U3d,erlang,心力交瘁。今天洗澡时搓澡师傅说我睡眠不足,的确。但是没办法,这就是人生。
lhy_ps6
·
2013-01-11 23:00
How to synchronize access to a shared resource in a
multithread
ing environment by using Visual C#
scid=kb;en-us;816161YoucanperformmultipletasksinMicrosoftVisualC#applicationsatthesametimebyusing
multithread
ing.
Multithread
ingcanstartdifferentthreads
ArvinStudy
·
2013-01-11 15:00
线程安全和可重入的比较
1对于C语言的函数来说Theterms reentrant and thread-safe areusedtospecifyhowafunctioncanbeusedin
multithread
edapplications
hxg130435477
·
2013-01-11 11:00
自我参考:Java学习的30个目标
2.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflectio
eryk86
·
2013-01-09 10:00
android 多线程断点续传下载 二
多线程断点续传下载 AndroidManifest.xml: activity程序:packagesms.
multithread
do
teasub
·
2013-01-08 15:00
VS2010 生成程序 默认导出函数 Init_locks 的解决办法
QAEAAV01@ABV01@@Z,并且会生成exp和lib文件,想要去掉只需要在工程设置中c++ Preprocessor添加一个预定义宏_STATIC_CPPLIB或者将CodeGeneration改成
MultiThread
xunxunnuaa
·
2013-01-08 14:00
豆瓣开放平台api的坑
那么我们继续:
MultiThread
edHttpConnectionManagerhttpConnectionManager=new
MultiThread
edHtt
8821249
·
2013-01-07 22:00
httpclient
豆瓣
java
android
豆瓣开放平台api的坑
那么我们继续:
MultiThread
edHttpConnectionManagerhttpConnectionManager=new
MultiThread
edHtt
8821249
·
2013-01-07 22:00
httpclient
豆瓣
java
android
豆瓣开放平台api的坑
那么我们继续:
MultiThread
edHttpConnectionManager httpConnectionManager = new
8821249
·
2013-01-07 22:00
java
httpclient
android
豆瓣
AfxOleInit CoInitializeEx 问题
mfc程序中使用CoInitializeEx(NULL,COINIT_
MULTITHREAD
ED),不能显示对话框,原因是要换STA的参数MFCapplicationsmustbeinitializedassinglethreadedapartment
co63
·
2013-01-06 11:25
AfxOleInit
C#多线程赛跑实例
class
MultiThread
{ //定义两个线程,分别为超人和蜘蛛侠 privatestaticThreadSuperMan; privatestaticThreadSpiderMan; //程序入口
lidaasky
·
2012-12-31 16:00
多线程创建的两种方式和线程同步问题实例
*/ publicclass
Multithread
ing{ publicstaticvoidmain(String[]args){ //创建LeftThread线程 //Threadleft=____
zxq1138634642
·
2012-12-30 21:00
log4CPP多线程支持的缺角(一)
是一款优秀的c++日志开源软件,虽然从很早的时代就宣称了对于多线程的支持,而且源码中有很好的利用栈对象封装互斥锁,一种很好的使用资源实践;而且下载下来用vc6编译,也能检查到其连接的c语言库函数设定的为
multiThread
DLL
jkler_doyourself
·
2012-12-30 16:00
android 多线程下载 显示进度 速度
运行效果图:工程结构图:很简单,就一个activity,一个更新UI的线程,一个下载线程加个文件处理类主要代码: /** *多线程下载,UI更新类 *@authoryoung **/ publicclass
MultiThread
DownloadextendsThread
JianTao_Yang
·
2012-12-25 16:00
多线程
android
File
netty4.0之
Multithread
EventLoopGroup
还有一种
Multithread
EventLoopGroup, 实际上他们实现的接口都是EventExecutorGroup和EventLoopGroup 看看抽象类
Multithread
EventExecutorGroup
airu
·
2012-12-19 00:00
thread
什么是C Runtime函数库的多线程版本
因此以当时产品为基础所演化的Cruntime函数库在多线程(
multithread
ed)的表现上有严重问题,无法被多线程程序使用。
pud_zha
·
2012-12-18 23:00
[置顶] 深入探析Java线程锁机制
代码一:publicclassTest
MultiThread
2implementsRunnable{ privatestaticObjecto=newObject(); privatestaticIn
luohuacanyue
·
2012-12-17 15:00
深入探析Java线程锁机制
代码一: public class Test
MultiThread
2 implements Runnable{ private static Object o = new Object();
v5browser
·
2012-12-17 15:00
java线程
C 多线程
C多线程//sample_
multithread
_c_program.c //compilewith:/c // //Bounce-Createsanewthreadeachtimetheletter'a'istyped
zww0815
·
2012-12-15 12:00
threading
而
MultiThread
edHt
juicyshizi
·
2012-12-13 16:19
多线程
的
threading
而
MultiThread
edHt
juicyshizi
·
2012-12-13 16:19
的
多线程
生产者消费者模式,并发采用ReentrantLock
package org.hkw.
multithread
; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock
freshunter
·
2012-12-10 20:00
java
thread
java生产者消费者模式代码
package org.hkw.
multithread
; public class ThreadDCTest { public static void main(String[] args
freshunter
·
2012-12-10 20:00
java
thread
Multithread
ed Magic with ØMQ
http://zeromq.wdfiles.com/local--files/whitepapers%3A
multithread
ing-magic/imatix-
multithread
ed-magic.pdf
Multithread
edMagicwithØMQFastmulticoreapplicationsinanylanguagewithnopainAWhitepaperfromiMatixMu
winlinvip
·
2012-12-09 13:00
Solving 11 Likely Problems In Your
Multithread
ed Code
http://msdn.microsoft.com/en-us/magazine/cc817398.aspxConcurrencyHazardsSolving11LikelyProblemsInYour
Multithread
edCodeJoeDuffyConcurrencyiseverywhere
winlinvip
·
2012-12-09 13:00
可伸缩多线程任务队列
出自:http://www.codeproject.com/Articles/4148/
Multithread
ed-Job-Queue,主要有以下几个功能:1、任务队列是多线程,许多任务可以异步进行,任务队列使用线程池来执行任务
venow
·
2012-12-08 11:00
Concurrency/
Multithread
ing Note
RunnableandCallableRunnablehasnoreturnvalue,whereasCallablecanreturnsomeresult.2.StrutsandConcurrency/
Multithread
ing3
Derek_Zhang_
·
2012-12-06 16:00
C运行时库
libc.libMLd Debugsinglethread(staticlink) libcd.libMT
MultiThread
frankstarking
·
2012-12-06 09:03
c运行时库
IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds
ConfigurationProperties)->c/c++->代码生成(CodeGeneration)->运行时库(Userun-timelibrary)->多线程调试DLL(/MDd)(
Multithread
edDLL
m372897500
·
2012-11-30 15:00
another
multithread
uses
UIKit classes should be used only from an application’s main thread. (From iOS4, drawing to a graphics context is thread-safe.) You can't use UIKit stuff in a background thread. Thus,
shappy1978
·
2012-11-27 17:00
thread
Android中如何使用 address2line
Iwasstuckwithmyapp,asiamunabletodebugasitisa
multithread
edoneandcrasheswitherrorSIGSEGV.Igetlotofinformationonlogcat
faith_boys
·
2012-11-27 10:00
android
android
_beginThreadex创建多线程解读
需要的头文件支持 #include //for_beginthread()需要的设置:ProjectàSetting-->C/C++-->Userrun-timelibrary选择Debug
Multithread
ed
IMGTN
·
2012-11-25 00:00
C++ windows
multithread
多线程编程(一)
多线程编程使用createthread需要提供LPTHREAD_START_ROUTINE线程函数,线程函数的签名为void(*)(void*lpParam)对于类静态函数或者全局函数,需要在LPTHREAD_START_ROUTINE强制定义ThreadProc类静态函数:需要(LPTHREAD_START_ROUTINE)Class::StaticFunction全局函数:需要(LPTHREA
razorluo
·
2012-11-23 17:00
hbase学习之使用并发的mapper
首先hadoop是支持并发的Mapper的,所以hbase没有道理不实现并发的Mapper,这个类是org.apache.hadoop.hbase.mapreduce.
Multithread
edTableMapper
wiki_more
·
2012-11-18 23:00
hbase
并发Mapper
windows下C语言多线程编程
创建多线程解读一、需要的头文件支持#include//for_beginthread()需要的设置:ProjectàSetting-->C/C++-->Userrun-timelibrary选择Debug
Multithread
ed
qimo601
·
2012-11-15 14:00
windows
多线程
C语言
构建Java并发模型框架
http://www.ibm.com/developerworks/cn/java/l-
multithread
ing/ 邓辉 (
[email protected]
), 孙鸣
lixg425
·
2012-11-14 00:00
多线程
想要成为java大牛必须知道的25点
interaction以及statediagrams. 2.你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing
gemire
·
2012-11-11 22:00
java之路
Java Concurrency /
Multithread
ing - Tutorial
http://www.vogella.com/articles/JavaConcurrency/article.html
G_rrrr
·
2012-11-05 10:00
java 线程
.*; //多线程编程 publicclass
MultiThread
{ publicstaticvoidmain(Stringargs[]) { System.out.println("我是主线程
wahaha1_
·
2012-10-29 09:00
C++多线程实例(_beginThreadex创建多线程)
多线程(二)(_beginThreadex创建多线程) C/C++Runtime多线程函数一简单实例(来自codeprojct:http://www.codeproject.com/useritems/
Multithread
ingTutorial.asp
HMSIWTV
·
2012-10-18 21:00
thread
多线程
C++
Microsoft
null
编译器
JAVA套接字(Socket)五 连接池例子
介绍 我们现在已经拥有的
Multithread
edServer 每当有客户机申请一个连接时都在一个新 Thread 中创建一个新 ConnectionHandler。
焦志广
·
2012-10-18 10:00
socket
Opengl多线程终究是浮云
www.cnblogs.com/mazhenyu/archive/2010/04/29/1724190.html参考了某个老外的尝试:http://veelck.wordpress.com/2008/11/28/
multithread
-texture-loading-in-opengl
lsldd
·
2012-10-17 17:00
多线程
windows
工作
null
extension
2010
KMThreadPool: 1 – ThreadPool Introduction
Fork_join.svgIntroductionWhenIwentthroughgamedevelopmentincollege,onewordkeptbeingsaidlikeasifitwastaboo:
Multithread
ing
Plutus_Lee
·
2012-10-17 14:00
thread
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他