P30

  第01课 认识 Linux 文档

HP-OS AIX注:Linux同时兼容System V和BSD两种Unix系统 5. POSIX 简介POSIX – Portable Operating System Interface 各家厂商发展自己的Unix

lihuoliang 2012-07-06   3008   0
Linux   教学  

Android开发框架大全 经验

e Showcase project of Functional Reactive Programming on Android, using RxJava. http://tinyurl.com/RxDroidcon16

WooWallin 2017-05-09   28660   0

Android 研发工程师高级进阶 经验

bignerdranch.com/blog/what-is-functional-reactive-programming/ 函数响应式编程(FRP)为解决现代编程问题提供了全新的视角。一旦理解它,可以极大地

jopen 2015-05-08   28729   0

Storm简介 经验

matically. Its perfectly fine to launch new threads in bolts that do processing asynchronously. OutputCollector

jopen 2015-04-13   15306   0

nginx 中的线程池使得性能提升 9 倍 经验

Running 1m test @ http://192.0.2.1:8000/1/1/1 12 threads and 50 connections Thread Stats Avg Stdev Max +/-

zcn141981 2017-08-11   42043   0

acl -- 网络及服务器编程框架库 3.0.15 版本发布 资讯

的 json 字符串) .新特性: acl_threads_server.c, 新添加的线程池服务器框架模板 .新特性: acl_threads_server.c 服务器模板增加了配置控制参数

jopen 2014-01-25   16498   0

通过添加一些 gems 来提升 Rails 应用的性能 经验

Running 10s test @ http://localhost:3000/sidechannels/bench   2 threads and 10 connections   Thread Stats   Avg      S

jopen 2014-07-04   19929   0

Python3实现TCP端口扫描器 经验

threading lock = threading.Lock() openNum = 0 threads = [] def portScanner(host,port): global openNum

xp2011xp 2016-10-12   15113   0
P32

  MySQL+SSD Flashcache优化实践 文档

innodb_io_capacity innodb_read_io_threads innodb_write_io_threads 未定 innodb_change_buffering=none adaptive_flushing

seoul1k 2011-08-31   623   0

Java内存模型与volatile关键字 经验

static final int THREADS_COUNT = 20; public static void main(String[] args) { Thread[] threads = new Thread[THREADS_COUNT];

pdce 2015-06-11   12173   0

基于Jsoup+MongoDB的全站爬虫的实现 经验

init(); Thread[] threads = new Thread[3]; for (int x = 0; x < threads.length; x++) { threads[x] = new Thread(new Crawl());

jopen 2015-03-26   29510   0

mysql监测工具tuning-primer.sh 经验

28 sec Avg. qps = 0 Total Questions = 15 Threads Connected = 1 Warning: Server has not been

jopen 2013-10-26   12397   0

在 Visual Studio 本地引用 Boost (MSBuild) 经验

dl;     boost::thread_group producer_threads, consumer_threads;     for (int i = 0; i != producer_thread_count; ++i)

jopen 2015-04-03   35048   0

使用 Go 对 Nginx 进行性能测试 经验

NP550P5C-AD1BR Intel Core i7 3630QM @2.4GHz (quad core, 8 threads) CPU caches: (L1: 256KiB, L2: 1MiB, L3: 6MiB) RAM

jopen 2013-12-16   26625   0

python的多线程示例 代码段

threading import Thread from Queue import Queue num_threads = 3 ips = ['127.0.0.1', '10.103.13.156','10.103

aiguang 2016-02-21   15101   0
Python  

kingshard的性能测试报告 资讯

--oltp-tables-count=1 \ --oltp-table-size=1000000 \ --num-threads=50 \ --max-requests=1000000 \ --report-interval=1

jopen 2015-11-23   11392   0

grep命令详解 问答

n} 作用同x\{m\},x\{m,\},x\{m,n\} 4. POSIX字符类 为 了在不同国家的字符编码中保持一至,POSIX(The Portable Operating System Int

jopen 2011-10-29   12439   3
grep   正则表达式   C/C++   Go   Git  
P4

  正则表达式语法完全解析 文档

2、[^a-z] 用来匹配任何不在a和z之间的字符。当吧脱字符号(^)包括在方括号里面时,表示否。 3、用户posix风格的正则表达式的字符集 [[:alnum:]]文字数字字符 [[:alpha:]]字母字符 [[:lower:]]小写字母

kome2000 2011-11-20   2853   0

C语言实现的简单HashTable - jwHash 经验

2 - Write and Read Key Value Pairs on Multiple Threads #define NUMTHREADS 8 #define HASHCOUNT 1000000

xpkdi 2015-05-18   15340   0

JMeter 2.11 发布了,改进JMS,HTTPS客户端认证测试 资讯

the number of active threads / total number of threads, the total number of threads only applies to a locally

jopen 2014-01-06   23898   0
JMeter  
1 2 3 4 5 6 7 8 9 10