WebSocket 的 C++ 开发库:websocket++ 经验

(iostream and Boost Asio) Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC) Thread-safe

mmp7 2015-04-23   105566   0

JOpt Simple 4.6 发布,Java命令行解析器 资讯

Simple 是一个简单,Java命令行解析器,用于那些你可能会传递给javac的的调用。它支持POSIX getopt() 和 GNU getopt_long()。 以下是一些用到 JOpt Simple

jopen 2014-01-06   6763   0

JRuby 9.0.5.0 发布,修复 53 个 issues 资讯

主要特性: Ruby 2.2 兼容 基于一个传统编译器设计的优化运行时 新的 POSIX-friendly IO 和 Process 完全从 MRI 移植 encoding/transcoding

jopen 2016-01-27   3450   0

实时通信库 libre 经验

libre 是一个利用异步 I/O 实现了实时通讯库。采用可移植的 POSIX 源码编写,符合 ANSI C89 和 ISO C99 标准。这是一个可靠、快速、低内存占用的库,兼容 RFC ,支持 IPv4

openkk 2012-08-12   21873   0

Python操作串口:pyserial 经验

translation etc. (which are many times enabled for POSIX.) This makes this module universally useful. Compatible

jopen 2015-01-19   53017   0

Linux内核3.0.16 稳定版发布下载 资讯

Changelog Linux 是最受欢迎的自由电脑操作系统内核。它是一个用C语言写成,符合POSIX标准的类 Unix 操作系统。Linux最早是由芬兰黑客 林納斯·托瓦茲 为尝试在英特尔x86架构上提供自由免费的

fmms 2012-01-09   6724   0
Linux  

基于 HTTP 的文件系统:SpockFS 经验

是一个基于 HTTP 的文件系统,其基于纯 HTTP 方法和 Header 构建,支持所有 FUSE POSIX 相关的方法,包括符号链接。 为了避免和 WebDAV 冲突,SpockFS 增加了很多新的

jopen 2015-01-10   13112   0

Swift的简单HTTP实现:Swift HTTP Server 经验

Swift的简单HTTP实现,使用POSIX socket API。可运行在 Mac OS X 和Linux之上。 For Mac users: You can install new Swift

dfd7 2015-12-06   14885   0

分布式文件系统 HDFSd 经验

适合那些有着超大数据集(large data set)的应用程序。HDFS放宽了(relax)POSIX的要求(requirements)这样可以实现流的形式访问(streaming access)文

jopen 2012-09-10   15771   0

Apache 日志统计,GoAccess 0.9.4 发布 资讯

Fixed inability to parse color due to a missing POSIX extension. ERR: Invalid bg/fg color pairs -

jopen 2015-09-08   5120   0

nagios插件之监控tomcat线程数 经验

sprintf(status_information,"tomcat_threads=%s",readbuf); sprintf(performance_data,"tomcat_threads=%s;;;;",readbuf); //

jopen 2015-05-28   42558   0

.Net开源论坛系统,Nearforums 8.5 发布 资讯

Navigation in forums, threads and tags Login with Facebook Connect / Twitter OAuth Related threads Fast quoting

jopen 2012-09-04   16215   1
论坛   .NET  

python多线程不断刷新网页的代码 代码段

print 'Usage: python ' + sys.argv[0] + ' <threads>' sys.exit() def reloader(numthread): url = sys

g2b4 2015-03-24   2664   0
Python  

python多线程模块threading使用范例代码 代码段

ctime(time.time())) counter -= 1 # Create new threads thread1 = myThread(1, "Thread-1", 1) thread2 =

pythopen 2015-05-14   2326   0
Python  

数据分发和集群平台,Hazelcast 3.3 发布 资讯

has 1 client and 1 cluster-member. And we use 40 threads per client, 8 char keys and 100 char values, then

jopen 2014-09-18   9822   0

Java开源搜索引擎,Apache Lucene 4.0-alpha 发布 资讯

values, and more. * When indexing via multiple threads, each IndexWriter thread now flushes its own segment

jopen 2012-07-03   11230   0
Lucene  

分布式发布订阅消息系统Kafka JAVA客户端代码示例 经验

consumerMap.get(topic); // now launch all the threads executor = Executors.newFixedThreadPool(numThreads);

jopen 2014-08-10   57408   0

python线程池进一步认识 经验

thread_num=2): self.work_queue = Queue.Queue() self.threads = [] self.__init_work_queue(work_num) self.__i

jopen 2015-01-17   17635   0

Mydumper - MySQL数据库备份工具 经验

连接的TCP/IP端口 -S, --socket 用于连接的Unix套接字文件 -t, --threads 使用的线程数,默认是4 -C, --compress-protocol 在MySQL连接上使用压缩

efx4 2015-04-25   12892   0

python线程池进一步认识 代码段

thread_num=2): self.work_queue = Queue.Queue() self.threads = [] self.__init_work_queue(work_num) self.__i

gcmc 2015-01-11   2138   0
Python  
1 2 3 4 5 6 7 8 9 10