Bugs及解决方案列表(以下实例默认运行环境都为Standard mode): 如何在IE6及更早浏览器中定义小高度的容器? 方法: #test{overflow:hidden;height:1px;font-size:0;line-height:0;}IE6及更早浏览器之所以无法直接定义较小高度的 ...
分类:
Web程序 时间:
2016-05-13 17:18:50
阅读次数:
166
https://github.com/FuckTheWorld/chromedriver/issues/1145 https://bugs.chromium.org/p/chromedriver/issues/detail?id=845&thanks=845&ts=1404927199 https: ...
分类:
其他好文 时间:
2016-05-13 14:31:54
阅读次数:
151
业务安全漏洞挖掘要点1 身份认证安全 暴力破解 用暴力穷举的方式大量尝试性地猜破密码。 一般包括字典攻击和暴力穷举。 示例 360云盘分享码可以被暴力破解 http://www.wooyun.org/bugs/wooyun-2015-0121646 淘米网登陆不需验证码导致暴力破解 http://www.wooyun.org/bugs/wooyun-2015-0145757 防御方法...
分类:
其他好文 时间:
2016-05-12 21:17:51
阅读次数:
147
什么是Address Sanitizer?
AddressSanitizer is a fast memory error detector. It consists of a compiler instrumentation module and a run-time library. The tool can detect the following types of bugs:
Out-...
分类:
其他好文 时间:
2016-05-07 08:36:29
阅读次数:
152
Home | Introduction | Router Bugs | Security Checklist | Tests | Resources | About | The most expert person in the world can only make a router as sec ...
分类:
其他好文 时间:
2016-05-05 22:09:18
阅读次数:
294
C - Collecting Bugs Time Limit:10000MS Memory Limit:64000KB 64bit IO Format:%I64d & %I64u Submit Status C - Collecting Bugs Submit Status Description ...
分类:
其他好文 时间:
2016-05-05 14:39:08
阅读次数:
224
90-新垃圾回收机制说明在5.2及更早版本的PHP中,没有专门的垃圾回收器GC(Garbage Collection),引擎在判断一个变量空间是否能够被释放的时候是依据这个变量的zval的refcount的值,如果refcount为0,那么变量的空间可以被释放,否则就不释放,这是一种非常简单的GC实现。然而在这种简单的GC实现方案中,出现了意想不到的变量内存泄漏情况(Bug:http://bugs....
分类:
其他好文 时间:
2016-04-29 15:23:19
阅读次数:
222
10、“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” —— E.W. Dijkstra 如果调试程序是移除 bug 的过 ...
分类:
其他好文 时间:
2016-04-28 09:21:07
阅读次数:
191
FindBugs 是一个静态分析工具,它可以检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题,使用 FindBugs 可以在不实际运行程序的情况对软件进行分析。使用时最好将字节码对应的 java 文件选上,这样便可轻松的从报告文件中定位到出问题的源码,并进行相应的修改。 ec ...
分类:
编程语言 时间:
2016-04-25 21:00:13
阅读次数:
253