2018年12月21日

Linux下安装python

摘要: 一、安装python 1. 安装依赖环境 # yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel lib 阅读全文

posted @ 2018-12-21 22:43 WapN 阅读(279) 评论(0) 推荐(0) 编辑

python访问Oracle及Mysql数据库

摘要: # !/usr/local/python# -*- coding: utf-8 -*-import cx_Oracleimport pymysql# oracle链接数据库 student1 = {'id': 1011, 'name': 7, 'age': 18}conn = cx_Oracle.c 阅读全文

posted @ 2018-12-21 18:37 WapN 阅读(678) 评论(0) 推荐(0) 编辑

导航