06 2013 档案

摘要:渗透测试 Penetration TestingSecurity AssessmentVulerability AccessmentSecurity AuditsExternal testingInternal testing Black-hat testing/zero-knowledge testing Gray-hat testing/partial-knowledge testing White-hat testing/complete-knowledge testing 阅读全文
posted @ 2013-06-24 20:54 goooooooooo 阅读(125) 评论(0) 推荐(0) 编辑
摘要:Java Concurrency In Practice 阅读全文
posted @ 2013-06-08 00:36 goooooooooo 阅读(70) 评论(0) 推荐(0) 编辑
摘要:https://www.securecoding.cert.org/confluence/display/java/FIO06-J.+Do+not+create+multiple+buffered+wrappers+on+a+single+InputStream多次对System.in进行包装,每次重新生成一个BufferedInputStream,原来的buffer里面的内容会被清空public final class InputLibrary { public static char getChar() throws EOFException, IOException { Buff... 阅读全文
posted @ 2013-06-07 10:15 goooooooooo 阅读(199) 评论(0) 推荐(0) 编辑