表示 进入内容 111 去 120 的 452 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: Python (reset) Nov 28 2017 面试题 Posted by mysql-云栖社区 on Tue 28 Nov 2017 13:27 UTC Tags: Python, django, redis, MySQL, 数据库, 容器, 函数, 中间件, 磁盘, 面试题 1.事务的特性 原子性 事务中的全部操作在数据库中是不分隔的,要么全部完成,要么均不执行 隔离型 事务的执行不受其他事务的干扰,事务 执行的中间结果对其他事务必须是透明的。 持久性 对于任意已提交事务 , 系统必须保证该 事务对数据库的改变不被丢失,即使数据库出现故障 一致性 几个并行执行的事务 , 其执行结果必 须与按某一顺序串行执行的结果相一致。 【python】 【redis】 【mysql】 …[获取更多] Nov 28 2017 pymsql操作mysql的方式 Posted by mysql-云栖社区 on Tue 28 Nov 2017 13:03 UTC Tags: update, Python, commit, MySQL, 数据库, fetch, 函数, 模块 python操作mysql的方式都是通过模块的形式: 原生的:pymsql ORM框架 SQLAchemy pymysql模块 pymsql 是python中的mysql模块,要想使用这个模块,就需要先安装,安装步骤如下: pip3 install pymysql 或者 easy_instal... 【python】 【mysql】 【函数】 【模块】 【数据库】 【fetch】 【update】 …[获取更多] Nov 28 2017 python操作mysql数据库(一) Posted by mysql-云栖社区 on Tue 28 Nov 2017 07:58 UTC Tags: sql, Python, Class, varchar, MySQL, 数据库, create, 模块 最近又开始重新学习python,研究了一些python操作mysql数据库的知识,记录在此,用作学习笔记, 基础环境:Python 3.5.1 mysql版本:5.6.35 (rpm安装方式) 操作系统:Centos7. 【python】 【mysql】 【SQL】 【模块】 【数据库】 【class】 【Create】 …[获取更多] Nov 28 2017 Python连接MySQL数据库 Posted by mysql-云栖社区 on Tue 28 Nov 2017 07:26 UTC Tags: sql, Python, charset, MySQL, Exception, 数据库, 索引, 函数, pip linux和windows下安装并启动mysql数据库 python安装MySQLdb包,建议使用pip安装 pip使用方法如下: yum install python-pip (优先安装python-pip才能使用pip) pip类似于linux中的yum pip install ipyt... 【python】 【mysql】 【函数】 【SQL】 【数据库】 【索引】 【exception】 …[获取更多] Nov 28 2017 Mac OS X10.9.3安装mysql-python Posted by mysql-云栖社区 on Tue 28 Nov 2017 06:58 UTC Tags: MacOSX, Python, Apple, Mac, os, file, MySQL, clang, 模块, llvm 因为最近换了工作的原因,没有机会接触云计算,加上其他一些非技术原因,不方便在博客上面记录关键的东西,最近写得东西基本都是自己学习的积累,高手直接飘过即可。 最近在学习python的django架构,学到数据库连接这部分,需要import MySQLdb这个模块,系统自带没有安装,于是乎用... 【llvm】 【python】 【mac】 【mysql】 【模块】 …[获取更多] Nov 28 2017 python通过端口和协议查出服务名 Posted by mysql-云栖社区 on Tue 28 Nov 2017 05:45 UTC Tags: Python, service, socket, MySQL, 测试, 函数 通过指定的端口和协议找到服务名如果想找到网络服务,最好知道该服务运行在TCP或UDP协议的哪个端口上。如果知道网络服务使用的端口可以调用socket库中的getservbyport()函数来获取服务的名字。 【python】 【mysql】 【函数】 【测试】 【Socket】 【service】 点击查看原文> Nov 28 2017 开源运维跳板机jumpserver安装 Posted by mysql-云栖社区 on Tue 28 Nov 2017 03:48 UTC Tags: Python, file, MySQL, 数据库, 配置, 服务器, pip Jumpserver 是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能。基于ssh协议来管理,客户端无需安装agent。 特点: 完全开源,GPL授权 Python编写,容易再次开发 实现了跳板机基本功能,认证、授权、审计 集成了Ansible,批量命令等 支持W... 【python】 【服务器】 【mysql】 【数据库】 【配置】 【pip】 …[获取更多] Nov 27 2017 Django:快速搭建简单的Blog Posted by mysql-云栖社区 on Mon 27 Nov 2017 13:29 UTC Tags: html, Blog, Python, django, static, Class, MySQL, 数据库, 配置, 函数, request, url 一,创建项目 我这里是基于python虚拟环境下做的开发, 先进入虚拟环境 workon py3_django 1, 为blog创建名为mysite的工程项目 django-admin.py startproject mysite 2. 【python】 【mysql】 【函数】 【Django】 【数据库】 【配置】 【request】 …[获取更多] Nov 27 2017 mysql-python 安装错误: Cannot open include file: 'config-win.h': No such file or directory Posted by mysql-云栖社区 on Mon 27 Nov 2017 10:10 UTC Tags: Windows, html, Blog, Python, open, file, visual, MySQL, pip 问题描述: pip instal MySQL-Python 出现如下错误: [plain] view plain copy Installing collected packages: MySql-python Running setup. 【python】 【mysql】 【windows】 【visual】 【open】 【pip】 【file】 …[获取更多] Nov 27 2017 python操作mysql数据库实现增删改查 Posted by mysql-云栖社区 on Mon 27 Nov 2017 09:18 UTC Tags: sql, database, Python, ip, tomcat, file, commit, MySQL, 数据库 cat 1.txt tomcat 192.1.1.121 redis 192.1.1.121 CREATE TABLE `a` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ip` varchar(50) NOT NULL DEFAULT '... 【python】 【mysql】 【SQL】 【数据库】 【tomcat】 【IP】 【database】 【file】 …[获取更多] 表示 进入内容 111 去 120 的 452 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (45) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums