腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Manim v0.2.0
self
.
play
()方法
在以前的版本中,我会这样做: class CircleAnimations(Scene): circle = Circle()
self
.add(circle) circle.scale, 0.2,
self
.wait() 但由于在新版本中,为了在
self
.
play</em
浏览 18
提问于2021-01-19
得票数 0
回答已采纳
1
回答
联接对象在
self
.
play
中不可用
我的小部件使用joinByOne联接一个对象,但是联接的对象在public/js/always.js中的
self
.
play
中不可用(只有它的id)。另一方面,在
self
.
play
中,data.groups[0].buildings[0]只包含builgindId,而不包含实际的_building。public/js/always.js extend: 'apostrophe-widgets
浏览 18
提问于2019-09-25
得票数 1
回答已采纳
1
回答
如何控制
self
.
play
在特定时间点运行
假设有两个
self
.
play
语句,第一个语句从1s开始,我希望秒从一开始正好从3s开始。目前我使用
self
.wait来控制步骤:
self
.
play
...... # first animation
self
.
play
...... # second animation 但是,因为第一个动画需要一些时间(例如1.5秒)才能完成,所以实际上第二个
浏览 4
提问于2019-07-16
得票数 0
回答已采纳
2
回答
如何判断我的
self
-
play
神经网络过拟合
我有一个设计用于玩连接4的神经网络,它可以评估玩家1或玩家2的游戏状态的值。我发现1000场比赛比100,000场比赛的结果更好,即使每100场比赛的均方平均值在100,000个时代中不断提高。因此,我得出了过度拟合已经发生的结论。
浏览 3
修改于2017-12-19
得票数 2
1
回答
sendReliableMessage to
self
?Google
Play
游戏服务- Android
我正在尝试创建一个使用Google
Play
游戏服务的实时多人游戏。我正在尝试设置一个玩家作为主机。
浏览 0
提问于2014-07-27
得票数 3
8
回答
在嵌套的For-Loop中查找元素
'', '', 'Feed Forage', '', '', '', '', '
Self
Groom', '', '', 'Groom', '', '', '
Self
Groom', '', '','', '
浏览 0
修改于2018-08-14
得票数 3
1
回答
QAudioOutput和QMediaPlayer的淡入淡出效果(PyQt6)
= QPushButton() print
浏览 4
提问于2021-12-02
得票数 0
1
回答
如何循环这个代码,每一个学生得分50分,就会增加1颗星。
= studentname
self
.star = star if
self
.points == 50: pri
浏览 3
提问于2021-09-06
得票数 0
回答已采纳
2
回答
单线程在Pygame循环中的窗口冻结
(pos, player) player.order_hand(
play
,
self
.game.get_round_level(),(False) if
self
.game.get_
play</em
浏览 0
提问于2021-02-17
得票数 1
3
回答
MPNowPlayingInfoCenter播放暂停图像未更改
Onclick_
Play
_Pause:
self
]; break; [
self
Onclic
浏览 14
修改于2016-08-03
得票数 4
回答已采纳
1
回答
“尝试索引本地'
self
‘(一个零值)”不能对我的类的变量进行索引
__index = Player local
play
= {}
play
.inx= 0
play
.dirx = 0
play
.x = x
play
.speedx= 0 <em
浏览 1
提问于2017-10-02
得票数 0
1
回答
为什么QtGui.QSound根本不播放任何东西?
下面是我尝试过的(
play
和
play
2函数): def __init__(
self
):
self
.initUI()
self
.setGeometry(300, 300, 200, 200)
self
.btn = QtGu
浏览 4
修改于2014-01-14
得票数 3
回答已采纳
1
回答
在iOS 6.0中,从应用后台到前台的视频播放从暂停到播放需要2秒的延迟
:SequenceCount]]; - (void)
play
:(NSString*)videoFile { [
self
.ctl
play
];现在已经为UIApplicationWillResignActive、UIApplicationDidBecomeActive; } -(void)
Pla
浏览 2
修改于2013-01-17
得票数 3
回答已采纳
3
回答
Python OOP -足球仿真
如何访问牌手/罪犯/后卫类中的
Play
实例变量?如果另一种结构更好,请帮忙。, x, y):
self
.y = (
self
.y + y) / 2 ball_x =
Play
.ball_x # how do I access
Pl
浏览 2
提问于2019-10-31
得票数 4
回答已采纳
1
回答
discord.py TypeError:对象锁不能用于'await‘表达式
")> File "player.py", line 273, in _
play
Traceback (most recent call last): with await
self
._
play
_lock: TypeError:
浏览 27
提问于2021-08-31
得票数 0
4
回答
Python:我可以访问在class bar中创建的类foo中的类实例吗?
我有一个如下的类: def __init__(
self
, hand_a,
play
_deck, split_count, name): # hand_a for handactual
self
.
play
_deck=
play
_deck # need to move this to deck cl
浏览 3
提问于2012-08-23
得票数 2
回答已采纳
1
回答
如何向Kivy布局中添加多个按钮
class Layout(FloatLayout): super(Layout,
self
).__init__(**kwargs)
self
.
play
.bind(
浏览 5
提问于2021-01-12
得票数 0
回答已采纳
1
回答
如何在模块链中借用ctx
/
play
.rs有以下内容: ctx.accounts.game.flipAccount<'info, Game>,}impl Game { pub fn flip(&mut
self
, ct
浏览 6
修改于2022-04-22
得票数 0
1
回答
Swift:运行时错误仅在发布模式下崩溃
我在调试模式下没有得到这一点,但当我将运行模式切换到释放模式时,我的电话在以下线路上崩溃:
self
.podcasts = PodcastsView(
play
: { audio in
self
.videoPlayerView.pause()
self
.audioPlayerView.
play
(audio: audio)
self
.audioCurrentlyPlayi
浏览 11
修改于2021-08-20
得票数 0
1
回答
使用tkinter中的按钮开始/停止循环
#
play
button
self
.
play
_button = Button (
self
.
play
_frame, text = &qu
浏览 83
提问于2020-11-29
得票数 2
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券