Shell 脚本调试器 BASH Debugger 经验

the previous series along the lines of my other POSIX shell debuggers and other debuggers mentioned below

jopen 2011-12-22   54853   0
Linux   Shell  

源代码控制系统 SCCS 5.03 发布 资讯

SCCS v6 历史记录格式的支持,性能方面提升了 20% 左右。 SCCS 实现了 POSIX 标准的源代码控制系统,基于 UNIX SCCS 代码。 下载:the stable SCCS

fmms 2011-08-22   6624   1
SCCS  

小型的GNU环境 MSys 经验

MSYS:Minimal GNU(POSIX)system on Windows,是一个小型的GNU环境,包括基本的bash,make等等。是Windows下最优秀的GNU环境。(是否厌倦了Cygwi

fmms 2012-01-19   13637   0

JavaScript的JIT编译器:Higgs 经验

对x86-64平台。 要求: D compiler ( DMD recommended) POSIX compliant OS (Linux, Unix, MacOS X) Python 2.7 (if

jopen 2014-11-16   13137   0

zBackup:一个多功能的去重备份工具 资讯

[--password-file ~/.my_backup_password ] [--threads number_of_threads ] backup /my/backup/repo/backups/backup-`date

jopen 2015-05-27   5858   0
zBackup  

logback 1.1.3 发布,Java开源日志组件 资讯

() method is called.   ( LOGBACK-1033 ) All threads opened by ch.qos.logback.core.util.ExecutorSer

cd33 2015-03-28   9931   0
logback  
P2

  java线程终止 文档

monitors were in an inconsistent state, other threads may now view these objects in an inconsistent state

sdielpf 2014-08-21   444   0
P7

  POCO C++ 库学习和分析 -- 线程 (二) 文档

    int _age;   49.     int _stackSize;   50.     ThreadVec _threads;   51.     mutable FastMutex _mutex;   52. };  

michealtig 2014-09-12   2191   0

Java的ThreadPoolExecutor使用几点建议 经验

直接让原先的client thread做为worker线程,进行执行 容易被人忽略的点: 1.  pool threads启动后,以后的任务获取都会通过block queue中,获取堆积的runnable task.

fmms 2011-12-08   85014   0

PostgreSQL数据库压力测试工具pgbench简单应用 经验

transaction script from FILENAME -j NUM number of threads (default: 1) -l write transaction times to log

jopen 2012-07-09   36535   0

C++并发编程库:Theron 经验

MAC等多种平台,且支持pthreads, Windows threads, boost::thread and C++11 threads等各个平台下的线程模型。Theron使用MIT 授权。

jopen 2013-12-03   17372   0
P31

  计算机常用英语词汇大全 文档

multitask 多任务 job 作业 kernel 内核 interface 接口 programming language 程序设计(编程)语言 background 后台 system call

cnsdlywei 2017-03-01   12465   0
方案   C#   CSS   C/C++   Basic  

结构化配置文件读写库,libconfigduo 1.4.9 发布 资讯

简洁的、轻便C/C++库用于读写,操作结构化配置文件。支持 Linux, Mac OS X, 和其它POSIX兼容的操作系统,还有Windows。此外还有一个完整的API操作手册。 此版本修复了一个小的解析错误,并解决了Visual

jopen 2012-09-29   8442   0

可移植C++类库 GNU Common C++ 经验

+是一个高度可移植的C + +类库,主要是开发可移植的应用程序。通过在 Win32平台上进行构建并支持以各种POSIX平台 。其目标是提供一个真正通用的可移植C + +框架,而不需要大量的运行支持。 项目主页:

openkk 2011-12-29   20564   0

libHX 3.12 发布 资讯

树、选项解析、字符串操作等功能。 该版本对选项解析做了很多改变,修正了直通模式的问题,增加了错误处理和 POSIX 行为,减少了一些数据结构的大小,支持使用 clang 的编译。 项目地址:http://libhx

openkk 2011-12-04   4871   0
C语言  

C++命令行参数解析,Arg_parser 1.6 发布 资讯

Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments.

fmms 2012-01-02   15597   0
C/C++  

小型 HTTP 服务器 MiniWeb 经验

和 POST 方法,支持 x86 (Windows/Linux), ARM, MIPS 和其他 POSIX 平台。支持嵌入式和独立运行两种模式。 项目主页: http://www.open-open

openkk 2012-08-06   43615   0

DEX转成Java源码反编译:JADX 经验

--output-dir - output directory -j, --threads-count - processing threads count -f, --fallback - make simple

jopen 2014-12-08   114728   0

mysql性能监控相关 经验

(7)Thread Cache 命中率 Thread_cache_hits = (1 - Threads_created / connections ) * 100% mysql> show status

jopen 2013-10-20   17561   0

Python控制多进程与多线程并发数 经验

            self.queue.task_done()#发出此队列完成信号 threads=[] queue=Queue.Queue() lock=threading.Lock() num=threading

jopen 2015-10-26   28350   0
1 2 3 4 5 6 7 8 9 10