- 博客(53)
- 资源 (4)
- 收藏
- 关注
转载 用openssl生成SSL使用的私钥和证书,并自己做CA签名
http://blog.csdn.net/liangzhao_jay/article/details/24114505本文记叙的是一次基于SSL的socket通讯程序开发中,有关证书,签名,身份验证相关的步骤。 我们的场景下,socket服务端是java语言编写的,客户端是c语言。使用了一个叫做matrixssl的c语言库。自己做CA签名,不等同于“自签名”。 自签名的情况,RSA的公钥私
2015-01-28 16:06:46 224
原创 python code example to validate json data schema
python Validate json data schema
2015-01-27 18:02:00 161
转载 Android App Installation Instructions
Download and Install Android SDK1. Installjava JDK from here2. Download the Android ADT bundle from here3. Extractthe zip file to c:\Android4. Soyou will have a directo
2015-01-27 17:08:43 201
原创 perl scripts to create certificates for accounts
perl scripts to create certificates for accounts
2015-01-27 16:51:23 127
转载 How to create DKIM domain key
The default signature is an RSA signed SHA256digest of the complete email. For ease of explanation, the openssl command isused to describe the mechanism by which keys and signatures are managed. Onewa
2015-01-27 16:01:47 252
转载 selenium webdriver学习(七)------------如何处理alert、confirm、prompt对话框
http://blog.csdn.net/gzh0222/article/details/7568651 alert、confirm、prompt这样的js对话框在selenium1.X时代也是难啃的骨头,常常要用autoit来帮助处理。试用了一下selenium webdriver中处理这些对话框十分方便简洁。以下面html代码为例: Html代码 1. Dialog
2015-01-26 15:18:48 140
原创 Java XML Parser for Global Configure file
Java XML Parser for Global Configure file
2015-01-26 13:33:30 118
原创 How to capture packet from you i-Device
How to capture packet from you i-Device
2015-01-23 18:26:48 95
原创 python tool提交http/https request测试return code 200
python tool提交http/https request测试return code 200
2015-01-20 14:19:01 478
原创 The distinguish of ios and android device traffic through cluster
The distinguish of ios and android device traffic through cluster
2015-01-12 13:07:30 157
转载 测试开发面试准备 - 1
Test Dev1. SQL注入所谓SQL注入,就是通过把SQL命令插入到Web表单提交或输入域名或页面请求的查询字符串,最终达到欺骗服务器执行恶意的SQL命令.原理是基本的sql语句 简单的说就是把一个正常的sql语句的逻辑转换成另一种不正常的sql语句逻辑 基本的例子:查询数据 select * from tablename where id='admin'
2015-01-12 11:04:29 361
原创 Web UI自动化测试 - Selenium - base testcase
Web UI自动化测试 - Selenium - base testcase
2015-01-08 11:21:21 215
转载 测试开发面试编程题 - 1
1. 使用hashmap 来找出字符串中的唯一字符。 /** * Using HashMap to find first non-repeated character from String in Java. * Algorithm : * * Step 1 : Scan String and store count of each charac
2015-01-08 09:39:53 540
原创 Python server性能测试 - REST request 模拟器 - 多线程并发
Python server性能测试 - REST request 模拟器 - 多线程并发
2015-01-07 17:49:42 286
CDLinux 教程
2012-06-07
Java模式设计之多态模式与多语言支持
2010-09-20
jndi.jar包 for Java
2010-09-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人