帝国时代2开源克隆版:OpenAge 经验

OpenAge 是一个志愿者项目,致力于实现一个开源的版本的 帝国时代II 。主要针对 POSIX 平台,如 GNU / Linux。这个项目同时也是想向 OpenMW , OpenRA 和 OpenTTD

jopen 2014-10-27   22890   0

php实现连续ping远程服务器脚本 代码段

$signal == SIGTERM) { foreach ($pid_arr as $pid) { posix_kill($pid,SIGTERM); } echo ”————— ping task finish

jopen 2015-07-10   1310   0
PHP  

精简版MySQL分支 Drizzle 经验

核架构 等业务 Drizzle的特征 有: 基于MySQL 6.0的源码树 无附加库 遵守POSIX 微内核设计 可插拔架构,适用于视图、存储过程、UDF、存储引擎等 跨多个节点的Sharding技术

fmms 2011-12-10   21326   0

集群文件系统 OCFS2 经验

number of attributes per inode) Advanced Security (POSIX ACLs and SELinux) User and Group Quotas Variable

Java命令行参数解析框架 - Climax 经验

performance reasons (See example ). 命令行选项可以定义成以下任意类型: POSIX options (See example ) GNU short long options (See

jopen 2012-12-31   26780   0

精简的 MySQL 分支,Drizzle 7.1.36 发布 资讯

核架构 等业务 Drizzle的特征 有: 基于MySQL 6.0的源码树 无附加库 遵守POSIX 微内核设计 可插拔架构,适用于视图、存储过程、UDF、存储引擎等 跨多个节点的Sharding技术

jopen 2012-05-23   9918   0
MySQL  

Mac下著名文本编辑器 TextMate v2.0 (beta 9.4) 发布 资讯

Target: x86_64-apple-darwin15.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/

jopen 2016-06-02   8484   0

Python-Prompt-Toolkit v1.0.14 发布 资讯

Added missing explicit loops for Futures in asyncio_posix eventloop. Fallback to default terminal size if

jopen 2017-03-27   6086   0

Ceph论文译文 Ceph:一个可扩展,高性能分布式文件系统 经验

ar-POSIX的文件系统接口给主机或进程; OSD集群:存储所有数据和元数据; 元数据服务器集群:管理名空间(文件名和目录),协调安全与一致性(见图1),说Ceph接口为near-POSIX在于,它为了更好地结合应用的需要和

jopen 2015-06-28   51778   0

Twitter开源库Twemcache分析 经验

er。以后在使用线程时,threads + id * sizeof(*threads)即为每id个线程。 threads = mc_zalloc(sizeof(*threads) * (1 + nworkers));

openkk 2012-08-23   23348   0

Java中的纤程库 - Quasar 经验

lightweight threads, Go-like channels, Erlang-like actors, and other asynchronous programming tools for

Bghfus08d57 2016-07-18   45348   0
P86

  Java 并发编程培训(阿里巴巴) 文档

the wait set. Active threads are shown as dark gray circles. Suspended threads are shown as light gray

narry 2012-03-03   631   0
Java开发   方案   培训   Java   Go  
P86

  Java 并发编程(阿里巴巴) 文档

the wait set. Active threads are shown as dark gray circles. Suspended threads are shown as light gray

minihacker 2012-06-04   4393   0
Java开发   方案   Java   Scala   Go  

No Java virtual machine could be found from your PATH 博客

trying to get past it. I didn't see any other threads that listed what I had to do to get this to work

tomivy 2010-12-26   6652   0

RethinkDB 1.10 发布,基于JSON的开源分布式数据库 资讯

to serialization ( #1424 ) Lowered the I/O pool threads' stack size ( #1425 ) Improved datum integer serialization

jopen 2013-10-01   7453   0

Evolution 3.12.11/3.13.90 发布,Linux 邮件客户端 资讯

Bug Fixes: Bug 743959 - Automatically collapsing threads after folder update (Milan Crha) Miscellaneous:

jopen 2015-03-24   5323   0

PHP 开源CMS 系统 E107 经验

track replies to forum threads they started. Polls can also be part of forum threads. You may provide a link

fmms 2011-11-29   52964   0

使用JMeter做压力测试 经验

在 TestPlan 节点上右键, Add-->Threads(Users)-->Thread Group 。 Number of Threads (Users) :要模拟的并发用户量。 R

jopen 2014-08-23   112923   0

Java 并发专题 : CyclicBarrier 打造一个安全的门禁系统 经验

/** * A synchronization aid that allows a set of threads to all wait for * each other to reach a common

jopen 2016-01-16   6416   0
P18

  MySQL Replication 技术深入 文档

Multi-Threaded SlavesMulti-Threaded Slaves 实现了多个SQL Threads 并发的执行不同的事务 Slave的组成 - 1 个 I/O Thread - 1 个SQL Coordinator

firesxp123 2013-04-10   518   0
1 2 3 4 5 6 7 8 9 10