登录

最新会员 最新下载

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48

成为了本站VIP会员

10月14日 20:46
已选条件
  1. 编程语言:所有
  2. 代码类别:系统编程
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

2. 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

0
下载
123
浏览
2015-03-11发布

3. 监听所有请求(含 js/css/flash/ajax 等请求) 附完整源码

监听webbrowser的所有请求以及查看 请求的详细,含session cookie 请求标题等信息

0
下载
73
浏览
2015-03-06发布

4. HardwareID

  获取 电脑 CPU 硬盘序列号 网卡MAC 主板 显卡 以及MD5 加密(Access to computer CPU hard drive serial number card MAC motherboard graphics and MD5 encryption)

42
下载
178
浏览
2015-02-25发布

5. Jdeveloper

  jdeveloper开发的两个功能类,对于一些常用的方法,进行了封闭,非常有用。(Jdeveloper development two functional class after encapsulation, very useful for Java ee developers.)

1
下载
105
浏览
2015-02-14发布

6. usp

  一款编程调试软件,设置断点,方便调试,希望大家喜欢(Programming and debugging software)

3
下载
135
浏览
2015-02-12发布

9. .net 封装打码类库, 支持联众、打码兔、优优云、QQ超人、小爱等多个远平台打码

封装的 .net 打码类库,支持手动打码与联众、、打码兔、优优云、QQ超人、小爱等多个远程打码平台 资源是此类库的使用 demo!

0
下载
122
浏览
2014-11-11发布

10. serialnumber

  根据CPU、磁盘序列号生成注册码程序,为软件版权序列号生成提供了一个方法。(According to CPU, the disk serial number registration code generation program)

11
下载
120
浏览
2014-11-10发布

12. CH7026

  CH7026芯片配置软件(CH7025(26) RegSet(2.03))及使用说明(CH7026 chip configuration software (CH7025 (26) RegSet (2.03)) and instructions)

43
下载
169
浏览
2014-09-23发布

17. openclosetime

  读取系统日志,获取开关机时间之后做计算工时(After reading hours to do the calculation system logs for switch time)

3
下载
139
浏览
2014-07-15发布

18. Desktop

  自己写的一个小小内存池,,希望可以分享。。里面的main.cpp是使用的例子( To write a small memory pool, and hope to share. . There are examples of the use of main.cpp)

1
下载
140
浏览
2014-07-12发布

19. RationalQuantifyUsage

  绝对原创,请站长加分啊,这是用来快速定位性能底下的一段测试代码,配合Quantify使用,上面附有说明,如何定位到。(Rational Quantify Usage)

1
下载
137
浏览
2014-06-06发布

20. a

说明:  看漫画的小软件,自己编写来用的,抛砖引玉(view comic software)

0
下载
101
浏览
2014-06-04发布