码迷,mamicode.com
首页 >  
搜索关键字:verify    ( 1044个结果
error setting certificate verify locations: CAfile: E:/git/Git/mingw64/ssl/certs/ca-bundle.crt
一、问题: 当git clone项目时报 error setting certificate verify locations: CAfile: E:/git/Git/mingw64/ssl/certs/ca-bundle.crt 错误 二、原因: 我的git的安装在E盘中一个叫GitProject ...
分类:其他好文   时间:2016-09-28 12:56:29    阅读次数:334
ThinkPHP 3.2.3 ----- 验证码
显示验证码 首先在Home/Controller下创建一个公共控制器PublicController 使用Thinkphp的U方法形成生成验证码的图片。 到此验证码即可正常显示。 点击刷新验证码 从上面产生验证码的链接我们可以看出,域名/public/verify即可产生验证码。Thinkphp的验 ...
分类:Web程序   时间:2016-09-26 14:38:55    阅读次数:178
Configure Several VNC Client on redhat 5.5
使用vncserver命令为当前用户启动vnc服务(将在当前用户主目录下生成.vnc配置文件夹) [root@tech `]# vncserver You will require a password to access your desktops. Password: Verify: 首次创建 ... ...
分类:其他好文   时间:2016-09-23 23:12:28    阅读次数:165
gen_grant_exec.sql
set echo off feedback off verify off pagesize 0 linesize 120 define v_grantee = &1 define v_grant_exec_command_file = .\log\grant_exec_&v_grantee..sql ...
分类:数据库   时间:2016-09-22 16:59:38    阅读次数:230
Verilog HDL Test Bench
As digital systems becomes more complex,it becomes increasingly important to verify the functionality of a design before implementing it in a system,a ...
分类:其他好文   时间:2016-09-22 01:05:17    阅读次数:258
call_compile.sql
set echo off prompt prompt prompt call_compile.sql &1 &2 &3 &4 &5 prompt set echo off pagesize 0 feedback off verify off serveroutput on size 1000000 ...
分类:数据库   时间:2016-09-20 13:49:16    阅读次数:157
call_grant_dml.sql
set echo off prompt prompt prompt call_grant_dml.sql &1 prompt set echo off pagesize 0 feedback off verify off serveroutput on size 1000000 define v_i ...
分类:数据库   时间:2016-09-20 13:39:26    阅读次数:182
call_grant_exec.sql
set echo off feedback off verify off pagesize 0 linesize 120 define v_grantee = &1 define v_grant_exec_command_file = ./log/grant_exec_&v_grantee..sql ...
分类:数据库   时间:2016-09-20 13:35:25    阅读次数:189
call_create_syn.sql
promptprompt prompt call_create_syn.sql &1 &2 &3 &4 &5 &6prompt set echo off pagesize 0 feedback off verify off serveroutput on size 1000000 define v_ ...
分类:数据库   时间:2016-09-20 13:35:18    阅读次数:202
面向对象中的验证码类
<?php /** *验证码类 */ classVerify { //成员属性 private$width; //宽 private$height; //高 private$verify_code; //验证码字符串 private$verify_nums; //验证码个数 private$verify_type; //验证码字符类型 private$p_w_picpath_type; //图片类型(JPG/PNG..
分类:其他好文   时间:2016-09-18 21:24:17    阅读次数:120
1044条   上一页 1 ... 69 70 71 72 73 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!