-
vbchengxu
VB画图程序源码,VB画图程序源码,VB画图程序源码(VB Paint program source code)
- 2013-11-18 15:00:30下载
- 积分:1
-
upsoft
vb环境下一个支持在线自动更新的程序。如果您有新的、好的代码可以提供给枕善居上发布,让大家学习哦!(vb environment that supports online automatic update process. If you have a new, good code can be provided to the pillow good home release, so that we learn, oh!)
- 2014-05-06 09:31:43下载
- 积分:1
-
swiss roll
说明: 用于数据降维LLE 瑞士卷数据 可以直接跑(For data dimensionality reduction, LLE Swiss volume data can run directly)
- 2021-04-20 16:12:48下载
- 积分:1
-
xscjglxt2006
一套学生成绩管理系统,通俗易懂,毕业设计的好东西(A set of student achievement management system, user-friendly, graduated from the design of good things)
- 2008-06-21 00:14:46下载
- 积分:1
-
C-process-function
用于开发c语言程序及系统编程要用的进程库函数,是一些非常基础的C语言库函数(Library functions for development c language program)
- 2016-04-23 09:17:06下载
- 积分:1
-
Dll_Test
登陆窗口 可用做dll库,.net 4.5 (load from)
- 2016-11-07 08:34:37下载
- 积分:1
-
ace源代码中附带的管理日志服务器实现的一个具体的小例子,希望能上传成功...
ace源代码中附带的管理日志服务器实现的一个具体的小例子,希望能上传成功-ace in the source code attached to the log management server of a specific implementation of a small example of the hope of a successful upload
- 2023-01-29 20:20:03下载
- 积分:1
-
IISManagerAssistant-SP0.7
彩虹IIS管理助手,版本0.7.
开源IIS管理工具,支持IIS6和IIS7.站点安全设置、站点管理、应用程序池管理等功能。C# 4.0、VS2010(Rainbow IIS management assistant, version 0.7. Open IIS management tools, support IIS6 and IIS7. Sites security settings, site management, application pool management. C# 4.0, VS2010)
- 2013-12-01 10:40:10下载
- 积分: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
-
PassSpider_Demo
vc++ 跑号器 源代码,需要 openssl库和 zlib库。(vc++ account scanner need openssl lib and zlib)
- 2014-03-22 06:03:21下载
- 积分:1