P12

  RelateIQ超过1年的Docker使用经验 文档

RelateIQ自2013年年底开始就使用了Docker,本演讲稿中介绍了他们的一些Docker使用场景以及在哪些地方使用/不使用Docker,他们目前就没有在数据持久化部分使用Docker,但他们认为这个问题今年就可能会解决,Flocker这样的项目很不错

bw3e 2015-03-11   3388   0
虚拟化   Java   PHP   Python   Ruby  
P

Python 教程 - 廖雪峰的官方网站 文档

这是小白的Python新手教程。<br> Python是一种计算机程序设计语言。你可能已经听说过很多种流行的编程语言,比如非常难学的C语言,非常流行的Java语言,适合初学者的Basic语言,适合网页编程的JavaScript语言,等等。<br> 那Python是一种什么语言?<br> 首选,我们普及一下编程语言的基础知识。用任何编程语言来开发程序,都是为了让计算机干活,比如下载一个MP3,编写一个文档等等,而计算机干活的CPU只认识机器指令,所以,尽管不同的编程语言差异极大,最后都得“翻译”成CPU可以执行的机器指令。而不同的编程语言,干同一个活,编写的代码量,差距也很大。

mlj_12 2015-03-10   880   0
P15

  Python 实战第一节:入门 文档

讲师-冰河目录Python和测试有什么关系Pthon有什么优缺点3Python是什么?12Python下载安装4软件测试部落欢迎来到python世界5Python是什么?软件测试部落.Python是一种简单易学,功能强大的编程语言。它有高效率的高层数据结构,能够简单、有效地实现面向对象编程。Python语法简洁,支持动态输入,是解释性语言。在大多数平台上,对于众多领域,Python都是一个理想的开发语言,特别适合于应用程序的快速开发。Python官方网站的描述《简明Python教程》的描述Python和测试的关系软件测试部落

diaojun 2015-02-01   565   0
P27

  APM Python Application Performance 文档

Storm:动态处理大量生成的小块数据,数据项在网络节点中流进流出; S4:与Storm重要区别是故障时可能会丢失数据; Spark:把计算过程传递给数据比把数据传递给计算过程更高效 (中间数据存放内存); 云智慧告警引擎:更专注处理复杂的异步消息;

cd62 2015-01-29   509   0
P20

  如何用python开发运维友好的程序 文档

如何用python开发运维友好的程序李雨来运维干什么部署监控处理故障和问题什么叫运维友好?看看运维的表情就好了什么叫运维友好?是这样?什么叫运维友好?还是......该怎么做?重复的事情让机器做让运维知道系统在干什么给运维留条后悔的路重复的事情让机器做自动化部署针对服务器的自动化部署Puppet,Chef,SaltStack针对应用的自动化部署Capistrano持续集成工具Jenkins重复的事情让机器做让系统自动处理异常MySQL的双主自动切换(Zookeeper+kazoo)消息传送中多条通路的自动切换(py-servicebus)网络异常的自动探测和自我修复重复的事情让机器做写一些脚本简化运维部署中的操作。

cmp2 2015-01-29   589   0
P19

  Android 自动化测试工具对比介绍 文档

Android自动化测试工具对比介绍个人产品质量保证部刘佳Android自动化测试工具对比介绍什么是自动化测试Android主流测试工具Robotium工具简介自动化测试的目的Android自动化测试工具对比介绍什么是自动化测试?自动化测试就是把以人为驱动的测试行为转化为机器执行的一种过程自动化测试的目的?提高速度,无论做什么事情速度快了,自然效率就高;解放生产力,把需要重复做的和不需要思考的体力劳动交给机器来做,我们测试人员就能够用更多的精力来做更重要的事情,比如思考新的测试用例来增加覆盖度等Android自动化测试工具对比介绍Anddroid主流自动化测试工具

wendys 2015-01-27   690   0
P19

  Python 模块 文档

Python程序设计语言目录模块的定义如何使用一个模块如何查找帮助常用模块ossysstringtime其他Python程序设计语言定义模块可把一个复杂的程序按功能分开,分别存放到不同文件中,使程序更容易维护和管理。在Python中的模块是一个以.py结尾的Python代码文件。

pu_pu1987 2015-01-20   4333   0
P

Python Phrasebook: Essential Code and Commands 文档

Python Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects in Python. Concise and Accessible Easy to carry and easy to uselets you ditch all those bulky books for one portable guide Flexible and Functional Packed with more than 100 customizable code snippetsso you can readily code functional Python in just about any situation

f74f 2015-01-18   1648   0
P

Python in a Nutshell, 2nd Edition 文档

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

f74f 2015-01-18   642   0
P23

  OceanBase 0.4:从 API 到 SQL 文档

可扩展大数据(>100TB)增加/减少服务器持续可用易用SQL,ACID高性能TPS(>100k),QPS(>1M)低成本我们需要怎样的存储方案?数据总量很大,但每天更新量相对较小Alibaba2012双十一交易笔数1.1亿笔,假设对于某个业务,1笔交易操作10次数据库:写事务数:1.1亿*10=11亿修改增量:11亿*100B=110GB数据库业务的背后设计理念数据=基线数据+修改增量查询修改系统架构

patrick002 2015-01-10   2622   0
P

Python 3.4.2 文档 文档

What's new in Python 3.4? or all "What's new" documents since 2.0 Tutorial start here Library Reference keep this under your pillow Language Reference describes syntax and language elements Python Setup and Usage how to use Python on different platforms Python HOWTOs in-depth documents on specific topics Installing Python Modules installing from the Python Package Index & other sources

xcy615601 2015-01-08   5564   0
P17

  云巴基于Ansible的自动化运维实践 文档

关于云巴云后端服务MQTTasaService实时pub/sub系统云时代的运维云主机弹性运算弹性扩容灰度上线每天都可能需要部署典型的过程增加一个新机房扩容申请机器配置DNS部署应用部署监控自动测试分配流量自动扩容监控系统发现容量压力触发扩容过程以前的做法开发工程师写代码测试工程师测试运维部署维护问题开发更清楚应该测试什么开发更清楚怎么部署维护于是有了DevOps实际做法开发人员开发应用写测试用例写部署维护脚本理想的部署方式新机器只需支持SSH配置机器的SSH连接方式运行一个部署命令部署完成不需要Master、不需要AgentAnsible概述基于Python/Jinja2/PyYAML/Paramiko通过SSH连接目标服务器

wn25 2015-01-04   10966   0
Apache   Python   YAML  
P

Python Programming with the Java Class Libraries 文档

This tutorial begins with coverage of some of the basics of Python programming. Using plenty of skill-building exercises and interactive programming sessions, this book will help those new to programming develop an understanding of concepts and practical techniques. For experienced programmers, the book demonstrates Python's breadth of capabilities and shows the ways that Python interfaces with Java APIs for professional application development.

fp34 2014-12-31   302   0
P

Python Programming on Win32, First Edition 文档

Despite Python's increasing popularity on Windows, Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. This book addresses all the basic technologies for common integration tasks on Windows, explaining both the Windows issues and the Python code you need to glue things together.

fp34 2014-12-31   403   0
P

Python Programming for the Absolute Beginner 文档

With this text, you will acquire the skills that you need for more practical Python programming applications, and learn how these skills can be put to use in real-world scenarios.

fp34 2014-12-31   2407   0
P

Twisted Network Programming Essentials - Event-driven Network Programming with Python 文档

Twisted Network Programming Essentials from O'Reilly is a task-oriented look at this new open source, Python-based technology. The book begins with recommendations for various plug-ins and add-ons to enhance the basic package as installed. It then details Twisted's collection simple network protocols, and helper utilities. The book also includes projects that let you try out the Twisted framework for yourself. For example, you'll find examples of using Twisted to build web services applications using the REST architecture, using XML-RPC, and using SOAP.

fde8 2014-12-30   2576   0
P

Teach Yourself Python in 24 Hours 文档

Hour<br> 1 What is Python?<br> 2 The Python Interpreter<br> 3 Basic Arithmetic with Python<br> 4 Variables and Control Flow<br> 5 Basic Data Types I: The Numeric Data Types<br> 6 Basic Data Types II: Sequence and Dictionary<br> 7 Functions and Modules<br> 8 Useful Miscellany

fde8 2014-12-30   2896   0
P

Text Processing in Python 文档

Text Processing in Python is an example-driven, hands-on tutorial that carefully teaches programmers how to accomplish numerous text processing tasks using the Python language. Filled with concrete examples, this book provides efficient and effective solutions to specific text processing problems and practical strategies for dealing with all types of text processing challenges.

mylijie 2014-12-12   429   0
P12

  Spark 核心技术剖析 文档

Spark:完整生态系统Spark是发源于美国加州大学伯克利分校AMPLab的集群计算平台。它立足于内存计算,从多迭代批量处理出发,兼收并蓄数据仓库、流处理和图计算等多种计算范式。Spark当下已成为Apache基金会的顶级开源项目,拥有着庞大的社区支持,技术也逐渐走向成熟。Cloudera,MapR,Amazon,SAS等众多知名都引入了Spark

xcn4 2014-11-29   472   0
P160

  Python 基础教程至60课(基础) 文档

每种语言都会有它的支持者和反对者。去Google一下“why python”,你会得到很多结果,诸如应用范围广泛、开源、社区活跃、丰富的库、跨平台等等等等,也可能找到不少对它的批评,格式死板、效率低、国内用的人很少之类。不过这些优缺点的权衡都是程序员们的烦恼。作为一个想要学点编程入门的初学者来说,简单才是最重要的。当学C++的同学还在写链表,学Java的同学还在折腾运行环境的时候,学Python的你已经像上图一样飞上天了。

threeg 2014-11-20   1302   0
1 2 3 4 5 6 7 8 9

关键词

最新上传

热门文档