登录
首页 » C# » C# 收发短信例子源码下载(SMS短信二次开发)

C# 收发短信例子源码下载(SMS短信二次开发)

于 2015-05-20 发布
0 212
下载积分: 1 下载次数: 0

代码说明:

C# 收发短信例子源码下载(SMS短信二次开发)

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

发表评论

0 个回复

  • WinKey
    这是一个通过冻结winlogon程序实现的屏蔽win7下ctl+alt+del键的功能,仔细看,不别乱喷。(this is a app to keep out the win key!)
    2016-06-17 17:14:36下载
    积分:1
  • Shutdown
    远程关闭或重新启动局域网内的电脑,对需要密码的电脑无效(Remotely shut down or restart the computer within the LAN, the computer requires a password is invalid)
    2010-01-23 16:48:10下载
    积分:1
  • UAVPlatform0223
    osg地图,在vs2010和qt5上面搭建地图软件框架(Osg map, in the vs2010 and qt5 above the map software framework)
    2017-03-06 17:05:36下载
    积分:1
  • spy_fileio_src
    说明:  spy++的一个小例子,涉及Vxd操作和DDK编译(spy++ a small example, involving the operation and DDK compiler Vxd)
    2008-10-25 10:08:51下载
    积分:1
  • C#做的 Windows启动项管理工具 源码实例
    Windows启动项管理软件, 可开通禁用启动项
    2013-01-18下载
    积分: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
  • 69588609
    使用WebRTC实现最简单的语言聊天代码,介绍了WebRTCd的用法()
    2017-11-11 11:05:26下载
    积分:1
  • C# 批量登陆QQ源码下载
    C# 批量登陆QQ源码下载
    2021-02-05 10:39:57下载
    积分:1
  • Registry
    修改操作系统注册表,包括实例简介,创建过程,运行效果等等。(Modify the operating system registry, including examples of profiles, the creation process, run the effect and so on.)
    2008-03-31 20:59:54下载
    积分:1
  • bb1
    说明:  用队列或栈实现一个简单的停车场管理的系统(Queue or stack with the realization of a simple car park management system)
    2008-12-08 16:49:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载