腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
如何在heroku中应用特定的django数据库迁移?
python
、
django
、
heroku
、
migration
、
django-migrations
当我运行heroku run
python
manage.py migrate app来应用数据库迁移时,它给了我一个错误因此,当我运行heroku run
python
manage.py makemigrations
浏览 0
提问于2015-08-19
得票数 2
2
回答
Python
蛋文件的意义是什么?
python
、
django
、
egg
当我运行
python
setup.py install django时,它会生成一个鸡蛋文件。
Python
蛋文件有
什么用
处?
浏览 1
提问于2010-12-08
得票数 8
2
回答
cpython和
python
有什么区别吗?
python
我想知道CPython和
Python
的区别,因为我听说
Python
是用C开发的--那么CPython有
什么用
呢?
浏览 2
提问于2010-02-24
得票数 34
回答已采纳
1
回答
在
python
1.5.2中获取异常类型
python
、
exception
、
syntax-error
、
raise
如何获得
python
1.5.2中的异常类型?
浏览 11
提问于2010-12-16
得票数 3
回答已采纳
5
回答
python
和ruby -用来做什么?
python
、
ruby
我正在考虑学习一点ruby和
python
,我突然想到,ruby/
python
有
什么用
呢?何时使用ruby,何时使用
python
,或者使用ruby/
python
不是为了什么?
浏览 1
提问于2009-07-19
得票数 8
回答已采纳
1
回答
错误: MySQL_
python
:不支持线程间共享连接
python
、
mysql
、
cherrypy
我是
Python
的新手,我需要运行我的rails项目,它依赖于
Python
应用程序。我在Mysql中使用
Python
并尝试运行服务器,但它引发了一个错误: 17:41:41 affiliates.1 | /home/jayashri/homebrew/izea-exchange-masterplugins/antipool.py:477: UserWarning: Warning: Your DBAPI module '<module 'MySQLdb'
浏览 1
提问于2014-01-15
得票数 0
回答已采纳
1
回答
pexpect.EOF和pexpect.TIMEOUT在
python
中的用途是什么?
python
、
pexpect
pexpect.EOF和pexpect.TIMEOUT在
python
.In中有
什么用
呢?
浏览 2
提问于2021-10-12
得票数 1
1
回答
python
中的update_idletasks困难
python
、
user-interface
、
tkinter
我在调用.update_idletasks()重绘画布(在.set_up()类方法的末尾)时遇到了困难。 TypeError: update_idletasks() takes exactly 1 argument (2 given) from Tkinter import * def __init__(self
浏览 1
提问于2011-04-09
得票数 0
1
回答
如何使groovysh在执行脚本后进入交互模式?
groovy
、
groovyshell
Python
可以在执行脚本之后选择进入交互式模式:>>> 我找到了这篇文章,但是对于groovysh2.3.0似乎没有
什么用
。有办法吗?
浏览 0
提问于2014-05-22
得票数 2
回答已采纳
2
回答
为什么peewee没有正确嵌套这个WHERE子句?
python
、
mysql
、
peewee
我在
Python
中创建这样一个查询 myTableModel.table_field_name我是不是错误地嵌套了
Python
代码?
浏览 0
提问于2015-11-24
得票数 0
回答已采纳
1
回答
Python
的帮助函数执行另一个程序"string.py“
python
我一直在处理
python
,并创建了一个保存为string.py的程序,在那里我测试了一些字符串函数。
浏览 2
提问于2022-02-15
得票数 1
4
回答
对象是可提取的(或可提取的)是什么意思?
python
、
pickle
Python
文档经常提到这个词,我想知道它是什么意思!用谷歌搜索也没
什么用
..
浏览 3
提问于2010-08-31
得票数 94
回答已采纳
1
回答
在cppcheck中,--clang=<path>和--addon-
python
=< interpreter>有
什么用
?
cppcheck
--clang=和--addon-
python
=在cppcheck中有
什么用
处?请解释如何将这些选项与cppcheck一起使用??
浏览 6
提问于2020-12-11
得票数 0
1
回答
在
python
中sys.platform是用来做什么的?
python
我想知道sys.platform在
python
中做什么,它有
什么用
处。我想把它用在什么类型的项目上?
浏览 2
提问于2016-06-30
得票数 1
1
回答
为什么多线程不能在我的
Python
脚本中节省时间?
python
、
multithreading
我有以下脚本,它利用线程模块,以节省时间,当做循环。 for i in range(start, end):thread1 = threading.Thread(target = cycle, args=(1,1000000)) thread2 = threading.Thread(target = cycle, args=(100000
浏览 2
提问于2014-07-21
得票数 0
1
回答
Python
mkdir()‘没有这样的FIle或目录’w/ NodeJS
javascript
、
python
、
node.js
、
mkdir
、
python-os
我有以下非常简单的
Python
程序。folder1/newFolderName") //makes new folder in remote file store locationconst {PythonShell} = require("
python
-shell"); scriptPath: '/path/to/P
浏览 3
提问于2021-02-25
得票数 0
1
回答
在
python
源代码中使用__cplusplus
python
、
c++
、
c
在
python
源代码的头文件中,下面的内容有
什么用
处extern "C" {这是否意味着
Python
为我们提供了使用C++编译器构建代码的能力?如果是,那么使用C和C++编译器构建
python
源代码有什么区别吗
浏览 2
提问于2017-01-24
得票数 1
4
回答
python
manage.py创建器用户是如何有用的?
python
、
django
我找到了这段代码这有
什么用
?在哪种情况下需要这样做呢?
浏览 5
提问于2014-12-14
得票数 2
回答已采纳
12
回答
Iron
Python
: Iron
Python
有哪些好的用途
.net
、
python
、
ironpython
、
dynamic-language-runtime
我很喜欢
python
,但我在.NET环境中工作,所以我研究了Iron
Python
,想知道它会有
什么用
途。你们是怎么用的?
浏览 1
提问于2010-12-02
得票数 29
回答已采纳
2
回答
路径/usr/share/pyshared在
python
中有
什么用
处?
python
、
linux
、
path
我发现一些用
python
开发的应用程序会把文件放在这个路径下,这个路径有
什么用
,我应该放什么文件?
浏览 2
提问于2013-12-07
得票数 6
点击加载更多
相关
资讯
学习杭州Python有什么用
孩子学习 Scratch和Python,究竟有什么用?
python中函数概述,函数是什么,有什么用
企业架构有什么用?
ccrc认证有什么用处
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券