摘要: 整体思路:1.判断当前时间是否为下班时间2.去公交公司网站上获取公交实时信息3.判断候车信息 是否有必要发送,(小于一定站数就不提醒了,要不跑到公交站,车也走了。)4.自动登录QQ5.获取在线好友列表(隐身、离线的不发送)6.发送提醒信息7.将此功能做成 系统服务 ,开机自动运行。上代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.ServiceProcess;using Syst 阅读全文
posted @ 2012-12-14 15:34 ThinkWang 阅读(734) 评论(2) 推荐(4) 编辑