摘要: https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project 開源組織開放式發布最新排名前10位的最常見的漏洞The OWASP Top 10 - 2013 Release Candidate includes the following changes as compared to the 2010 edition: A1 Injection A2 Broken Authentication and Session Management (was formerly A3) A3 Cross-Site Scripting (XSS 阅读全文
posted @ 2013-04-11 21:06 ®Geovin Du Dream Park™ 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1 ---請假跨月份問題,或跨年份問題 日期部分边界 2 declare @sart datetime,@end datetime,@d int,@s1 datetime,@e1 datetime,@s2 datetime,@e2 datetime,@t varchar(50),@t2 varchar(50),@I int 3 set @sart='2012-11-18 14:56:12' 4 set @end='2012-12-08 14:56:12' 5 --set @I=DATEDIFF(ms,@sart,@end) 6 set @I=DATEDIFF(s 阅读全文
posted @ 2013-04-11 11:25 ®Geovin Du Dream Park™ 阅读(689) 评论(0) 推荐(0) 编辑