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高手需要注意的25个学习目标
multithread
ing,reflection,
晨曦之光
·
2012-03-09 15:00
MultiCore Memory Management Technology in mortal kombat
gdc2011'spaper.UnealMemoryAllocator上来先分析了unreal的memoryallocator不给力,在于:不支持多个heap并不是native的面向
MultiThread
彭博
·
2012-03-09 14:00
Multithread
chips
GetThreadId这个函数需要是2003以上的windows操作系统支持,xp不支持,会报一个错:无法定位程序输入点GetThreadId于动态链接库KERNEL32.DLL上。如果是用CreateThread创的线程,在这个函数里把threadid记下来就好。原文链接:http://blog.csdn.net/ccanan/article/details/6130462
彭博
·
2012-03-09 14:00
要成为Java高手需要注意的25个学习目标
multithread
ing,reflection,
晨曦之光
·
2012-03-09 13:00
Disruptor笔记(五)-FAQ
MultiThread
edClaimStrategy.java中pendingPublication的用处:参考:http://blogs.lmax.com/Howdoesthisapplytoourconcurrentsequencingproblem
yangjun2
·
2012-03-08 11:00
thread
多线程
优化
list
null
buffer
单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
kobe学java
·
2012-03-08 08:00
单例模式
httpclient操作引发Too many open files
java-httpclient-too-many-open-files.html实际上,HttpClient建立Socket时,post.releaseConnection()并没有真正关闭连接,而是将该连接提交给
MultiThread
edHttpConnectionManager
winters1224
·
2012-03-06 11:02
httpclient
职场
open
Files
休闲
too
many
Multithread
ing For Performance
A good practice in creating responsive applications is to make sure your main UI thread does the minimum amount of work. Any potentially long task that may hang your application should be hand
raging_sweet
·
2012-03-02 23:00
performance
Java多线程入门
.*; //多线程编程 public class
MultiThread
{ publi
chenwq
·
2012-03-02 00:00
java
多线程
thread
轮询
精通JAVA的25个标准-[转载]
multithread
ing,reflection,
liuwei063608
·
2012-02-29 11:00
java
webservice
serialization
Webwork
localization
javabeans
一些有意思的问题和解答(未完待续)
虽然用了Python两三年了,偶尔也用到
multithread
ing,但是因为一直用Python写工具,所以
ankyhe
·
2012-02-21 10:47
技术_程序设计_Python
技术_程序设计_C++
一些有意思的问题和解答(未完待续)
虽然用了Python两三年了,偶尔也用到
multithread
ankyhe
·
2012-02-21 10:00
问题
一些有意思的问题和解答(未完待续)
虽然用了Python两三年了,偶尔也用到
multithread
ing,但是因为一直用Python写工
ankyhe
·
2012-02-21 10:00
iocp实例
1.1RequirementsThearticleexpectsthereadertobefamiliarwithC++,TCP/IP,socketprogramming,MFC,and
multithread
ing.ThesourcecodeusesWinsock2.0andtheIOCPtechnology
ly402609921
·
2012-02-15 21:00
function
server
buffer
Access
performance
asynchronous
VC编译选项 MT MTd MD MDd 全面分析
库文件Singlethread(staticlink)ML libc.libDebugsinglethread(staticlink)MLd libcd.lib
MultiThread
iuhsihsow
·
2012-02-03 12:00
thread
多线程
c
dll
library
编译器
volatile关键字用法
转:http://www.parallellabs.com/2010/12/04/why-should-we-be-care-of-volatile-keyword-in-
multithread
ed-applications
g000l
·
2012-01-18 14:25
诡异的写法
public class
MultiThread
Test { /** * @param args */ public static void main(String[] args
sbl2255
·
2012-01-12 10:00
写
HOWTO: using gprof with
multithread
ed applications
原文地址:http://sam.zoy.org/writings/programming/gprof.html HOWTO:usinggprofwith
multithread
edapplicationsWhatisgprof
huipengzhao
·
2012-01-10 23:00
linux多线程编程介绍
虽然传统的UNIX进程包含单个控制线程,但多线程(
multithread
ing,MT)会将一个进程分成许多执行线程,其中每个线程都可独立运行。
cai0538
·
2012-01-09 17:00
多线程
编程
linux
活动
任务
multithreading
一些VC的快捷键以及调试方法技巧
检测程序中的括号是否匹配把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号c/c++选项,选择codegeneration,在userun-timelibrary下拉框中选择debug
multithread
zhaodan19861107
·
2012-01-05 13:00
工作
Microsoft
mfc
compiler
generation
variables
让Task报告进度
ReportingProgressfromTasksThe.NET4.0TaskParallelLibraryrespresentsahugeshiftinthewayfuture
multithread
edcodewillbewritten.TheTPLandhigher-levelabstractions
h2appy
·
2011-12-28 11:27
C#
进度
progress
task
休闲
FindBugs的Bug种类说明
自带检测器,其中有60余种Bad practice,80余种Correctness,1种 Internationalization,12种Malicious code vulnerability,27种
Multithread
ed
shithanwa
·
2011-12-28 10:00
findbugs
单例模式
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
zhanshenyn
·
2011-12-27 15:00
java高手必备
multithread
ing,reflec
zone8089653
·
2011-12-26 23:00
java
C++多线程
C/C++Runtime多线程函数一简单实例(来自codeprojct:http://www.codeproject.com/useritems/
Multithread
ingTutorial.asp)主线程创建
mniwc
·
2011-12-23 15:00
thread
多线程
C++
Microsoft
null
编译器
精通JAVA的25个标准
multithread
ing,reflectio
jokeHello
·
2011-12-17 20:00
HttpClient+ Spring实现多线程
HttpClient通过
MultiThread
edHttpConnectionManager实现多线程通讯 HttpConnectionManagerParams设置connectionTimeout
oneforce
·
2011-12-13 09:00
httpclient
spring
0.VC(Custom)-DisableThreadLibraryCalls
TheDisableThreadLibraryCallsfunctionletsaDLLdisabletheDLL_THREAD_ATTACHandDLL_THREAD_DETACHnotificationcalls.就是不接收这两个消息,hiscanbeausefuloptimizationfor
multithread
e
hgy413
·
2011-12-02 12:00
VC
wait(), notify() and notifyAll() in Java - A tutorial
butyoucanachieveamoresubtlelevelofcontrolthroughinter-processcommunication.Asyouwillsee,thisisespeciallyeasyinJava.
Multithread
ingreplaceseventlooppro
com_stu_zhang
·
2011-12-02 09:00
java
thread
object
Random
Class
methods
Android:多线程的HttpClient
/*Addressing
Multithread
ingIssues Theexampleswe’veshownsofarcreatedanewHttpClientforeachrequest.In practice
ouyangtianhan
·
2011-12-01 16:00
如何提升JAVA技术开发能力—JAVA学习25个关注点
2.你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、re
xx371557412
·
2011-11-30 17:00
Java学习
JAVA程序员您需要学习的25个标准
(2)你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflection
zongquanliu
·
2011-11-28 12:01
java
25标准
JAVA程序员需要学习的25个标准
2、你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflection,e
allenwoody
·
2011-11-28 10:32
java
java
javabeans
multithreading
webwork
serialization
localization
qt4+opencv的搭建
http://blog.csdn.net/moc062066/article/details/6615811qt+opencv的使用http://code.google.com/p/qt-opencv-
multithread
ed
lsg32
·
2011-11-26 20:00
JAVA程序员您需要学习的25个标准
(2)你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,
multithread
ing,reflec
xp9802
·
2011-11-25 09:00
java
jsp
单例模式01
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
·
2011-11-20 23:00
单例模式
苹果官方文档-线程编程指南之一:介绍
翻译自:http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/
Multithread
ing/Introduction
workhardupc100
·
2011-11-20 19:00
如何用Java编写多线程
--转发-- When you are writing graphical programs that use AWT or Swing,
multithread
ing is a necessity
li.oo
·
2011-11-18 16:00
如何用Java开发多线程
多线程下载文件
(1) public class
MultiThread
Download extends Thread { //定义的一些常量变量,看名字就知道什么意思了
jykenan
·
2011-11-18 11:00
精通JAVA的25个标准
multithread
ing,reflectio
牧马
·
2011-11-16 15:05
java
设计
程序
基础知识
networking
如何提高Java开发能力
2.你需要学习Java语言的基础知识以及它的核心类库(collections、serialization、streams、networking、
multithread
ing、ref
blessed24
·
2011-11-15 19:00
java开发
OpenGL ES
multithread
ing and EAGLSharegroup
OpenGLES
multithread
ingandEAGLSharegrouphttp://developer.apple.com/library/ios/#qa/qa1612/_index.htmlTechnicalQ
厚积薄发,滴水穿石
·
2011-11-15 17:00
Qt多线程编程总结(一)
推荐阅读:ThreadsPrimer:AGuideto
Multithread
edProgrammingThreadTime:The
Multithread
edProgrammingGuidePthreadsPr
mznewfacer
·
2011-11-13 15:00
多线程
编程
工作
Class
buffer
qt
Qt多线程编程总结(一)
推荐阅读: Threads Primer: A Guide to
Multithread
ed Programming Thread Time: The
Multithread
ed Prog
wangxiaohigh
·
2011-11-13 15:00
多线程
Java线程的传说(2)——HttpClient超时机制(安全问题处理:访问超大文件控制)
说明: 项目中使用的HttpClient版本是3.1测试一般的HttpClient使用例子:
MultiThread
edHttpConnectionManagermanager=new
MultiThread
edHttpConnectionManager
budapest
·
2011-11-06 23:00
java
thread
exception
manager
socket
String
6.087 Practical Programming in C, lec13
Multithread
edprogramming.SocketsandasynchronousI/O
Multithread
edprogramming•OSimplementsscheduler–determineswhichthreadsexecute
jubincn
·
2011-11-06 21:00
programming
6.087 Practical Programming in C, lec13
Multithread
edprogramming.SocketsandasynchronousI/O
Multithread
edprogramming•OSimplementsscheduler–determineswhichthreadsexecute
jubincn
·
2011-11-06 21:00
关于run loop
原文:http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/
Multithread
ing/RunLoopManagement
volcan1987
·
2011-11-05 21:00
6.087 Practical Programming in C, lec12
Multithread
ingandconcurrencyPreliminaries:Parallelcomputing•Parallelism:Multiplecomputationsaredonesimultaneously
jubincn
·
2011-11-03 23:00
programming
6.087 Practical Programming in C, lec12
Multithread
ingandconcurrencyPreliminaries:Parallelcomputing•Parallelism:Multiplecomputationsaredonesimultaneously
jubincn
·
2011-11-03 23:00
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他