码迷,mamicode.com
首页 >  
搜索关键字:py3    ( 526个结果
django连接Oracle过程中出现的问题
开始时版本信息: python 3.6 + ce_oracle 6 最终版本信息: python 3.5 + ce_oracle 5.2 ce_oracle版本问题 cx_Oracle-5.2.1-12c.win-amd64-py3.5 5.2.1是指cx_oracle的版本,12c是指Oracle ...
分类:数据库   时间:2018-07-26 14:58:14    阅读次数:476
[django]celery_redis探索
celery+redis能做什么及简单原理 https://segmentfault.com/a/1190000015654877 http://yshblog.com/blog/163 env dj2.x py3 测试使用 ...
分类:其他好文   时间:2018-07-23 14:55:08    阅读次数:115
Centos6.9下创建python3虚拟环境
# 在我centos上装有两个python版本 # 我在~/py3/目录下创建虚拟环境,该目录为python3的一个独立环境 [root@localhost /]# cd home [root@localhost home]# cd /py3/ # 没有py3的话,创建 [root@localhos... ...
分类:编程语言   时间:2018-07-22 18:44:15    阅读次数:153
Windows虚拟环境在PyCharm中的使用
Anaconda 网上对于Anaconda的安装是教程有很多,这里会为各位提供的是一个我当时安装时候所参考的链接地址。 "Anaconda的介绍、安装及使用教程" Anaconda中创建虚拟环境(命令行模式) 在Anaconda中创建虚拟环境的方式: 下面是创建python=3.6版本的环境,取名叫 ...
分类:Windows程序   时间:2018-07-15 23:17:03    阅读次数:336
py3 字符串 字典 列表 元组 集合
目录 字符串 列表 元组 字典 集合 Python 字符串 字符串是 Python 中最常用的数据类型。我们可以使用引号('或")来创建字符串。 源码如下: class str(basestring): """ str(object='') -> string Return a nice strin ...
分类:其他好文   时间:2018-07-14 23:36:27    阅读次数:298
通过离线安装包解决了 from cryptography.hazmat.bindings._openssl import ffi, lib ImportError: /usr/local/python36/lib/python3.6/site-packages/cryptography-2.2.2-py3.6-linux-x86_64.egg/cryptography/hazmat/binding
场景:内网服务器不能上外网(代理也不通!), 之前安装了PYTHON的几个安装包,但不是知道为什么无法使用PARAMIKO这个模块 在导入 from cryptography.hazmat.bindings._openssl import ffi, lib 的时候会 报错: from cryptog ...
分类:编程语言   时间:2018-07-13 18:58:42    阅读次数:5377
python第二天
第二天内容 一、列表、元组操作 列表是我们最以后最常用的数据类型之一,通过列表可以对数据实现最方便的存储、修改等操作 1.定义列表 2.访问列表中的元素:通过下标访问下标从0开始 负数也可以取值:到着取值 切片 Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018 ...
分类:编程语言   时间:2018-07-12 10:33:20    阅读次数:215
PY3_线程红绿灯
# Author:jum_# event 事件监测 红灯停绿灯行 线程标志位# 事件主要提供了三个方法wait、clear、set# clear:将“Flag”设置为False#set:将“Flag”设置为True# with:等待设置标志位import threading,timeevent = ...
分类:编程语言   时间:2018-07-12 01:01:06    阅读次数:188
Windows下安装模块mysqlclient报错处理
Windows环境下使用pip命令安装Python模块mysqlclientpip install mysqlclient安装过程报错 [error] Microsoft Visual C++ 14.0 is required 于是更换另外一种方法安装,到这个网站上下载mysqlclient安装包h ...
分类:数据库   时间:2018-07-11 18:02:34    阅读次数:217
django2.0集成xadmin0.6报错集锦
1、django2.0把from django.core.urlresolvers修改成了django.urls 报错如下: 1 2 3 File "D:\Envs\django-xadmin\lib\site-packages\xadmin-0.6.1-py3.6.egg\xadmin\model ...
分类:其他好文   时间:2018-07-06 01:46:05    阅读次数:1523
526条   上一页 1 ... 21 22 23 24 25 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!