JavaScript 开发者必备的资源合集 经验

Two Pillars of JavaScript Part 2: Functional Programming #article JavaScript Objects An excellent explanation

jopen 2016-01-06   37763   0
P15

  Eclipse 教程 文档

Introduction to Java Programming Eclipse教程 By Y.Daniel Liang 付蓉 译 该帮助文档包括以下内容: l Eclipse入门 l 选择透视图 l

dts0639 2012-03-12   5871   0

21本最好免费的PHP和MySQL电子书籍 资讯

CSS, JavaScript and HTML5 2) PHP 5 Power Programming 3) Beginning Php5 Apache And Mysql Web Development

jopen 2015-05-24   17833   0
MySQL   PHP  
P6

  spring线程案例 文档

getActiveCount(); + System.out.println("Active Threads : " + count); + try{ + Thread.sleep(1000); + }

sunzm00000 2014-11-14   5267   0

Java阻塞队列线程集控制的实现 经验

final int FILE_QUEUE_SIZE = 10; final int SEARCH_THREADS = 100; BlockingQueue queue = new ArrayBl

jopen 2014-12-27   12501   0

网络与服务器编程框架库,acl_3.0.19 版本发布 资讯

kqueue, devpoll, win32 message) server framework(threads pool/proccess pool/aio/trigger/udp, etc) HttpServlet

jopen 2014-06-23   18364   0
acl  

2015年出现的十大流行Python库 资讯

time import requests from tomorrow import threads @threads(5) def download(url): return requests.get(url)

jopen 2016-01-05   31577   0
Python  

Percona Server 5.7.10-2 second RC available 资讯

(available only in debug builds) while purge threads were stopped would cause a server crash. Bug fixed

jopen 2016-02-08   7993   0
Percona  
P3

  weblogic9调优 文档

开发模式默认值 产品模式默认值 Execute Queue: Thread Count 15 threads 25 threads JDBC Connection Pool: MaxCapacity 15 connnections

worldseme 2011-08-29   2824   0

2015 年出现的十大流行 Python 库 资讯

import timeimport requestsfrom tomorrow import threads@threads(5)def download(url):     return requests.g

jopen 2016-01-08   30188   0

开源GUI框架库:Nana C++ Library 经验

#include #include threads/pool.hpp> void foo() { //该函数会在由线程池创建的线程中“调用”

jopen 2012-12-09   42063   0

Redis 配置详解 经验

vm-page-size 32 vm-pages 134217728 vm-max-threads 4 ############# ADVANCED CONFIG ###############

jopen 2012-11-03   19482   0

Python多线程 简明例子 经验

append(th) # start threads one by one for i in range(10): thread_pool[i].start() #collect all threads for i in

jopen 2015-01-14   31035   0

MYSQL数据库的优化 经验

程将被重新创建,如果有很多线程,增加这个值可以改善系统性能。通过比较Connections和Threads_created状态的变量,可以看到这个变量的作用。我们可以根据物理内存设置规则如下:1GB内存我们配置为8

LorGooden 2016-03-05   33527   0

MYSQL数据库的优化 经验

程将被重新创建,如果有很多线程,增加这个值可以改善系统性能。通过比较Connections和Threads_created状态的变量,可以看到这个变量的作用。我们可以根据物理内存设置规则如下:1GB内存我们配置为8

bluesailor 2016-03-05   28863   0
P702

python cookbook(第3版)高清中文完整版 文档

def warn_threads(mod): ... print('Threads? Are you crazy?') ... >>> >>> import threading Threads? Are you

冬冬 2016-04-19   2980   0

为初学者准备的10本免费的 Javascript 书籍 资讯

authors and veterans programmers have made this programming language into books so that you can easily comprehend

jopen 2015-11-04   14801   0

5个在Android平台上编程的最好App 资讯

5 Best Apps to do Programming on Android Platform C4droid - C/C++ compiler & IDE C4droid is a very

jopen 2015-05-05   29176   0
Android  

2014年5月国外部分在线编程/计算机公开课 资讯

英文原文: Here's a list of 48 free online programming/CS courses (MOOCs) with feedback (i.e. exams/homeworks/assignments)

jopen 2014-05-02   16705   0
编程  

Intel发布面向开发者的推荐阅读清单 资讯

Scientists and Engineers Structured Parallel Programming: Patterns for Efficient Computation 计算机体系结构——量化研究方法(第

jopen 2014-01-22   29182   0
1 2 3 4 5 6 7 8 9 10