表示 进入内容 131 去 140 的 452 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: Python (reset) Nov 27 2017 gogs结合git-webhook自动部署 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:18 UTC Tags: Python, yum, test, redis, MySQL, 配置, pip 1.安装依赖 1 yum -y install python-devel libxslt-devel libffi-devel openssl-devel 2.编译安装python2. 【python】 【redis】 【mysql】 【yum】 【配置】 【test】 【pip】 点击查看原文> Nov 27 2017 Python 获取CentOS7的内存使用率并写入mysql Posted by mysql-云栖社区 on Mon 27 Nov 2017 03:51 UTC Tags: innodb, Python, charset, mariadb, MySQL, create, Docker 由于Centos7和6的系统变化挻大的,所以先看看Centos7的内存信息是怎么样的。 系统版本: 1 2 3 [root@docker ~]# cat /etc/redhat-release CentOS Linux release 7. 【python】 【docker】 【mysql】 【innodb】 【Mariadb】 【charset】 【Create】 …[获取更多] Nov 26 2017 MySQL表结构同步 Posted by mysql-云栖社区 on Sun 26 Nov 2017 13:13 UTC Tags: sql, database, Python, MySQL, 数据库, 同步, 测试, 开发环境, 脚本 现在全身心投入到MySQL中。 项目要求:将开发环境中的数据库的修改同步至线上环境。 开发者给出的解决办法是:利用像Python 中的South框架,自动将开发环境的变更同步至生产环境。 【python】 【mysql】 【SQL】 【数据库】 【测试】 【同步】 …[获取更多] Nov 26 2017 Python 封装MySQL类 Posted by mysql-云栖社区 on Sun 26 Nov 2017 11:27 UTC Tags: sql, Python, charset, commit, MySQL, prefix 以后再也不用每次都重新写啦! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45... 【python】 【mysql】 【SQL】 【charset】 【prefix】 【Commit】 点击查看原文> Nov 26 2017 python通过外部参数发送邮件 Posted by mysql-云栖社区 on Sun 26 Nov 2017 08:56 UTC Tags: Python, email, sed, test, MySQL, SMTP, 脚本, 数据类型 #!/usr/bin/python #coding:utf8 #file topid.py import smtplib,mimetypes #mail module import time #system time import sys,os from email. 【python】 【mysql】 【脚本】 【test】 【smtp】 【数据类型】 【email】 …[获取更多] Nov 26 2017 python 学习 第六篇 mysql Posted by mysql-云栖社区 on Sun 26 Nov 2017 06:53 UTC Tags: db, Python, mobile, email, varchar, MySQL, create 安装mysql拓展 1 2 yum install python-devel pip install MySQL-python 2.在mysql中创建库 1 create database reboot10 default character set utf8; 3. 【python】 【mysql】 【DB】 【Create】 【varchar】 【Mobile】 【email】 …[获取更多] Nov 25 2017 python3连接mysql Posted by mysql-云栖社区 on Sat 25 Nov 2017 05:53 UTC Tags: database, db, Python, MySQL, 数据库 python3 连接mysql数据库,执行操作。 环境: os: windows 2008 python: python 3.5.3 之前用过python3连接sqlite3数据库,只是作为单机数据库使用,但后来提供web服务时,sqlite3数据库支持的不够好,转而使用mysql数据库。 【python】 【mysql】 【数据库】 【DB】 【database】 点击查看原文> Nov 23 2017 mysql慢查询日志分析工具使用 Posted by mysql-云栖社区 on Thu 23 Nov 2017 10:37 UTC Tags: Python, log, Statistics, file, MySQL, 脚本, 日志分析 参考: 5种mysql日志分析工具比拼 http://blog.csdn.net/gzh0222/article/details/10384475 1.mysql-log-filter工具脚本使用说明: google code上找到的一个分析工具.提供了 python 和 php 两种可执行的脚本。 【python】 【mysql】 【LOG】 【脚本】 【statistics】 【file】 【日志分析】 …[获取更多] Nov 23 2017 python2.7.8环境安装笔记 Posted by mysql-云栖社区 on Thu 23 Nov 2017 10:32 UTC Tags: Python, yum, PATH, gcc, socket, MySQL, 源码, pip, prefix python2.7.8环境安装笔记 yum -y install zlib zlib-devel openssl-devel gcc python-devel 1.python 2.7.8安装 cd /usr/local/src/python && tar xf Python-2. 【python】 【mysql】 【源码】 【path】 【yum】 【gcc】 【pip】 【prefix】 …[获取更多] Nov 23 2017 python操作mysql数据库 Posted by mysql-云栖社区 on Thu 23 Nov 2017 08:50 UTC Tags: sql, db, Python, api, test, commit, MySQL, 数据库, 模块 Python 标准数据库接口为 Python DB-API,Python DB-API为开发人员提供了数据库应用编程接口。 Python 数据库接口支持非常多的数据库,你可以选择适合你项目的数据库: GadFly mSQL MySQL PostgreSQL Microsoft SQL Server 2000 Informix Interbase Oracle Sybase 你可以访问Python数据库接口及API查看详细的支持数据库列表。 【python】 【mysql】 【SQL】 【模块】 …[获取更多] 表示 进入内容 131 去 140 的 452 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (45) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums