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
Threaded
Wave Entities (核心)
Awaveis a
threaded
conversation, con
xsuo
·
2009-11-07 17:00
Google
Access
dll静态编译的问题 ---- 转
dll静态编译的问题----转当选择multi-
threaded
或者multi-threadeddebug静态编译时,请注意,编译器会为该dll单独实现一个c++运行库环境。
大龙的博客
·
2009-09-29 11:00
Java线程之Single
Threaded
Execution Pattern的思维导图
最近在看一本书,里面提到了思维导图,说是通过这种方法,能够争强自己的记忆和理解,正好最近打算看看线程相关的东东,先用在这上面试试,希望有效:) 下面就是我绘制的关于SingleThreadedExecutionPattern的思维导图
derekjiang
·
2009-09-22 22:00
java
面试
link
Single-
Threaded
单线程静态链接库(release版本) Multithreaded 多线程静态链接库(release版本) multithreaded DLL 多线程动态链接库(release
frenchmay
·
2009-09-16 00:00
多线程
dos
mfc
Oracle MTS相关问题
Oracle MTS的相关问题 一、什么是MTS MTS = Multi-
Threaded
Server MTS是ORACLE SERVER的一个可选的配置选择,是相对DEDICATE方式而言,它最大的优点是在以不用增加物理资源
libin123
·
2009-09-09 22:00
oracle
sql
.net
SQL Server
UP
Java多线程编程环境中单例模式的实现
这个机制在single-
threaded
环境下的实现非常简单,然而在multi-
threaded
环境下却存在隐患。本文重点介绍惰性加载机制以及其在多线程环境下的使用方法。
xupo
·
2009-09-06 14:00
多线程
编程
Java
设计模式
JVM
wiki配置管理
<IfModule cgid_module> # # ScriptSock: On
threaded
servers
duhuilin01
·
2009-09-04 11:00
html
socket
unix
配置管理
cgi
Linphone compile and install
TheGNUoSIPlibraryiswritteninCandgetnodependenciesexceptthestandardClibrary.oSIPisthreadsafeandwillgenerallybeusedinamulti-
threaded
bloghome
·
2009-08-12 10:00
library
dependencies
encoding
transactions
Codec
compression
多线程设计模式--single
threaded
execution
调用线程 public class UserThread extends Thread { private final Gate gate; private final String myname; private final String myaddress; public UserThread(Gate gate, String myname, S
pan_java
·
2009-07-08 09:00
设计模式
多线程
thread
C++
c
Threaded
Red-Black Tree 线索红黑树
使用libavl中的trb,经过修改,实现了一个更高效的版本,并且也支持范围查询。对基本类型的key,实现高效search支持lower_bound/upper_bound/equal_range结点采用压缩方式,将colorbit(1bit)和tagbit(2bit)压缩到指针中从而每个结点的overhead是2ptr(32位环境下8byte,64位环境下16bits)stl::map/stl
雷鹏
·
2009-06-19 10:00
Threaded
Red-Black Tree 线索红黑树
项目地址:http://code.google.com/p/febird 使用 libavl 中的 trb ,经过修改,实现了一个更高效更友好易用的版本,并且也支持范围查询,提供完备的std::map/set接口。 对基本类型的key,实现高效search 支持 lower_bound/upper_bound/equal_range 结点采用压缩方
febird
·
2009-05-26 19:00
编程
C++
c
C#
vc++
Threaded
Red-Black Tree 线索红黑树
项目地址:http://code.google.com/p/febird 使用libavl中的trb,经过修改,实现了一个更高效更友好易用的版本,并且也支持范围查询,提供完备的std::map/set接口。对基本类型的key,实现高效search支持lower_bound/upper_bound/equal_range结点采用压缩方式,将colorbit(1bit)和tagbit(2bit)压缩到
whinah
·
2009-05-26 19:00
生产者和消费者
class
Threaded
{ public static void main(String[] args) { C c = new C(); A a = new A(c);
woshilifeng130
·
2009-05-02 16:00
thread
C++
c
C#
Solr scalability improvements
increasing, there has been some major work done in Lucene/Solr to increase the scalability under multi-
threaded
wutao8818
·
2009-04-13 10:00
windows
cache
wordpress
Solr
Lucene
Solr scalability improvements
increasing, there has been some major work done in Lucene/Solr to increase the scalability under multi-
threaded
wutao8818
·
2009-04-13 10:00
windows
cache
wordpress
Solr
Lucene
MacRuby 0.4发布了,带有HotCocoa::Graphics、
Threaded
GC及DTrace
基于Objective-C的Ruby实现MacRuby发布了0.4版。嵌入式的API(“运行时的Objective-CAPI”)是该版本增加的一个新特性,我们可以凭借它使用MacRuby来脚本化应用。InfoQ此前曾报道过该API。凭借HotCocoa(MacRuby0.3中加入)我们可以轻松集成Cocoa框架来构建GUI等。该版本增加的一个新特性是HotCocoa::Graphics:该项目的灵
Werner Schuster
·
2009-03-14 00:00
MacRuby 0.4发布了,带有HotCocoa::Graphics、
Threaded
GC及DTrace
基于Objective-C的Ruby实现MacRuby发布了0.4版。嵌入式的API(“运行时的Objective-CAPI”)是该版本增加的一个新特性,我们可以凭借它使用MacRuby来脚本化应用。InfoQ此前曾报道过该API。凭借HotCocoa(MacRuby0.3中加入)我们可以轻松集成Cocoa框架来构建GUI等。该版本增加的一个新特性是HotCocoa::Graphics:该项目的灵
Werner Schuster
·
2009-03-14 00:00
HttpClient Examples:
Threaded
request execution
官方主頁:http://hc.apache.org/ Components HttpCore HttpClient
Threaded
request execution
Jatula
·
2009-01-15 13:00
apache
多线程
thread
SVN
Scheme
Function Static Variables in Multi-
Threaded
Environments
temporarilyposted-Link:http://www.codeguru.com/cpp/misc/misc/threadsprocesses/article.php/c12897/Environment: Win32,C++Theinstantiationprocessoffunctionstaticvariablesisn'tnecessarilywhatyouexpectitto
ChefZ -- 磨劍錄 (A Coder's Log)
·
2008-12-05 19:00
php apc install(ubuntu)
大的网站都用它 sudo apt-get install apache2-
threaded
-dev php5-dev php-pear make sudo ln -s /usr/bin/
hanyh
·
2008-11-27 15:00
apache
PHP
Web
cache
ubuntu
Mobile Gaming: Crytek’s Crysis
Threaded
for Notebooks
获取视频链接:[url]http://softwarevideos-zho.intel.com/index.php?category_id=2&vid_id=79&lang=ZH-CN[/url]下载该视频访问英特尔®移动软件开发社区JeffLaflam,IntelApplicationsEngineershowsCrytek’sCrysisrunningonhigh-endnotebooks.M
Intel_ISN
·
2008-08-06 08:00
职场
休闲
Crytek
Notebooks
Crysis
将旧有的Acts_As_Tree转成Acts_As_
Threaded
转换的相异点来自于新增四个字段:root_id(根ID)、lft(左值)、rgt(右值)、depth(深)改成这样好处多多,可以使用单一query取得"所有"子代(不限阶层),且所有子代count详情请参阅Acts_As_
Threaded
taito
·
2008-06-29 22:00
C++
c
C#
ActiveRecord
Rails
一步一步带你进入Java世界(一)_Java环境配置
Asimple,Object-oriented,distributed,robust,secure,architecture-neutral,portable,High-performance,multi-
threaded
ruanruoshi
·
2008-05-12 13:00
java
jdk
sun
javadoc
Path
documentation
Java环境配置
Asimple,Object-oriented,distributed,robust,secure,architecture-neutral,portable,High-performance,multi-
threaded
weijie@java
·
2008-05-05 09:00
java
职场
休闲
[Java多线程设计模式]读书笔记 - 第一章 Single
Threaded
Execution
[Java多线程设计模式]读书笔记-第一章SingleThreadedExecutionSingleThreadedExecution是指“以1个线程执行”的意思。就像细独木桥只允许一个人通行一样,这个Pattern用来限制同时只让一个线程运行。SingleThreadedExecution将会是多线程程序设计的基础。务必要学好。SingleThreadedExecution有时候也被称为Crit
Eros Live
·
2008-03-08 14:00
prefork or
threaded
前阵子把django的fastcgi切换到
threaded
模式,跑了一段时间。感觉还是不爽,因为CPU花了不少时间再线程切换上。
FeiSan
·
2008-01-23 14:00
nginx
django
Gtalk源码剖析之:sigslot源代码
@@内容摘要:sigslot源代码包含:single_
threaded
,multi_
threaded
_global,multi_
threaded
_local,lock_block等用于控制线程安全的辅助类
ouyangbuxiu
·
2007-12-04 12:00
多线程
list
delete
iterator
Class
Signal
Multi-
threaded
Debugging in Visual Studio 2008
Multi-threadedDebugginginVisualStudio2008:[url]http://www.hanselman.com/blog/MultithreadedDebuggingInVisualStudio2008.aspx[/url][url]http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/08/01/neat
feishunji
·
2007-11-12 11:51
职场
休闲
Studio
Visual
Linux内核Web服务器Tux
TUX是
Threaded
linUX http layer的简称。它是Redhat发行版特有的模块,目前最高版本是2.2, 首次出现在2.4内核中。它有以下特点: 静态内容处理 可以直接处理HT
mryufeng
·
2007-10-10 21:00
应用服务器
Web
linux
浏览器
redhat
一个多线程的web服务器程序
服务器的运行时间接收的客户端请求的数目发送回客户端的数据量这里使用独立线程(DetachedThreads)防止僵尸线程(ZombieThreads)/* webserv_pthread.c - a
threaded
duckzyf7758
·
2007-09-10 16:00
翻译一篇文章Introduction to Multi-
threaded
Code 多线程编程的一些代码 已经全译好了
翻译一篇文章IntroductiontoMulti-threadedCode多线程编程的一些代码已经全译好了SomeonerecentlyaskedmewhatIrecommendforsynchronizingworkerthreadsandIsuggestedsettinganevent.Thisperson'sresponsewasthatyoucouldnotdothatsincework
我住包子山
·
2007-02-16 14:00
jive论坛消息的
threaded
显示模式解析
jive主题的消息有两种显示方式:flat和
threaded
,具体可以在jive_config.xml中配置,配置的选项是skin.default.threadmode。
cz_hyf
·
2006-11-20 22:00
Thread State and the Global Interpreter Lock
In order to support multi-
threaded
Python programs, there's a global lock that must be hel
v5qqcom
·
2006-10-23 22:00
thread
Hivmind使用指南(一)
2、创建模式Service有四种创建模式:primitive(主要的)、singleton(单例的)、
threaded
(线程的)和pooled(池化的)。在prim
tapestry
·
2005-10-28 06:00
in
转贴:华为 SmartAX MT800 固件升级(升级为VC100R004C01B010)并开启路由全过程(2004年8月7日更新) [精华]
http://bbs.pcshow.net/cgi-bin/
threaded
_show.cgi?
zubin006
·
2004-08-07 10:00
c
工具
华为
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他