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中String.intern在多线程环境中的用法
private static void
multiThread
edLocalPoolTest( final int cnt ) throws InterruptedException { final
sunxboy
·
2013-10-23 22:00
String
Java中String.intern在多线程环境中的用法
private static void
multiThread
edLocalPoolTest( final int cnt ) throws InterruptedException { final
sunxboy
·
2013-10-23 22:00
String
Build Boost C++ libraries for x32/x64 VC++ compilers on Windows
programminglanguagethatprovidesupportfortasksandstructuressuchaslinearalgebra,pseudorandomnumbergeneration,
multithread
ing
雅各宾
·
2013-10-23 16:00
服务器端Socket实现多线程通信
public class
MultiThread
Server { private static int port = new GetConfigurationInfo().port; private
wang_2011_ying
·
2013-10-16 11:00
socket
一些VC的快捷键以及调试技巧
检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号c/c++ 选项,选择code generation,在use run-time library 下拉框中选择debug
multithread
leixiaohua1020
·
2013-10-15 12:00
快捷键
技巧
调试
VC
学习Java需要达到的30个目标
2.你需要学习JAVA语言的基础知识以及它的核心类库 (collections,serialization,streams,networking,
multithread
ing,ref
LD_21
·
2013-10-10 11:00
java
多线程程序中操作的原子性
http://www.parallellabs.com/2010/04/15/atomic-operation-in-
multithread
ed-application/
zhang_shuai_2011
·
2013-10-09 16:00
C++ 线程的创建,挂起,唤醒,终止
例子:线程代码:DWORD__stdcallThreadProc(LPVOIDlpParameter){C
MultiThread
Dlg*pdlg=(C
MultiThread
Dlg*)lpParameter
liubin8095
·
2013-09-25 17:00
gevent数据库连接测试
gevent数据库连接测试同样在函数中连接pgsql,然后执行500次查询,测试gevent模式、串行查询、多线程查询数据如下:
multithread
_testcosttime:2.45199990273normal_testcosttime
socketref,再见!高德
·
2013-09-25 02:00
学习Java需要达到的25个目标!
multithread
ing,reflectio
Developer_Simon
·
2013-09-23 21:00
java目标
VC编译选项/MT/MTd/MD/MDd说明
库文件Singlethread(staticlink)ML libc.libDebugsinglethread(staticlink)MLd libcd.lib
MultiThread
sdcxyz
·
2013-09-22 18:00
Socket Programming in C#--Getting Started
Getting Started You can argue that one can overcome these shortcomings by
multithread
ing meaning that
·
2013-09-10 17:00
programming
成为Java高手需要注意的25个学习目标
multithread
ing,reflection,
利成
·
2013-09-08 19:00
分享矩阵乘法单线程与多线程的Java实现与效率对比,请教Strassen算法
分享矩阵乘法单线程与多线程的Java实现与效率对比,请教Strassen算法矩阵乘法的多线程实现:/** * @Title:
MultiThread
Matrix.java * @Package matrix
ztq0701
·
2013-09-04 21:42
VC运行时库MD,MT,MTD,MDD的区别
首先说/MT/MT是"
multithread
,staticversion”意思是多线程静态的版本,定义了它后,编译器把LIBCMT.lib安置到OBJ文件中,让链接器使用LIBCMT.lib处理外部符号
lh1162810317
·
2013-09-04 19:00
md
mt
mtd
MDd
vc运行时库
【转】单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
Kerry_Han
·
2013-08-30 15:00
Android中如何使用 address2line
Iwasstuckwithmyapp,asiamunabletodebugasitisa
multithread
edoneandcrasheswitherrorSIGSEGV.Igetlotofinformationonlogcat
myxmu
·
2013-08-19 13:00
多个线程之间共享数据的方式探讨
/** *
MultiThread
ShareData.java * cn.com.songjy.test.socket.thread * Function: TODO * *
宋建勇
·
2013-08-17 13:00
多线程
thread
共享数据方式
多个线程之间共享数据的方式探讨
/** *
MultiThread
ShareData.java * cn.com.songjy.test.socket.thread * Function: TODO * *
宋建勇
·
2013-08-17 13:00
thread
多线程
共享数据方式
java程序员--金刚经
(2)你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflecti
矢风快乐
·
2013-08-16 14:00
java
Xcode @property attributes (nonatomic, copy, st...
Nonatomicnonatomic isusedfor
multithread
ingpurposes.Ifwehavesetthenonatomicattributeatthetimeofdeclaration
孔俊
·
2013-08-15 10:00
android网络通讯之HttpClient4不指定参数名发送Post
HttpClient4中采用ThreadSafeClientConnManager来保证线程的安全,优于2.0的
MultiThread
edHttpConnectionManager类。另外Apac
caicongyang
·
2013-08-14 16:00
HttpClient4.0
不指定参数名发送Post
疯子在思考之java 线程的那点事儿
被很多朋友拍砖了今天继续就这话题展开,先了解几个线程有关的概念1、多线程
multithread
为什么要用多线程?就是让cpu别太闲,有空就要干活,提高效率。
zh_harry
·
2013-08-14 15:00
socket
多线程
tomcat
thread
mapreduce
疯子在思考之java 线程的那点事儿
被很多朋友拍砖了 今天继续就这话题展开,先了解几个线程有关的概念 1、多线程
multithread
为什么要用多线程?就是让cpu别太闲,有空就要干活,提高效率。
zh_harry
·
2013-08-14 15:00
mapreduce
多线程
thread
tomcat
socket
Qt多线程编程总结(一)
推荐阅读:ThreadsPrimer:AGuideto
Multithread
edProgrammingThreadTime:The
Multithread
edProgrammingGuidePthreadsPr
oMingZi12345678
·
2013-08-10 19:00
win32多线程-I/O完成端口
/* *EchoSrv.c * *Samplecodefor
Multithread
ingApplicationsinWin32 *ThisisfromChapter6,Listing6-4 * *DemonstrateshowtouseI
windows_nt
·
2013-08-04 21:00
NSRunLoop Internals
-01-nsrunloop-internals.htmlhttps://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/
Multithread
ing
慎道
·
2013-07-29 10:00
java 单例模式 (Singleton)
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
caoshichao520326
·
2013-07-29 09:00
java
Singleton
单例模式
多线程批量ping服务器
multithread
ing_ping_host.py 主程序使用需要一个参数,(参数:服务器IP地址列表)send_mail.py 发邮件程序ip.yml 服务器IP地址列表[root@nginx1
xieqiangneng88
·
2013-07-27 18:36
多线程批量ping服务器
收集的一些资源
http://www.dreamingwish.com/dream-2012/ios-
multithread
-program-runloop-the.html mac上安装tomocat
chen505358119
·
2013-07-26 17:00
利用读写锁模拟一个缓存系统
在这个锁被解锁之前,所有试图对这个锁加锁的线程都会被阻塞.当读写锁在读加锁状态时,所有试图以读模式对它进行加锁的线程都可以得到访问权,但是如果线程希望以写模式对此锁进行加锁,它必须直到所有的线程释放锁.package
multithread
ing
gaogaoshan
·
2013-07-14 19:00
ThreadLocal 线程内的数据共享(线程间隔离)
package
multithread
ing; importjava.util.Random; //ThreadLocal内部是用Map实现的,线程之间独立数据 //localData单个变量 //ThreadScopeData
gaogaoshan
·
2013-07-12 16:00
Lock+Condition 模仿 阻塞队列(BlockQueue)
package
multithread
ing; importjava.util.concurrent.locks.Condition; importjava.util.concurrent.locks.Lock
gaogaoshan
·
2013-07-12 16:00
线程池+阻塞队列 模仿生产者消费者
入口点package
multithread
ing.BlockingQueue; importjava.util.concurrent.BlockingQueue; importjava.util.concurrent.ExecutorService
gaogaoshan
·
2013-07-12 16:00
关于wait 和 notifyall的实用方法
java.util.concurrent.TimeUnit; /** * User: guohaozhao * Date: 13-7-11 10:44 */ public class
multiThread
Test
BabyDuncan
·
2013-07-11 10:00
notifyAll
hadoop 一些使用上的记录(ATCO)
处理类为MutithreadedMapperjob.setMapperClass(MutithreadedMapper.class);//设置MutithreadedMapper的线程数(建议使用配置)
Multithread
edMapper.setNumberOfThreads
atco
·
2013-07-05 15:00
Java技术大牛所需的25个学习要点
你需要学习Java语言 的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflection、event
chanir_lee
·
2013-07-01 20:43
java
Java 深入必备
2.学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、reflection、event、
shuimuqingyi
·
2013-06-29 10:00
java
进阶学习
OpenMP and C++
ReaptheBenefitsof
Multithread
ingwithoutAlltheWorkKangSuGatlin and PeteIsenseeThisarticleisbasedonaprereleaseversionofVisualC
wangeen
·
2013-06-27 09:00
成为java软件工程师的25个标准--学十年都未必行
multithread
ing,reflectio
zhchyun
·
2013-06-24 08:31
垃圾回收
应用程序
networking
java数据库
JAVA软件
Objective-C 高级编程:iOS与OS X多线程和内存管理
《Objective-C高级编程:iOS与OSX多线程和内存管理》基本信息原书名:Pro
Multithread
ingandMemoryManagementforiOSandOSX:withARC,GrandCentralDispatch
china-pub2010
·
2013-06-19 16:00
Objective-C
__sync_fetch_and_add系列的命令
Multithread
edsimpledatatypeaccessandatomicvariables__sync_fetch_and_add系列一共有十二个函数,有加/减/与/或/异或/等函数的原子性操作函数
peter_cloud
·
2013-06-19 10:00
并行无锁数据结构设计
阅读更多转自:http://www.ibm.com/developerworks/cn/aix/library/au-
multithread
ed_structures2/#list15本文是本系列的最后一篇
gotowqj
·
2013-06-18 20:00
无锁设计
并行
并行无锁数据结构设计
转自:http://www.ibm.com/developerworks/cn/aix/library/au-
multithread
ed_structures2/#list15 本文是本系列的最后一篇
gotowqj
·
2013-06-18 20:00
并行
无锁设计
并行无锁数据结构设计
阅读更多转自:http://www.ibm.com/developerworks/cn/aix/library/au-
multithread
ed_structures2/#list15本文是本系列的最后一篇
gotowqj
·
2013-06-18 20:00
无锁设计
并行
HTTP Client
MultiThread
edHttpConnectionManager线程安全连接管理类源码解析
MultiThread
edHttpConnectionManager是HTTPClient中用来复用连接的连接管理类,可以通过
MultiThread
edHttpConnectionManagern
liuinsect
·
2013-06-17 13:00
HTTP Client
MultiThread
edHttpConnectionManager线程安全连接管理类源码解析
博客地址:www.liuinsect.com _______________________________________________________________________________
MultiThread
edHttpConnectionM
liuInsect
·
2013-06-13 16:00
Connection
Java CyclicBarrier学习
package
multithread
.cycle;importjava.util.concurrent.ArrayBlockingQueue;importjava.util.concurrent.BlockingQueue
zxcczzx
·
2013-06-04 17:38
JAVA
JAVA
Concurrent
Java CyclicBarrier学习
package
multithread
.cycle; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.Blocking
cjm0000000
·
2013-06-04 17:00
Java 多线程 并发
Java 信号量(Semaphore)学习
package
multithread
.semaphore;importjava.security.SecureRandom;importjava.util.concurrent.Semaphore;/*
zxcczzx
·
2013-06-04 16:38
JAVA
JAVA
Concurrent
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
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
其他