登录
首页 » C# » 这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件...

这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件...

于 2022-12-30 发布 文件大小:30.26 kB
0 43
下载积分: 2 下载次数: 1

代码说明:

这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件 -This is a task management services, installed, will act as a Windows service running in the background, and based on the contents of the configuration file on a regular basis/cycle to start over dll plug-in

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Fibanocci_15006411202002
    Please vote:This code generates both fibanocci and non fibanocci sequences upto user specified limit and writes the output onto text file.
    2009-11-08 13:55:02下载
    积分:1
  • C++函数库.docx (含相关示例代码)
    【实例简介】
    2021-08-08 00:31:02下载
    积分:1
  • c语言打飞机小游戏(含存档功能)
    c语言打飞机小游戏(含存档功能)
    2019-04-23下载
    积分:1
  • C++实战源码-打地鼠(入门级实例601).zip
    C++实战源码-打地鼠(入门级实例601).zip
    2019-10-01下载
    积分:1
  • C# 在LINQ to DataSet中对分组操作执行子查询
    C# 在LINQ to DataSet中对分组操作执行子查询,相关代码:   private void button1_Click(object sender, EventArgs e)   {//在LINQ to DataSet中对分组操作执行子查询    SqlConnection MyConnection = new SqlConnection();    MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";    MyConnection.Open();    SqlCommand MyCommand = new SqlCommand("Select * From Orders ", MyConnection);    DataSet MySet = new DataSet();    SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);    MyAdapter.Fill(MySet);    DataTable MyQueryTable = MySet.Tables[0];    var MyQuery = from MyOrder in MyQueryTable.AsEnumerable()    orderby MyOrder.Field("ShipCity")    group MyOrder by MyOrder.Field("ShipCity") into g    select new    {    MyCity = g.Key,    MyMaxFreight = (from MyData in g select MyData.Field("Freight")).Max()   
    2022-01-27 20:20:32下载
    积分:1
  • gestionnaire-de-grille
    Gestionnaire de ressources qui offrira comme taches  : Calcul de pi  Calcul du symbole de Jacobi  Fibonaci. Combinaison Factoriel PGCD Celui-ci fonctionne comme suit  : D’une part nous avons une partie client qui exécute les calculs demandés par le gestionnaire qu’il garde dans un buffer et lui renvoie les résultats et d’autre part le gestionnaire qui gère les connexions des clients en créant un thread pour chaque client connecté. Il accepte 20 clients. Il peut faire exécuter plusieurs tâ ches et en afficher les résultats et le temps d exécution de chaque tâ che. Il se met en écoute sur un port spécifique que doivent connaî tre les clients.
    2012-06-26 17:02:20下载
    积分:1
  • lua
    lua源码  可编译 安装 使用库 内有说明文档readme.html  lua是广泛使用的脚本语言,用途广泛
    2023-03-10 12:30:04下载
    积分:1
  • dsp-code
    本代码主要实现SVPWM的算法,主要针对dsp28335。PWM波的频率为10KHz,死去时间2us。(This source code mainly realizes SVPWM and dsp28335 is used.The frequency of pwm is 10Khz and dead band time is 2us)
    2020-10-08 17:47:36下载
    积分:1
  • libgslcblas
    GSL的配置文件,在安装配置GSL时候使用。需要和libgsl.zip配合使用(GSL configuration file used when the installation configuration GSL. Used in conjunction with the needs and libgsl.zip)
    2013-10-10 10:50:07下载
    积分:1
  • cat
    短信猫所需要的dll文件,h文件以及lib文件共参考。(SMS cat dll files, h files, and lib files of reference.)
    2012-12-22 15:12:04下载
    积分:1
  • 696518资源总数
  • 104313会员总数
  • 30今日下载