腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(501)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
使用
Platypus
(Python)进行整数、多目标优化
我正在探索Python语言中用于多目标优化的
Platypus
库。在我看来,
Platypus
应该支持开箱即用的整数形式的变量(优化参数),然而这个简单的问题(SMPSO的两个目标,三个变量,没有约束和整数变量): from
platypus
import * File "build\bdist.win-amd64\egg\
platypus
\algorithms.py\
platy
浏览 153
提问于2019-02-04
得票数 1
1
回答
Reportlab
platypus
-禁用表拆分
我正在使用Reportlab的
Platypus
用python动态生成报告。 我有多个生成的表,大多数只有10到20行。现在,它们在我的页面末尾被自动拆分,但我更希望它们留在同一个页面上。
浏览 0
修改于2017-03-17
得票数 7
回答已采纳
2
回答
Reportlab [
Platypus
]-图像不呈现
我正在编写一份报告,其中包括表格和图像的混合。图像图,实际上是以.png格式保存到文件系统中。def _render_report(report_data): rpt = Report(settings.MEDIA_ROOT + os.sep + file_name) for (an, sam, event), props in report_data.iteritems(
浏览 3
修改于2017-05-23
得票数 3
回答已采纳
2
回答
Reportlab:在
Platypus
中可以有内部链接吗?
我知道我可以在内部链接到canvas,但我的整个文档都是用
Platypus
设置的。
Platypus
是否支持内部链接?如果不迁移到canvas,迁移到canvas有多难? 提前感谢!
浏览 4
提问于2012-12-16
得票数 4
回答已采纳
1
回答
使用矩阵作为
Platypus
MOEA的输入
我刚接触面向对象编程和优化,由于缺乏关于
Platypus
的适当文档,我不得不问这个问题。我正在尝试在鸭嘴兽上使用NSGAII来解决翼型优化的最大化问题。我的初始种群是一个数组(比如100x13)。
浏览 1
提问于2017-10-20
得票数 3
1
回答
从reportlab.
platypus
导入ListFlowable,ListItem不工作
从reportlab.
platypus
import ListFlowable,ListItem ImportError:无法导入名称ListFlowable 我如何使用这些类
浏览 3
提问于2011-07-16
得票数 0
回答已采纳
1
回答
使用
platypus
生成简单的pdf报告
response['Content-Disposition'] = 'attachment; filename=all_competencies.pdf' from reportlab.
platypus
import Paragraph from reportlab.lib import
浏览 0
修改于2011-08-22
得票数 1
回答已采纳
1
回答
使用
Platypus
从perl脚本创建Mac应用程序
当使用
Platypus
从脚本构建应用程序时,是否有可能获得用户的输入? 我有一个简单的perl脚本。如果我从终端运行,它要求用户输入。但是,当我用
Platypus
构建应用程序文件时,只显示脚本的输出。
浏览 8
提问于2015-11-09
得票数 2
回答已采纳
1
回答
reportlab:使用
platypus
添加背景图像
我已经能够用
platypus
.Image插入图片,但不知道如何将其作为背景。谢谢D
浏览 5
修改于2017-05-23
得票数 4
1
回答
使用
Platypus
包装后的For循环中断
但是,将带有
Platypus
的脚本打包到App后,会创建目标目录,但For循环不会运行,也不会将介质复制到目标文件夹。有人知道我做错了什么吗?? #!
浏览 7
修改于2017-02-11
得票数 0
1
回答
在草莓perl 5.28.1上安装FFI-
Platypus
\
Platypus
.xs.dll] Error 1 "C:\Dev\OpenSource Tools\Perl\strawberry-perl-5.28.1.1-64bit-portable\c\bin\gmake.exe" -- NOT OK P
浏览 1
修改于2019-03-20
得票数 0
回答已采纳
1
回答
使用
Platypus
创建.app文件失败,返回子进程
in _execute_child raise child_exception OSError: [Errno 2] No such file or directory 我真的在网上找不到任何文档,但
Platypus
编辑:下面是我用来将程序变成可执行文件的软件:https://sveinbjorn.org/
platypus
浏览 9
修改于2020-07-11
得票数 0
1
回答
使用BeautifulSoup、
Platypus
和Python3的Unicode差异
我使用
Platypus
从python脚本创建Mac可执行文件,这样我的同事就可以更容易地使用它们。应我们团队中另一个程序员的请求,我正在使用Python3 (3.6.0)。但是,如果我用
Platypus
包装代码,它会引发一个错误: File "/Users/cfred/Documents/GitHubRepositories/hx-py/XML_utilities/
platypus
_tes
浏览 0
修改于2018-03-20
得票数 0
回答已采纳
1
回答
如何将模块导入到
platypus
applet中?
我正在使用
platypus
捆绑一个python applet。我想知道是否有一种方法可以导入模块,比如从stdlib导入数学。
浏览 1
修改于2015-07-16
得票数 4
1
回答
调整可流动的reportlab.
platypus
.Paragraph大小?
下面的代码试图调整reportlab
Platypus
可流动文本的字体大小,直到它符合我给它的可用高度。
浏览 6
修改于2013-02-09
得票数 3
回答已采纳
1
回答
python桌面应用程序中的Pandas数据帧(
platypus
)
如果py脚本包含pandas dataframe,是否可以在mac上使用platypu创建桌面应用程序?我试过了,我得到了ImportError: No module nammed pandas
浏览 4
提问于2021-05-30
得票数 0
1
回答
Reportlab
Platypus
第二次生成空文件
最起码的例子:from reportlab.lib.styles import getSampleStyleSheet from reportlab.
platypus
浏览 6
提问于2022-03-13
得票数 0
2
回答
如何用FFI:
Platypus
替换cpan实用程序P5NCI
我已经使用以下步骤成功地编译了
Platypus
:install FFI::
Platypus
想知道如何使用FFI::
Platypus
实现与P5NCI代码中提到的相同目的
浏览 10
修改于2022-04-25
得票数 1
回答已采纳
3
回答
reportlab.
platypus
-以模板头中对齐的图像作为背景呈现模板
TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFYfrom reportlab.
platypus
TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFYfrom reportlab.
platypus
import SimpleDocTemplate, Paragraph, Spacer from reportlab.
platy
浏览 1
修改于2012-04-17
得票数 2
回答已采纳
2
回答
如何使用FFI::
Platypus
从指针引用中获取字符串值?
我用C语言构建了一个共享库, const char foo[] = "foo1234"; 使用FFI::
Platypus
,我可以使用以下命令获取符号位置 print $ffi->find_symbol
浏览 18
修改于2019-06-06
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券