码迷,mamicode.com
首页 >  
搜索关键字:ssl openssl https 证书    ( 143753个结果
windows server 2003 原版 安装 php+mysql+apache 教程
所需软件:httpd-2.2.22-win32-x86-no_ssl.msiphp-5.4.5-Win32-VC9-x86.zipmysql-5.5.27-win32.msi1.安装apache,修改httpd.conf修改httpd.conf文件,文件位于\Apache2.2\conf下找到#Lo...
分类:数据库   时间:2014-05-26 21:04:50    阅读次数:298
openssl生成证书以及获取公钥和私钥
一、RSA方式1. 建立CA根证书 1) 建立目录RSA 2) 创建以下子目录certs, crl, newcerts 3) 在RSA目录下执行以下操作:echo 01 > serialtouch index.txtopenssl req -new -x509 -newkey rsa:1024 -k...
分类:其他好文   时间:2014-05-26 20:46:24    阅读次数:280
常用工具之stunnel
The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be use...
分类:其他好文   时间:2014-05-26 16:15:57    阅读次数:330
UIWebView 使用要注意的几点
UIWebView 使用要注意的几点最近有客户希望将移动端统一使用HTML5来完成,在iOS端就要用到UIWebView。遇到了以下三个主要问题:加载HTTPS页面不像Safari可以弹出弹框问用户是否忽略证书,在UIWebView中只会得到一个空白页。由于UIWebView并没有提供HTTPS相关...
分类:Web程序   时间:2014-05-26 14:27:26    阅读次数:445
扩展 DbUtility (1)
本文原始路径: https://www.zybuluo.com/Ivony/note/14074前言DbUtility v3 是一个开源的轻量级数据库访问框架,源代码通过 Apache 协议发布,可以用于商业用途。最新的版本可以通过 NuGet 进行下载,项目及源代码下载地址:https://git...
分类:数据库   时间:2014-05-26 13:50:02    阅读次数:361
lua cURL使用笔记
cURL cURL是 URL命令行工具, 即 command URL, 可以通过命令行模拟各种应用协议的发包, 包括FTP HTTP HTTPS,官方网站 http://curl.haxx.se/luacurllua curl是基于curl的库libcurl(http://curl.haxx.s.....
分类:其他好文   时间:2014-05-26 13:49:03    阅读次数:688
[leetcode]Recover Binary Search Tree @ Python
原题地址:https://oj.leetcode.com/problems/recover-binary-search-tree/题意:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree...
分类:编程语言   时间:2014-05-26 13:25:43    阅读次数:261
android使用apktool反编译出现Input file (d:\t) was not found or was not readable
Input file (d:\t) was not found or was not readable 出现这个错误是因为apktool压缩包下载错误,我是下成首页的那个压缩包了 正确下载地址:https://code.google.com/p/android-apktool/downloads/l...
分类:移动开发   时间:2014-05-26 12:35:23    阅读次数:1117
Android应用性能测试(客户端-服务端)平台实现
Android应用性能测试(客户端-服务端)平台实现东海陈光剑2014年5月23日 2:01:05开源项目代码:https://github.com/universsky/EmmageePlus(基于Emmagee)https://github.com/universsky/EmmageePlus/...
分类:移动开发   时间:2014-05-26 12:16:40    阅读次数:1289
[翻译] DBCamera 轻量级定制摄像头
DBCamera轻量级定制摄像头https://github.com/danielebogo/DBCameraDBCamera is a simple custom camera with AVFoundation.DBCamera使用了AVFoundation框架并简单的定制了摄像头.Gettin...
分类:数据库   时间:2014-05-26 11:58:35    阅读次数:447
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!