-
VB物流管理系统
基于VB开发的物流管理系统,包括物流管理系统说明,源代码,是一份相当好的毕业论文或者设计(The logistics management system based on VB, including the description and source code of the logistics management system, is a quite good graduation thesis or design.)
- 2020-06-18 08:00:02下载
- 积分:1
-
Oh, it can use this to write your own procedures for the netstat
呵呵,可以用此来编写你自己的netstat程序了-Oh, it can use this to write your own procedures for the netstat
- 2022-03-22 08:19:25下载
- 积分:1
-
C#自动更新服务(本地服务安装)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{ //获取学生信息 public class Service_Update_Data : IWindowsService { private ILogWriter _logWriter = null; private const string logCategory = "Services.Info"; private string logInfoSource = "Update_Data"; private const string logErrorCategory = "Services.Error"; private const string logErrorSource = "Update_Data_Error"; private bool BeStop = true; private System.Timers.Timer timer = null; public void Start(Common.Log.ILogWriter logWriter, string gameCode) { gameCode = gameCode.ToUpper(); logInfoSource = gameCode; _logWriter = logWriter; BeStop = false; StartRequestData(); } int stata = 0; private void StartRequestData() { try { #region 配置 //时间频率 var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData"); //更新学生开始时间 var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime"); //更新学生结束时间 var studentendtime = ServiceHelper.GetInterval("StudentEndTime"); //是否更新学生基本信息:true为更新 false为不更新 var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet")); #endregion timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () => { int timeHour = DateTime.Now.Hour; if (timeHour == 3) stata = 0; #region 更新学生基本信息 if (studentbegintime
- 2015-03-11下载
- 积分:1
-
该模块使用Moora方法SPK Bibit Padi - bagus
Sistem Pendukung Keputusan Pemilihan Bibit Unggul ini menggunakan metode moora dan dibangun menggunakan bahasa pemrograman visual basic .net. aplikasi ini telah ditesting sebelumnya
- 2020-06-21 00:00:02下载
- 积分:1
-
基于VB语言的最短路径计算
基于“邻接点”概念,研究了最短路径的快速计算方法,并利用VB语言编写了计算所需的核心模块,最终实现了从一个节点到另一个节点的所有最短路径的快速查询和显示。(The best traveling line among many distribution nodes is searched by calculating the shortest path between two nodes based on basic principle of adjacency node, the core module is writted with VB, the shortest path from one node to the other node is quickly found and showed.)
- 2019-03-15 02:37:34下载
- 积分:1
-
在网络编程的小程序,HTTP监视器,基于IE4 B.
是vc关于网络编程的小程序,HTTP监控器,基于IE4组件的浏览器, 基于STMP的邮件发送系统等-is on the small network programming procedures, HTTP Monitor, based on the IE4 browser components, based on the STMP send mail system
- 2022-03-05 00:51:20下载
- 积分:1
-
EVC TCPServer WINCE.NET下可以使用
EVC TCPServer WINCE.NET下可以使用-EVC TCPServer WINCE.NET can use
- 2022-12-24 17:55:03下载
- 积分:1
-
qqrobot4.1_for_UCH
UCHOME的QQ机器人程序
只适合于UCH2.0(UCHOME' s QQ robot program is only suitable for UCH2.0)
- 2009-10-02 00:20:39下载
- 积分:1
-
vbs
vbs脚本开发的chm技术文档,内容很全。(chm for chm)
- 2014-01-04 23:42:35下载
- 积分:1
-
Chatterbot12
This is a copy of source code of a simple chatterbot written in cpp
- 2014-08-15 20:14:43下载
- 积分:1