-
zijidongshouxiewangluopachong
自己动手写网络爬虫第一章,学会如何自己编写爬虫程序,java程序开发(Write himself reptiles first chapter, learn how to write their own crawlers, java application development)
- 2015-10-27 11:52:19下载
- 积分:1
-
StroustrupThe_C++_Programming_Language_Special_Ed
Great C++ Book...............................................................................
- 2009-05-25 00:55:54下载
- 积分:1
-
combining-techniques
说明: 最大比合并与等增益合并、选择合并的性能对比(Maximal-ratio combining with the merger, such as gain, select the combined performance comparison)
- 2008-09-24 13:15:57下载
- 积分: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
-
CPPPrimer4
C++Primer第四版中文版(电子版).pdf(C++Primer fourth edition of the Chinese version (electronic version). Pdf)
- 2013-08-26 09:20:16下载
- 积分:1
-
webchat
微信公众平台开发,实现简单的微信消息处理(Micro-channel public platform to develop, implement a simple micro-channel message processing)
- 2014-03-28 22:09:26下载
- 积分:1
-
simple chat client sever
simple chat client sever
- 2022-01-22 04:25:52下载
- 积分:1
-
FTPUtil
ftp上传下载实例,java源码为原创,自己的项目代码(ftp upload and download examples of java source code for the original project code)
- 2012-11-22 11:34:55下载
- 积分:1
-
scaner
java做的端口扫描器,很实用的哦,要码源的mail我。(java port scanner to do, very practical Oh, I want to code the source of the mail.)
- 2010-07-01 10:12:29下载
- 积分:1
-
CL
说明: cl programs for the oplier development
- 2014-02-13 21:05:45下载
- 积分:1