摘要:
int CaculateWeekDay(int y,int m, int d){ if(m==1||m==2) { m+=12; y--; } int iWeek=(d+2*m+3*(m+1)/5+y+y/4-y/100+y/400)%7; ret... 阅读全文
posted @ 2015-11-27 16:44
QQ76211822
阅读(2185)
评论(0)
推荐(0)
摘要:
INSERT or replace INTO [main].[RecordInfo]([WorkID],[bArtificialAttendance],[fThreshold],[Attendance_Time],[PicPath]) select '012','1','60.00',... 阅读全文
posted @ 2015-11-27 10:24
QQ76211822
阅读(2552)
评论(0)
推荐(0)

浙公网安备 33010602011771号