Chr☆s Kwok 的技术笔记

.NET, C#, WPF, WCF, WF, .NetCore & LINQ ... I know how it works because I know why it works ...

博客园 首页 新随笔 订阅 管理

2013年11月29日 #

摘要: 利用Windows系统日志统计员工每天上下班考勤时间(命令行参数为统计月份):using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace ConsoleSysLogView{ class Program { static void Main(string[] args) { SystemLog log = new SystemLog(); ... 阅读全文
posted @ 2013-11-29 15:02 Chr☆s 阅读(783) 评论(0) 推荐(0) 编辑