CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - Python

搜索资源列表

  1. HW_SQL_TOOL

    0下载:
  2. Python SQL 结构处理类, 解释sql语句把sql语句解析成列,where列表..结构信息 根据需求把sql进行重整.-Python SQL class structure, explained sql statement sql statement put out in analytical, where the list .. structural information based on the demand put sql revitalization.
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:6334
    • 提供者:liurz
  1. linkmssql_active

    1下载:
  2. 使用python连接mssql数据库的例程
  3. 所属分类:SQL Server数据库

    • 发布日期:2014-01-16
    • 文件大小:561
    • 提供者:张铁
  1. Vocabulary_python_mySQL

    0下载:
  2. python_MySQL之间的几个小例子。对于python连接的数据库,大型的多用Oracle,而MySQL比较适合小规模的数据库开发
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:286997
    • 提供者:赵河
  1. ribao

    0下载:
  2. 使用python连接数据库,查询一些信息,其中含有变量,将查询得到的数据写入文件中。-Connect to the database using python, check some information, which contains variables, the query to get data written to the file.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-02
    • 文件大小:1112
    • 提供者:openroad
  1. berkeleydb-5.1

    0下载:
  2. Berkeley DB (DB)是一个高性能的,嵌入数据库编程库,和C语言,C++,Java,Perl,Python,PHP,Tcl以及其他很多语言都有绑定。Berkeley DB可以保存任意类型的键/值对,而且可以为一个键保存多个数据。Berkeley DB可以支持数千的并发线程同时操作数据库,支持最大256TB的数据,广泛用于各种操作系统包括大多数Unix类操作系统和Windows操作系统以及实时操作系统-Berkeley DB (DB) is a high performance, em
  3. 所属分类:Other Databases

    • 发布日期:2017-06-22
    • 文件大小:42002432
    • 提供者:oliver
  1. mypysql-0.3.tar

    0下载:
  2. This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose is to be useful and as simple to use as possible. -This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose i
  3. 所属分类:MySQL

    • 发布日期:2017-04-25
    • 文件大小:21872
    • 提供者:chengyu
  1. getallemail

    0下载:
  2. 读取配置文件连接数据库,获取用户email地址,写成。TXT文档,为群发邮件提供email地址。-Read the configuration file to connect database, access to user email address, written in. TXT files, for mass-mailing email address provided.
  3. 所属分类:Database system

    • 发布日期:2017-04-12
    • 文件大小:1633
    • 提供者:shark
  1. MySQL-python-1.2.3c1.tar

    0下载:
  2. MySQL Python interface version 1.2.3_rc1
  3. 所属分类:SQL Server

    • 发布日期:2017-04-03
    • 文件大小:89831
    • 提供者:Vengeur Masqué
  1. Python-connect-to-Oracle-upload

    0下载:
  2. python 与oracle 11G 的链接.简单的例子。-Python Oracle 11G connection reference
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:574
    • 提供者:haiping zhang
  1. python

    0下载:
  2. 基于python的sqlite数据库操作,希望对大家学习此编程有帮助。-sqlite based on python
  3. 所属分类:Other Databases

    • 发布日期:2017-04-13
    • 文件大小:2212
    • 提供者:fenjin
  1. python-mysqlt

    0下载:
  2. python跟mysql数据库相连的算法介绍。介绍了python调用mysql的函数实现。-python-connect-mysql written by myself.
  3. 所属分类:MySQL

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:chou
  1. Python-MySQL

    0下载:
  2. 这是个用python写的,对MYSQL的增删改查-these files are written by python,to add,delete mysql
  3. 所属分类:MySQL

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:tang
  1. mysql

    1下载:
  2. python链接MySQL数据库。删除,插入,更新等操作(Python links to the MySQL database. Delete, insert, update, etc)
  3. 所属分类:MySQL数据库

    • 发布日期:2017-07-13
    • 文件大小:7168
    • 提供者:aiqtong
  1. MySQL-python-1.2.5

    0下载:
  2. Mysql lib for python
  3. 所属分类:MySQL数据库

    • 发布日期:2018-01-03
    • 文件大小:108544
    • 提供者:DavidKoo
  1. MySQL-python-1.2.4

    1下载:
  2. python数据库包,1.2.4版本,win、mac、linux都可用(Mysql library for python)
  3. 所属分类:MySQL数据库

    • 发布日期:2018-01-03
    • 文件大小:112640
    • 提供者:DavidKoo
  1. mysql-connector-python-2.0.4-py2.7

    0下载:
  2. mysql for python in windows
  3. 所属分类:MySQL数据库

    • 发布日期:2018-01-03
    • 文件大小:119808
    • 提供者:nacho7220
  1. toRedisCluster

    0下载:
  2. 提供python 连接redis数据库集群的方法代码, 读取redis里面list型数据表,然后生成pandas中的dataframe数据表,从而实现数据处理分析。(this file provides python code for the connection to redis cluster and the code for reading the list type data and convert the data to dataframe structure of pandas so
  3. 所属分类:其他数据库

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:慢慢吃饭
  1. foodbox

    1下载:
  2. python实现餐厅网站开发,带后台数据库(Python implementation of restaurant website development)
  3. 所属分类:数据库系统

    • 发布日期:2018-05-02
    • 文件大小:13698048
    • 提供者:风夏
  1. 13-Python使用Memcached

    0下载:
  2. 通过Python在Linux环境下安装Memcached(Install Memcached in Linux environment through Python)
  3. 所属分类:数据库系统

  1. python学生管理系统-mysql

    1下载:
  2. Simple student information management system based on MySQL, including simple access control, batch operation, import and export and statistical analysis, using Tkinter for graphical
  3. 所属分类:MySQL数据库

« 12 3 »
搜珍网 www.dssz.com