CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - CONCURRENCY

搜索资源列表

  1. ORACLE_train2

    0下载:
  2. 为了保证数据库数据的安全可靠性和正确有效,DBMS必须提供统一的数据保护功能。数据保护也为数据控制,主要包括数据库的安全性、完整性、并发控制和恢复。-database data in order to ensure the safety and reliability of correct and effective, DBMS must provide centralized data protection. Data protection for data control, includin
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:22.18kb
    • 提供者:kiki
  1. high performance server

    1下载:
  2. 别人收集的关于高性能高并发服务器架构的设计文档-Others collected on the high-performance high-concurrency server architecture design document
  3. 所属分类:软件工程

    • 发布日期:2013-01-31
    • 文件大小:1.85mb
    • 提供者:胡非
  1. lock

    0下载:
  2. 对数据库的数据进行增、删、改时,考虑并发控制问题而实现的锁-Data on the database by adding, changing, consider the problem of concurrency control to achieve lock
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:3.04kb
    • 提供者:wang
  1. OReillyJavaProgrammingwithOracleJDBC

    0下载:
  2. Learn how to leverage a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL quer
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:959.53kb
    • 提供者:dat
  1. io

    0下载:
  2. Tackling the Awkward Squad:monadic input/output,concurrency, exceptions, and foreign-language calls inHaskel
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:265.25kb
    • 提供者:Vladimir
  1. HighPerformanceAndHighConcurrencyServerArchitectur

    0下载:
  2. 由于自己正在做一个高性能大用户量的论坛程序,对高性能高并发服务器架构比较感兴趣,于是在网上收集了不少这方面的资料和大家分享。希望能和大家交流-Because my own are doing a high volume of large users forum procedures, high performance and high concurrency server architecture more interested in, so the Internet to collect a
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:1.97mb
    • 提供者:Ken
  1. Patterns_of_Enterprise_Application_Architecture.ra

    0下载:
  2. 这本书总结了企业级应用程序的分层、构建基于Web的用户界面、构建领域业务逻辑、将内存模块关联到关系数据库、事务与并发、无状态环境下的会话状态、分布策略等七个方面的问题-This book summarizes the enterprise-level applications layered to build Web-based user interface to build the field of business logic, the memory module associated wi
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:alex
  1. Web_Servers_Nginx_Introduction_And_Practice

    0下载:
  2. 这是金山软件公司张默在CSDN大会讲解Nginx服务器的演讲稿,内附Nginx的介绍,并结合金山网狭游戏的实际服务器运营情况来介绍Nginx高并发,高负载的强大功能-This is a software company Kingsoft Zhang Mo CSDN of the General Assembly in a speech to explain Nginx server, Nginx included the introduction, combined with narrow Ji
  3. 所属分类:Project Manage

    • 发布日期:2017-04-10
    • 文件大小:1.45mb
    • 提供者:yz
  1. Ada_Distilled.pdf.tar

    0下载:
  2. Ada distilled This book is for experienced programmers new to Ada. Heavily commented example programs help experienced programmer experiment with Ada. This is not a comprehensive book on the entire Ada language. In particular, we say very li
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:926.23kb
    • 提供者:valexey
  1. python_forUnix

    0下载:
  2. Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more ef
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2.52mb
    • 提供者:欧曜玮
  1. JavaEnterpriseDesignPatterns

    1下载:
  2. 本书系统介绍了设计模式和体系结构模式,这些模式可应用于分布式和企业应用程序。其中主要包含与事务处理、分布式计算、并发性和时间等相关的模式,还介绍了在面向对象程序设计中的数据库模式。本书主要内容还包括模式的概念及发展,描述模式的UML的相关内容,软件生命周期,以及不同类型的模式,有些模式还给出了代码示例。\r\n本书叙述清晰、结构严谨,是提高程序员编程能力的一本较好的参考书。本书可供有经验的程序员掌握所介绍的模式,并有助于在实践中发现新的模式,另外还可以了解模式的通用术语和描述方法。本书也可供初学
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:787.54kb
    • 提供者:hongjiang
  1. CCRtrip1

    0下载:
  2. CCR,并发与协调运行时(Concurrency and Coordination Runtime)。从名字里我们就可以知道,这个东东是用来简化并发程序设计的。为何要并发呢?因为我们有多个任务需要处理,如果能同时做就会充分利用硬 件而减少处理的时间。自然的,CCR也是以“任务”为核心进行设计的,CCR中的代码也可以分为如下几个功能:描述任务、生成任务、调度任务和执行任务。-CCR, Concurrency and Coordination Runtime (Concurrency and Coo
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:14.63kb
    • 提供者:yf
  1. Concurrency

    0下载:
  2. this document describes the concurrency api module of java. it was introduced in java 5.0
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:48.8kb
    • 提供者:adil
  1. ccontrol

    0下载:
  2. concurrency control and recovery
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:21.82mb
    • 提供者:alina
  1. Concurrency-in-embedded-systems

    0下载:
  2. Concurrency in Embedded Systems
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:152.89kb
    • 提供者:HASNAOUI
  1. A-Study-of-the-Concurrency-Control

    0下载:
  2. A Study of the Concurrency Control
  3. 所属分类:Development Research

    • 发布日期:2017-03-27
    • 文件大小:83.2kb
    • 提供者:Samira
  1. High-concurrency-WEB-Architecture

    0下载:
  2. 高并发web架构构建。道可道,非常道。要将所有的架构之道讲出来实属不易,架构就像艺术品一样,往往无法完全复制,但是独立的技术以及分 析的思路是可以学习的,作为优秀的开发者或者架构师,心中的架构才是最有价值的。-Build high concurrency web architecture. Road to Road, very Avenue. To all the architecture of the Road to speak out is not easy, architecture
  3. 所属分类:Project Design

    • 发布日期:2017-12-06
    • 文件大小:3.44mb
    • 提供者:wang
  1. Web-concurrency-model

    0下载:
  2. Web concurrency model superficial explore V3
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:494.82kb
    • 提供者:zzq
  1. Seven-Concurrency-Models-in-Seven-Weeks

    0下载:
  2. Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven W
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:Francisco
  1. high-concurrency-server

    0下载:
  2. 高并发服务器设计方案总结,对于想从事这方面工作的朋友们有福了-High concurrency server design scheme, for my friends want to work in this respect
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1.85mb
    • 提供者:zhangxin
« 12 »
搜珍网 www.dssz.com