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 网络协议(一)Tcp多线程服务器端编程
1,通用服务器代码:package
multiThread
; importjava.io.IOException; importjava.net.ServerSocket; importjava.net.Socket
hnzhoujunmei
·
2010-10-14 11:00
java
多线程
编程
socket
网络协议
java 网络协议(一)Tcp多线程服务器端编程
1,通用服务器代码:package
multiThread
; importjava.io.IOException; importjava.net.ServerSocket; importjava.net.Socket
hnzhoujunmei
·
2010-10-14 11:00
java
多线程
编程
socket
网络协议
LINK : fatal error LNK1104: cannot open file "stlport_vc6_static.lib"
被设置成了网管项目有关的环境变量所以无论是重装还是怎么的都改不过来这个编译链接时的问题在网上搜了搜记下来以免以后忘记了 Porject->Setting->C++->CodeGenerationUseRun-timelibrary=Debug
Multithread
edDLL
lengyue318
·
2010-10-09 16:00
File
dll
library
Java初学者实践:httpclient+HTMLParser 的应用
具体实现如下:1.
multithread
Dict.java01package MultiTread;02import java.util.Scanner;03public class
multithread
Dict
dywe_ddm
·
2010-10-07 14:00
Java初学者实践:httpclient+HTMLParser 的应用
具体实现如下:1.
multithread
Dict.java01package MultiTread;02import java.util.Scanner;03public class
multithread
Dict
dywe_ddm
·
2010-10-07 14:00
java
exception
String
filter
null
input
Real-World Concurrency
id=1454462 Chancesareyouwon’tactuallyhavetowrite
multithread
edcode.Butifyoudo,somekeyprincipleswillhelpyoumasterthis
hertz2007
·
2010-09-30 19:00
System
concurrency
performance
parallel
Scalability
locking
英特尔® 多线程应用开发指南
英特尔®多线程应用开发指南http://software.intel.com/zh-cn/articles/intel-guide-for-developing-
multithread
ed-applications
MyMSDN
·
2010-09-05 02:00
3.c++-/MD、/MDd 和 /MT、/MTd
/MT:"
multithread
,staticversion”意为多线程静态的版本定义了它后,编译器把LIBCMT.lib安置到OBJ文件中,让链接器使用LIBCMT.lib处理外部符号。
hgy413
·
2010-08-27 22:00
多线程
C++
dll
character
library
tempt
Nowforthebadnewsaboutwriting
multithread
edMFCapplications.Aslongasthreadsdon'tcallmemberfunctionsbelongingtoobjectscreatedbyotherthreads
fengshuiyue
·
2010-08-11 11:06
职场
休闲
tempt
Beyond Locks and Messages: The Future of Concurrent Programming
BeyondLocksandMessages:TheFutureofConcurrent ProgrammingPostedbyBartoszMilewskiunderChapel,Concurrency,Fortress,
Multithread
ing
yntcsb
·
2010-08-03 22:00
thread
haskell
Access
UP
performance
volatile -
Multithread
ed Programmer's Best Friend(转)
volatile-
Multithread
edProgrammer'sBestFriendThevolatilekeywordwasdevisedtopreventcompileroptimizationsthatmightrendercodeincorrectinthepresenceofcertainasynchronousevents.Forexample
StanfordZhang
·
2010-08-03 11:00
Linux Kernel 技术手册笔记
BuildingFasteronMulitprocessorMachinesTobuildthekernelina
multithread
edway,usethe–joption(twicethenumberofprocessors
zhuliting
·
2010-07-30 11:00
linux
Build
output
X86
VC 6操作技巧
检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号c/c++选项,选择codegeneration,在userun-timelibrary下拉框中选择debug
multithread
scollins
·
2010-07-20 10:00
android
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 handled i
yuanliyin
·
2010-07-20 09:00
thread
android
UI
cache
performance
7-1
ReadWrit.h/* * ReadWrit.h * * Sample code for
Multithread
ing Applications in Win32 * This is from Chapter
南守拥
·
2010-07-12 14:00
Multithread
ed Algorithms[1]
1.Althoughthefunctionalityofdynamic-
multithread
ingenvironmentsisstillevolving,almostallsupporttwofeatures
QIBAOYUAN
·
2010-07-09 18:00
6-3
/* *IoByAPC.c * *Samplecodefor
Multithread
ingApplicationsinWin32 *ThisisfromChapter6,Listing6-3 * *DemonstrateshowtouseAPC's
南守拥
·
2010-07-09 15:00
Core java 7 2-1
Multithread
ing
Thread proorityes: highly system dependent xp 系统有level,linux没有poriority 。 不能依靠priority来完成程序正确性。 如果有好几个高priority的不会blocked的线程,容易出现低poriority线程饥饿现象。 Da
hfhwan
·
2010-07-08 18:00
java
thread
虚拟机
linux
XP
6-2
/* *IoByEvnt.c * *Samplecodefor
Multithread
ingApplicationsinWin32 *ThisisfromChapter6,Listing6-2 * *Demonstrateshowtouseeventobjectsinsteadof
南守拥
·
2010-07-08 16:00
6-1
/* *IoByFile.c * *Samplecodefor
Multithread
ingApplicationsinWin32 *ThisisfromChapter6,Listing6-1 * *Demonstrateshowafilehandlebecomessignaled
南守拥
·
2010-07-08 16:00
3-3
/* *TaskQueM.c * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter3,Listing3-3 * *
南守拥
·
2010-07-08 14:00
3-2
/* *TaskQueS.c * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter3,Listing3-2 * *
南守拥
·
2010-07-08 13:00
3-1
/* *Busy2.c * *Samplecodefor
Multithread
ingApplicationsinWin32 *Thissampleismentionedinthetextbutthereis
南守拥
·
2010-07-08 11:00
2-6
backprnt.c/* * BackPrnt.c * * Sample code for "
Multithread
ing Applications in Win32" * This is from Chapter
南守拥
·
2010-07-08 11:00
2-4
/* *Error.c * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter2,Listing2-4 * *DemonstrateExitThread
南守拥
·
2010-07-07 11:00
2-3
/* *ExitThrd.c * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter2,Listing2-3 * *
南守拥
·
2010-07-07 10:00
2-2
/* *ExitCode.c * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter2,Listing2-2 * *
南守拥
·
2010-07-07 10:00
2-1.2
/* *Numbers2.cpp * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter10,Listing10-
南守拥
·
2010-07-07 10:00
2-1
/* *Numbers.c * *Samplecodefor"
Multithread
ingApplicationsinWin32" *ThisisfromChapter2,Listing2-1 * *Startsfivethreadsandgivesvisiblefeedback
南守拥
·
2010-07-07 09:00
Words about 'fail-fast' of iterator
Aniteratorthrows ConcurrentModificationException,itusuallyunder thefollowingtwosituations: 1.In
multithread
edprocessing
danni505
·
2010-07-05 09:51
java
职场
word
Collection
Office
iterator
Fail-Fast
container
休闲
underkying
Words about 'fail-fast' of iterator
Aniteratorthrows ConcurrentModificationException,itusuallyunder thefollowingtwosituations: 1.In
multithread
edprocessing
danni505
·
2010-07-05 09:51
java
职场
word
Collection
iterator
Office
Fail-Fast
container
休闲
underkying
线程间通讯
参考文章连接文章连接:http://www.codeproject.com/cpp/Win32_MQ_
MultiThread
ing.asp下边的事例程序用到了线程,test继承自CThread,参考下面的链接
Augusdi
·
2010-06-28 14:00
user
null
通讯
winapi
fastDB在linux下安装
在configure时报checking whether compiling with
multithread
support... yes checking for pthread_create in
galebo
·
2010-06-17 15:00
oracle
c
linux
unix
脚本
主题:单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
catmimigo
·
2010-06-16 23:00
java
设计模式
多线程
log4j
JUnit
Dll 代码
varOldDllProc:TDLLProc;procedureThisDllProc(Reason:Integer);beginifReason=DLL_THREAD_ATTACHthenIs
MultiThread
qiume
·
2010-06-13 22:00
thread
Integer
dll
多线程渲染(
Multithread
ed- rendering)3D引擎实例分析 : FlagshipEngine
1.开篇:关于FlagshipEngine首先要感谢旗舰工作室的倒掉,让我可以名正言顺的使用FlagshipEngine这个名字,话说这个实验引擎,当初只是我的大学毕业设计,工作之后实在太忙,写写停停,进度缓慢,到今天也只能算V0.001,其特性主要有以下三点: 一、多线程 多核CPU早已普及,但3D引擎却迟迟不能享受到其好处,还仅仅停留在资源异步加载,音频独立线程等不疼不痒的应用,就在一年前吧
jinlking
·
2010-06-13 18:00
多线程
游戏
cache
vector
引擎
网络游戏
VC2005中测试Taucs库通过
将之拷贝到一个目录,如D:/DevTools/taucs-win32.然后修改创建的Project的属性,在CodeGeneration选择
Multithread
Release或
Multithread
Debug
jingwenlai_scut
·
2010-06-10 10:00
测试
null
System
Matrix
generation
多线程处理事务,结果统一输出
import java.util.HashMap; import java.util.Map; /** * 多个线程一起运行,结果统一输出 * */ public class
MultiThread
s
chennanfei
·
2010-06-08 17:00
多线程
thread
Is
MultiThread
Is
MultiThread
issettotruetoindicatethatthememorymanagershouldsupportmultiplethreads.Is
MultiThread
issettotruebyBeginThreadandclassfactories
qiume
·
2010-06-03 17:00
manager
Class
一个简单的IOCP服务器/客户端类
qpmcWn4WBmU_v9TuemQ1.1要求ThearticleexpectsthereadertobefamiliarwithC++,TCP/IP,socketprogramming,MFC,and
multithread
ing
dongzhongshu
·
2010-06-03 16:00
function
server
服务器
performance
asynchronous
structure
java多线程的经典例子
.*; //多线程编程 public class
MultiThread
{ public static void main(String args[])
luciesfly
·
2010-06-02 17:00
java
多线程
thread
编程
/MD、MDd 和 /MT、MTd
首先说/MT /MT是 "
multithread
, static version ” 意思是多线程静态的版本,定义了它后,编译器把LIBCMT.lib 安置到OBJ文件中,让链接器使用LIBCMT.lib
shansun123
·
2010-05-31 14:00
多线程
工作
Microsoft
/MD、MDd 和 /MT、MTd
首先说/MT /MT是 "
multithread
, static version ” 意思是多线程静态的版本,定义了它后,编译器把LIBCMT.lib 安置到OBJ文件中,让链接器使用LIBCMT.lib
shansun123
·
2010-05-31 14:00
多线程
工作
Microsoft
用户态多线程实现的基本原理
Keywords:User-Space
MultiThread
ing,Pth所谓多线程,简单讲就是能够让几个不同的代码片段轮流执行。
Tinysun
·
2010-05-30 14:00
(转)剖析MFC多线程程序的同步机制---译
原文链接:Synchronizationin
Multithread
edApplicationswithMFC 简介本文探讨基本的同步概念,并实际动手帮助新手掌握多线程编程。本文的重点在各种同步技巧。
shiwei0124
·
2010-05-27 10:00
thread
多线程
工作
Semaphore
mfc
Descriptor
Java高手需要注意的25个学习目标
multithread
ing,reflection,
李未
·
2010-05-26 14:00
Java高手需要注意的25个学习目标
multithread
ing,reflect
Lytlove68
·
2010-05-26 13:00
java
设计模式
应用服务器
quartz
企业应用
cassandra的设计思考
. -------- Column is immutable, which prevents all kinds of confusion in a
multithread
ed
wapysun
·
2010-05-22 21:00
算法
Access
twitter
cassandra
单例模式完全剖析
在本月的专栏中,DavidGeary探讨了单例模式以及在面对多线程(
multithread
ing)、类装载器(classloaders)和序列化(serialization)时如何处理这些缺陷。
hjxhjh
·
2010-05-15 11:00
java
ClassLoader
HashMap
null
import
Instantiation
java一个多线程的经典例子
.*; //多线程编程 public class
MultiThread
{ public static void main(String args[])
·
2010-05-14 11:00
java
上一页
30
31
32
33
34
35
36
37
下一页
按字母分类:
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
其他