• Advanced_Python_Programming_David_M.BeazleyOReilly - 投影板.pdf

    Advanced Python Programming David M. Beazley Department of Computer Science University of Chicago beazley@cs.uchicago.edu O’Reilly Open Source Conference July 17, 2000 Preliminaries Audience Experienced programmers who are familiar with advanced programming topics in other languages. Python programmers who want to know more. Programmers who aren’t afraid of gory details. Disclaimer This tutorial is aimed at an advanced audience I assume prior knowledge of topics in Operating Systems and Networks. Prior experience with Python won’t hurt as well. My Background I was drawn to Python as a C programmer. Primary interest is using Python as an interpreted interface to C programs. Wrote the "Python Essential Reference" in 1999 (New Riders Publishing). All of the material presented here can be found in that source.

    0
    95
    215KB
    2019-08-21
    9
  • Python Programming Cookbook - Hot Recipes for Python Development .pdf

    每一篇都是最实用的Python实作 1 CSV Reader / Writer Example 2 Decorator Tutorial 3 Threading / Concurrency Example 4 Logging Example 5 Django Tutorial 6 Dictionary Example 7 Sockets Example 8 Map Example 6 9 Subprocess Example 10 Send Email Example 7

    0
    64
    2.04MB
    2019-08-21
    0
  • MySQL for Python - 完美列印版.pdf

    PACKET 保证完整版 MySQL for Python Integrate the flexibility of Python and the power of MySQL to boost the productivity of your applications Albert Lukaszewski, PhD Table of Contents Chapter 1: Getting Up and Running with MySQL for Python 7 Chapter 2: Simple Querying 25 Chapter 3: Simple Insertion 59 Chapter 4: Exception Handling 101 Chapter 5: Results Record-by-Record 129 Chapter 6: Inserting Multiple Entries 161 Chapter 7: Creating and Dropping 183 Chapter 8: Creating Users and Granting Access 219 Chapter 9: Date and Time Values 247 Chapter 10: Aggregate Functions and Clauses 279 Chapter 11: SELECT Alternatives 311 Chapter 12: String Functions 341 Chapter 13: Showing MySQL Metadata 369 Chapter 14: Disaster Recovery 393

    0
    116
    2.08MB
    2019-08-21
    10
  • refman-5.7-en.pdf

    Mysql 5 reference manual, 最完整的Mysql 参考手册,足足有4000页

    0
    137
    32.46MB
    2019-08-20
    9
  • oracle_dba_code_examples201012.pdf

    实用的Oracle DBA 常用的实际操作文档 Document Parts Part 1 Oracle DBA Fundamentals _______________________ 36 Part 2 Oracle Database Net Services ___________________ 238 Part 3 Oracle Database Backup and Recovery ____________ 247 Part 4 Oracle Database Security _______________________ 311 Part 5 Oracle Database Performance Tuning _____________ 340 Part 6 Oracle Automatic Storage Management (ASM) ______ 396 Part 7 Oracle Real Application Cluster __________________ 410 Part 8 Oracle RAC One Node __________________________ 529 Part 9 Oracle Warehousing ___________________________ 551 Part 10 Oracle Database Utilities _______________________ 556 Part 11 Miscellaneous Oracle Database Topics _____________ 582 Part 12 PL/SQL Samples ______________________________ 596 Part 13 Appendixes__________________________________ 674 38页的部份文档 Optimal Flexible Architecture  The OFA is a set of recommendations from Oracle Corporation aimed at simplifying management of complex software and databases often running under multiple versions of software.  OFA Guidelines o Arrange at least four mount points that have names like /u01, /u02, /u03, and so on. o If the Oracle software owner is "oracle", make /u01/app/oracle your ORACLE_BASE # mkdir -p /u01/app/oracle # chown -R oracle:oinstall /u01/app/oracle # chmod -R 775 /u01/app/oracle o Make Oracle_HOME $ORACLE_BASE/product/version/{db|client|companion}_[n]. Examples: /u01/app/oracle/product/11.1.0/db_1 /u01/app/oracle/product/11.1.0/client_1 /u01/app/oracle/product/10.1.0.2.0/db_1 o Install Flash Recovery Area in $ORACLE_BASE/flash_recovery_area in a mount point different from db files. o Administrative Files are to be created in ORACLE_BASE/admin/dbname o Store Oracle DB files in the mounted points. # mkdir /mount_point/oradata # chown oracle:oinstall /mount_point/oradata # chmod 775 /mount_point/oradata /u01/oradata/prod1/control01.ctl /u05/oradata/prod1/control02.ctl /u02/oradata/prod1/redo01.log /u04/oradata/prod1/redo02.log data file has this format: /u20/oradata/prod/system01.dbf

    0
    166
    1.91MB
    2019-07-24
    0
  • MySQL for Python.pdf do not download this aborted

    Python is a dynamic programming language, which is completely enterprise ready, owing largely to the variety of support modules that are available to extend its capabilities. In order to build productive and feature-rich Python applications, we need to use MySQL for Python, a module that provides database support to our applications. Although you might be familiar with accessing data in MySQL, here you will learn how to access data through MySQL for Python efficiently and effectively. This book demonstrates how to boost the productivity of your Python applications by integrating them with the MySQL database server, the world's most powerful open source database. It will teach you to access the data on your MySQL database server easily with Python's library for MySQL using a practical, hands-on approach.

    4
    178
    1.26MB
    2014-10-07
    14
  • Beginning Python.pdf

    Beginning Python: Using Python 2.6 and Python 3.1 introduces this open source, portable, interpreted, object-oriented programming language that combines remarkable power with clear syntax. This book.

    0
    46
    5.55MB
    2014-10-07
    1
上传资源赚积分or赚钱