腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
threading
.
Timer
()
、
在谷歌上搜索后,我发现
threading
.
Timer
可以帮助我,我写了一个简单的程序来测试
threading
.
Timer
是如何工作的,就是这样: print "hello, world" t.start() i=10print但是当我试图以如下方式定义he
浏览 1
提问于2013-05-16
得票数 28
回答已采纳
1
回答
System.
Threading
.
Timer
、
、
、
请帮我解决如何在windows服务VC++ .net代码中使用System.
Threading
.
Timer
。我尝试使用form.
timer
和system.
timer
类,但结果发现这是一个已知的windows错误,并且不能可靠地工作。我无法使用system.
threading
.timers。请举个例子。
浏览 2
提问于2009-08-10
得票数 0
2
回答
system.
threading
.
timer
、
我需要让一个特定的进程(方法)每天在给定的时间运行一次,我想知道这是否可以使用
timer
控件来完成。
浏览 0
提问于2010-11-23
得票数 0
回答已采纳
3
回答
System.
Threading
.
Timer
、
、
当我们使用System.
Threading
.
Timer
时,那么这个方法是在创建计时器的线程上执行的吗?或者ir是在另一个线程中执行的?class
Timer
static void Main() TimerCallback tcall = statusChecker.CheckStatus;
Timer
stateTimer = new
Timer
(tcb, autoEvent, 1000, 250);}{
浏览 0
提问于2010-12-16
得票数 7
3
回答
Threading
.
Timer
与Forms.
Timer
、
、
、
这个问题的简短形式是:什么时候适合在多线程WinForms应用程序中使用Forms.
Timer
?更具体地说,我正在设计一个使用多个System.
Threading
.Timers异步启动进程的应用程序,检查包含这些异步进程结果的队列,并更新要由应用程序的主窗体显示的统计信息。在这样的应用程序中,使用Forms.
Timer
来实际检查应用程序统计数据并将其绘制到主窗体中是否合适,或者这是否会影响应用程序的顺利运行?
浏览 0
提问于2009-01-06
得票数 21
回答已采纳
1
回答
Threading
.
Timer
堆栈溢出
、
、
目前我正在使用System.
Threading
.
Timer
创建一个计时器,它在每90ms之后执行一次,但问题是由于计算时间是可变的,所以在一段时间后堆栈溢出和程序关闭。//initializationVisual_AR1 = new System.
Threading
.
Timer
(new
浏览 0
提问于2012-08-13
得票数 0
2
回答
Threading
.
timer
区间随机
、
、
我最终试图让多个
threading
.
timer
线程以不同的等待时间运行,但我甚至很难让一个基于单个变量的线程正确运行。import
threading
import time print datetime.datetime.now()thread == None or thread.is_alive() == False: next_call = next_call + wa
浏览 3
提问于2015-08-04
得票数 0
回答已采纳
1
回答
threading
.
Timer
时间精度
、
、
的时间精度依赖于什么?它依赖于所使用的Python实现吗?如何对其进行基准测试?
浏览 4
提问于2011-09-28
得票数 3
3
回答
自动处理
Threading
.
Timer
、
、
、
increment counter
Timer
timer
= new
Timer
((o) => { (o as
Timer
).Dispose(); },
timer
一定是
Threading
.
Time
浏览 7
提问于2014-08-11
得票数 6
回答已采纳
1
回答
错误重启
threading
.
Timer
/usr/local/bin/python # Handle tasks from serverself.currentAwaitingTime = self.MINUTES_TO_NORMAL_TASK taskThread =
threading
.
Timer
(self.currentAwaitingTimetaskThread =
threading
.
T
浏览 1
提问于2016-10-27
得票数 0
回答已采纳
2
回答
列出所有活动的multithreading.
Timer
对象
、
、
是否有一种方法可以获得所有active 对象的列表,以便在退出之前对所有这些对象进行?否则,程序将挂起等待它们完成。
浏览 1
提问于2015-06-18
得票数 1
回答已采纳
1
回答
在一定时间后将用户注销
、
、
、
private System.
Threading
.
Timer
timer
= new System.
Threading
.
Timer
( null, Timeout.Infinite); { {
timer
.Cha
浏览 5
提问于2013-10-20
得票数 1
回答已采纳
1
回答
ThreadPool和
Threading
.
Timer
?
、
thread.IsBackground = true; } { {
timer
= new System.
Threading
.
Timer
Task co
浏览 0
提问于2012-04-13
得票数 0
回答已采纳
3
回答
没有可访问的'New‘接受这个数目的参数-错误
、
我有这段代码 _
timer
= New System.
Threading
.
Timer
浏览 0
提问于2013-08-15
得票数 2
回答已采纳
9
回答
System.Timers.
Timer
vs System.
Threading
.
Timer
、
我最近一直在检查一些可能的计时器,和在我看来是必要的(因为它们支持线程池)。哪一个是最好的?
浏览 3
提问于2009-09-13
得票数 604
回答已采纳
1
回答
如何停止一个线程和另一个线程同时运行?
、
、
代码: if autoclicklevel == 1: if autoclicklevel == 2: clicked()
threading
.
Tim
浏览 15
提问于2020-05-16
得票数 0
3
回答
计时器不包含在System.
Threading
at Xamarin.Forms中
、
、
、
、
我在System.
Threading
.
Timer
中使用了Xamarin.Android。public static System.
Threading
.
Timer
timer
;{
t
浏览 9
提问于2015-08-17
得票数 3
回答已采纳
3
回答
在.NET中的给定时间触发代码的最简单方法
、
我在找又好又简单的东西。例如:FnThatTakes5Seconds();
浏览 0
提问于2009-05-07
得票数 0
回答已采纳
4
回答
C#中的定时器和线程不能在一起吗?
、
、
(Form1.cs)using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.
Threading
.Tasks;using System
浏览 2
提问于2013-12-10
得票数 2
回答已采纳
1
回答
使用列表值创建计时器,并分配这些计时器在C#中执行查询
、
、
我有一个列表,我想用这个列表值来创建
timer
.And,也想用这些定时器来执行2个MySql查询。这是我的代码, List<uint> _dataValues = new List<uint>(); { {
浏览 3
提问于2011-09-26
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Timer PCB
python threading多线程
Python多线程—Thread和Threading
python中的Threading魔法
Python编程:多线程 threading
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券