目录承载管理(Bearer management)控制系统连接状态的API进程间通信(Inter-Process Communication in Qt)Qt程序的进程间通信网络编程(Network Programming)介绍Qt上的网络编程加密套接字协议层—SSL(Secure Sockets ...
分类:
其他好文 时间:
2014-09-12 18:48:53
阅读次数:
185
select p.spid,a.serial#, c.object_name,b.session_id,b.oracle_username,b.os_user_name from v$process p,v$session a, v$locked_object b,all_objects c whe...
分类:
数据库 时间:
2014-09-12 17:04:13
阅读次数:
253
本文是基于IIS6的处理模型。当一个客户端页面访问IIS试图获取一些信息的时候,发生了什么事情?一个请求在通过了HTTP管道后又发生了什么?本文主要是描述这两个过程,即IIS处理asp.net请求和asp.net的页面生命周期。首先我们要弄清楚两个非常重要的概念:1,worker process(w...
分类:
Web程序 时间:
2014-09-12 15:03:13
阅读次数:
133
基于Sun HotSpot JVM? ? 这里将介绍几款sun hotspot jvm 自带的监控工具: 请确保java_home/bin配置到path环境变量下,因为这些工具都在jdk的bin目录下 ? jps(JVM Process Status Tool):JVM机进程状况工具 用...
分类:
编程语言 时间:
2014-09-12 12:07:13
阅读次数:
410
import threading, os, subprocess, timeexec_path = "/home/xhz/gems/ruby/amd...../bin/tester.exec"out_data_path = "/home/xhz/...generated/"max_process =...
分类:
编程语言 时间:
2014-09-11 18:54:22
阅读次数:
249
child_process是node一个比较重要的模块,通过它可以实现创建多线程,来利用多核CPU。这个模块提供了四个创建子进程的函数。spawn、exec、execFile、fork。spawn是最原始的创建子进程的函数,剩下的三个是对这个函数不同程度的封装。spawn不支持回调函数。exec和e...
分类:
Web程序 时间:
2014-09-09 18:04:29
阅读次数:
354
ProblemWhile indexes can speed up execution of queries several fold as they can make the querying process faster, there is overhead associated with th...
分类:
数据库 时间:
2014-09-09 15:23:08
阅读次数:
376
First what I wanna make clear is that in the official website the detailed process of installation has been described. you could call it throught the link
http://docs.mongodb.org/manual/tutorial/ins...
分类:
数据库 时间:
2014-09-09 12:52:38
阅读次数:
219
名称: pmap - report memory map of a process(查看进程的内存映像信息)用法 pmap [ -x | -d ] [ -q ] pids... pmap -V选项含义 -x extended Show the extended format. 显示扩展格式 -d d...
分类:
系统相关 时间:
2014-09-06 21:14:53
阅读次数:
401
1.node中使用定时器的问题在于,它并非精确的.譬如setTimeout()设定一个任务在10ms后执行,但是在9ms后,有一个任务占用了5ms,再次轮到定时器时,已经耽误了4ms.好了node中的定时器就简单的讲这么多.2.看代码:1 process.nextTick(function(){2 ...
分类:
其他好文 时间:
2014-09-06 19:55:03
阅读次数:
283