码迷,mamicode.com
首页 >  
搜索关键字:captcha    ( 286个结果
PHP生成图片验证码
/** ?*?验证码类,用于产生各种验证码 ?*/ class?captcha{ ????/** ?????*?生成验证码 ?????*?@param?int?$length?码字符长度 ?????*?@param?int?$width?宽度 ?????*?@...
分类:Web程序   时间:2015-05-06 15:31:05    阅读次数:135
Captcha生成及使用
@Controller@RequestMapping("/PictureCheckCode")public class ServletController { @RequestMapping public void pictureGenerate( HttpServletRequest ...
分类:其他好文   时间:2015-04-28 13:28:19    阅读次数:134
Yii 2.0 使用验证码
Yii2.0 提供了验证码组件。调用起来比较方便。以登录页面添加验证码为例。1. 模型中添加字段和验证规则。common\models\LoginForm添加如下代码public $captcha;//rules() 方法内添加['captcha', 'required'],['captcha', ...
分类:其他好文   时间:2015-04-23 23:22:01    阅读次数:186
cowboy添加验证码
参考的http://beebole.com/blog/erlang/how-to-implement-captcha-in-erlang-web-application/,移到cowboy,废话不多说,直接贴代码注意,需要cowboy版本1.0.1创建工程rebar-creator create-a...
分类:其他好文   时间:2015-04-14 12:47:24    阅读次数:152
ZOJ-3314
CAPTCHATime Limit: 1000 MS Memory Limit: 32768 KB64-bit integer IO format: %lld , %llu Java class name: MainDescriptionA CAPTCHA (Completely Automated...
分类:其他好文   时间:2015-04-13 18:31:08    阅读次数:118
关于Captcha验证码组件的使用
Captcha.jar的下载:     http://pan.baidu.com/s/1waXbg 提取码:h216 Captcha的部署: 把captcha的jar引入到项目; 在web.xml中配置 Kaptcha com.google.code.kaptcha.servlet.KaptchaServlet Kaptcha ...
分类:其他好文   时间:2015-04-12 09:24:09    阅读次数:239
laravel5验证码
首先呢在laravel5中默认是没有提供验证码的,这里我们需要使用第三方提供的库:gregwar/captcha通过composer安装:在composer.json的require中加入"gregwar/captcha": "dev-master",具体代码如下"require": { ...
分类:其他好文   时间:2015-04-08 10:22:47    阅读次数:176
zoj 3314 CAPTCHA(纯模拟)
题目有些人用深搜写的,当然我这弱弱的,只理解纯模拟。。。纯模拟,第一次写了那么长的代码,我自己也是够坚韧不拔的,,,,必须留念啊!!!注意,G包含C,E包含L,R包含P,(照图说O应该不包含C,但是不排除掉这种情况,就wa掉了,所以要排除O包含C的情况。。)#include#includeint n...
分类:其他好文   时间:2015-04-05 11:52:55    阅读次数:168
ECShop 环境搭建报错处理集锦
1、ECSHOP错误Redefining already defined constructor for class如何解决打开includes/cls_capcha.php,将函数 function captcha($folder = '', $width = 145, $height = ...
分类:其他好文   时间:2015-03-13 12:21:43    阅读次数:134
yii2中验证码的添加
首先,在模型中添加验证码字段: public function rules(){ return ['verifyCode', 'captcha'], }  其次,可以在函数attributeLabels中添加前台页面中验证码的字段名称: public function atrributeLabels(){ return ['verifyCode'=>'Verification Code...
分类:其他好文   时间:2015-02-27 17:00:10    阅读次数:166
286条   上一页 1 ... 24 25 26 27 28 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!