-
Updated collection of Autoblogging plugins and tips - RudeMaudlin's AB Guide. - [bloging]
2009-11-02
[本日志已设置加密] -
[Mark] Decrypt Encrypted Wordpress Footers - Copy-Paste, Automatic - Noob Proof - [bloging]
2009-10-31
If you don't have the skills and don't want to wait for someone to decrypt a theme for you, this is the perfect soluction.
1. Copy Paste the footer
2. Erase the bits that don't matter.
3. ?????
4. Profit!
... -
[Mark]99% Complete Step By Step Auto Blog Setup - [bloging]
2009-10-31
[本日志已设置加密] -
[Java]自动识别图形验证码(3) - [Java]
2009-09-15
/** *//** * 保存图片 * * * @param length * * @return */ public String getValidatecode(int length) ...{ String strNum = ""; for (int i = 1; i <= length; i++) ...{ synchro... -
[Java]自动识别图形验证码(2) - [Java]
2009-09-15
package com.util; //~--- JDK imports ------------------------------------------------------------ import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGEncodeParam; import com.sun.image.codec.jpeg.JP... -
[Java]自动识别图形验证码(1) - [Java]
2009-09-15
现在大多数网站都采用了验证码来防止暴力破解或恶意提交。但验证码真的就很安全吗?真的就不能被机器识别??
我先讲讲我是怎么实现站外提交留言到一个网站的程序。
这个网站的留言版大致如下:
我一看这种简单的4位数字验证码,马上就感觉到有戏了。直觉告诉我让电脑来识别这些图片验证码据对简单
首先我马上在这个页面用右键菜单看源代码
知道验证码获取页面后 你可以直接用 http...
共1页 1







