码迷,mamicode.com
首页 >  
搜索关键字:12306 验证码    ( 5435个结果
升级ox 10.10版本后 php项目无法显示验证码
升级ox 10.10版本后,php环境配置好,php项目能运行,但是验证码不能显示。 查看phpinfo(),有GD库技持。 有类似情况,而已解决的,请教一下解决方法
分类:Web程序   时间:2014-10-23 16:31:25    阅读次数:277
e2e 自动化集成测试 架构 京东 商品搜索 实例 WebStorm Node.js Mocha WebDriverIO Selenium Step by step (三) SqlServer数据库的访问
上一篇文章“e2e 自动化集成测试 架构 京东 商品搜索 实例 WebStorm Node.js Mocha WebDriverIO Selenium Step by step 二 图片验证码的识别”, 下面讲一下Node.js中如何访问数据库, 在做自动化测试过程中, 经常可能遇到需要到数...
分类:数据库   时间:2014-10-22 20:07:35    阅读次数:275
ASP.NET验证码生成与识别
1 using System; 2 using System.Collections.Generic; 3 using System.Drawing; 4 using System.Drawing.Drawing2D; 5 using System.Text; 6 using Syst...
分类:Web程序   时间:2014-10-22 19:49:10    阅读次数:235
e2e 自动化集成测试 架构 京东 商品搜索 实例 WebStorm Node.js Mocha WebDriverIO Selenium Step by step (二) 图片验证码的识别
上一篇文章讲了“e2e 自动化集成测试 架构 京东 商品搜索 实例 WebStorm Node.js Mocha WebDriverIO Selenium Step by step 一 京东 商品搜索” 关于图片验证码的识别, 有请多种方法, 之前有在Google, baidu上找了非常多...
分类:Web程序   时间:2014-10-22 19:47:13    阅读次数:294
YZMHelper(验证码类)
using System;using System.Web;using System.Drawing;using System.Security.Cryptography;/// /// 验证码类/// public class Rand{ #region 生成随机数字 /// /// 生成随机数....
分类:其他好文   时间:2014-10-22 17:50:12    阅读次数:308
Captcha(验证码)
using System;using System.Drawing;public static class Captcha{ private static double[] addVector(double[] a, double[] b) { return new double[] { a[0] ...
分类:其他好文   时间:2014-10-22 17:36:44    阅读次数:262
servlet生成验证码代码
package forward;import java.awt.Color;import java.awt.Font;import java.awt.Graphics;import java.awt.image.BufferedImage;import java.io.IOException;i.....
分类:其他好文   时间:2014-10-22 10:53:59    阅读次数:170
asp.net 生成验证码
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
分类:Web程序   时间:2014-10-21 23:06:40    阅读次数:271
C# 验证码
using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco...
分类:Windows程序   时间:2014-10-21 19:18:27    阅读次数:270
Java 中常用代码 (欢迎补充)
//------------------------------------------------------------------------------------------------------生成四位随即验证码String str = "abcdefghijklmnopqrstuvw...
分类:编程语言   时间:2014-10-20 19:21:53    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!