问题标签 [task]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
4014 浏览

ruby-on-rails - 从 RAILS_ROOT 外部运行 rake 任务

我的 RAILS_ROOT 是 /usr/local/www/application/

如果我从 RAILS_ROOT 中运行“rake db:migrate RAILS_ENV=production”,它工作正常。

但是我似乎找不到从 RAILS_ROOT 外部运行相同命令的方法。

0 投票
2 回答
2727 浏览

ssis - 在 SSIS 中以编程方式编译脚本任务

对于我的要求,我需要将脚本任务从一个 SSIS 包写入另一个包。由于我的服务器是 64 位机器,当我执行覆盖的 SSIS 包时,它会抛出错误“找不到二进制脚本”。因此,我需要在父 SSIS 包中以编程方式编译脚本并将二进制代码放入另一个包中。我不知道如何以编程方式编译脚本。让我知道该怎么做

0 投票
1 回答
219 浏览

task - Java / .NET 任务处理库

我正在寻找一些用于处理 Java 或 .NET 任务(或我们在域模型中称其为“操作”)的好库。我们将每个操作保存在数据库中执行,然后我们需要一些机制来从数据库中获取未处理的任务,处理它们并以适当的状态更新数据库记录(“处理正常”/“处理错误”)。

诀窍是操作可以依赖于另一个。例如,在处理“操作付款”时,系统可能会发现我们之前需要执行“操作检查付款数据”-因此它应该在数据库中创建新的操作行,暂停执行“操作付款”,处理“操作检查付款数据” ' 在下一轮,完成后返回处理'操作付款'。

我将向您展示我们目前是如何管理的。

我们有数据库表“操作”。类似 Cron 的机制每分钟运行一次,并从 db 中获取前 100 个未处理的操作并进行处理。如果(在处理时)系统发现执行当前操作(A)需要一些其他操作(B),则创建新的操作(B)记录并停止执行当前操作(A)。下一分钟 cron 获取操作 A 和 B。操作 A 被提取,因为它没有被处理,但系统看到依赖操作 B 已经创建,因此它不会再次创建它。操作 B 已处理,状态“已处理好”保存在 db 的适当行中。下一分钟 cron 从 db 获取操作 A 并最终可以执行它,因为依赖任务已完成。

我们正在寻找使其更简单、更好和更优雅的方法。

0 投票
3 回答
904 浏览

c - 从 GUI 应用程序运行终端命令?

你们知道如何从 GUI 应用程序运行终端命令吗?我需要我的应用程序的编码。例如,如果我在终端中输入“netstat”,它会给我所有的端口。我想从我的 xcode 应用程序中获得这个。那可能吗?顺便说一句,它不仅仅是“netstat”命令,它可能是“sudo....”

谢谢,凯文

0 投票
3 回答
3025 浏览

ant - 如何访问当前的 JUnitCore 以添加监听器?

我有一些测试基础设施类,我想将它们添加为 JUnitCore 的侦听器,特别是针对 testRunFinished。我正在从 ant 的任务中调用 Junit 4。

有什么方法可以让我访问由任务创建的 JUnitCore 以便我可以添加一个侦听器?

0 投票
7 回答
2289 浏览

c - 线程堆栈溢出

在像 vxworks 这样的 RTO 中,每当我们创建任务时,都会指定堆栈大小。我们可以在 C 中编写一个例程来检查堆栈是否溢出来执行任务吗?

0 投票
1 回答
1259 浏览

task - vxworks 任务是否共享数据区域?

在 vxworks 中,数据区域是在所有创建的任务(如 linux 线程)之间共享的?还有我觉得每个任务应该分开的文本和代码段呢

0 投票
4 回答
9259 浏览

.net - What are some good .net job scheduler and runner solutions?

I am looking for a solution, or a set of solutions with the following components:

  1. Job Scheduler - run a specific job on a specific schedule. I have seen Quartz.NET and it seems like a good framework, however I have not found it to have integrations with the components that follow.

  2. Job Runner - run a job, loaded as an AppDomain, from a directory, or from a binary stored in a database. This is of course in addition to running jobs passed in as direct references. Also, this component would be integrated with the job scheduler. Moreover, it should be possible to control this component via WCF, or the like. I would like the ability to view currently running jobs, schedule a new job by pointing to a file path, or database row, or stop a job.

  3. GUI - communicate with the Job Runner and provide a GUI shell which would expose all of the functions of the job runner. Something like the SQL Server Agent shell.

One of the things I would like to achieve with this is the ability to deploy and run a C# job with the same ease as it would be to run a SQL script through SQL Server Management Studio.

0 投票
1 回答
3335 浏览

sharepoint - SharePoint 中定期会议的所有任务的汇总

我们为每周的团队会议设置了一个 SharePoint 会议工作区(使用 WSS 3.0)。作为我们流程的一部分,我们将在会议期间输入任务并将其分配给个人。

不幸的是,任务列表是特定于特定会议的。我们正在寻找一种将每周会议期间生成的所有任务汇总到统一视图中的方法。有没有办法使用 CAML 创建视图来做到这一点?

我知道我们可以在会议工作区之外使用单独的任务列表,但是我们会失去生成任务的会议上下文。

WSS 3.0 解决方案将是首选!

0 投票
2 回答
3577 浏览

powershell - PowerShell 作业进度监控

PowerShell 作业有没有办法在完成之前报告进度或触发事件?我刚开始在 PowerShell 中执行后台作业,想知道我能把这个功能推到多远。