Android开发者可能会使用Universal Image Loader或者Square`s newer Picasso这些第三方的库去处理图片的加载Universal Image Loader https://github.com/nostra13/Android-Universal-Image...
分类:
移动开发 时间:
2014-07-15 00:33:59
阅读次数:
275
exploitme是一个国外的android安全测试环境,http://securitycompass.github.io/AndroidLabs/index.html,通过它可以学习一些基本的测试方法和思路今天先来生成Base的apk:1. 下载exploit-me的git代码:git initg...
分类:
移动开发 时间:
2014-07-14 22:48:00
阅读次数:
436
今天我们来熟悉测试环境:1. 下载server代码,并运行git clone https://github.com/SecurityCompass/LabServer.git2. 这个server是apk客户端的服务器端,运行:To run the HTTP server on port 8080p...
分类:
移动开发 时间:
2014-07-14 21:58:36
阅读次数:
412
Nancy官网——https://github.com/NancyFx/Nancy概述:Nancy是一个开源的Web轻型框架内核符合MVC思想,有开发方便,路由简单的特点,而且功能齐全起步:Hellow World一.建立Asp.Net空Web应用程序二.使用NuGet添加Nancy包的引用三.添加...
分类:
Web程序 时间:
2014-07-14 21:42:19
阅读次数:
339
最近学习开放平台,官方文档和Demo有点坑爹,经过几天的努力,写了一个DEMO,整合了新浪微博和腾讯微博,均能够SSO授权、网页授权和发微博,如果需要可以去看看源码,里面有注释说明:DEMO源码地址:https://github.com/cstdr/WeiboSDKDemo说明一下:虽然已经有很多类...
分类:
移动开发 时间:
2014-07-14 21:28:02
阅读次数:
263
1) http://ruby-hacking-guide.github.io/intro.htmlIt has one part to discuss “Technique to read source code”. BTW, you could download kindle file from....
分类:
其他好文 时间:
2014-07-14 19:44:11
阅读次数:
271
1.ios解析json使用开源json包,项目地址:http://stig.github.com/json-framework/NSData * responseData = [respones responseData]; NSString * strResponser = [[NSString ...
分类:
移动开发 时间:
2014-07-14 15:52:20
阅读次数:
187
以安装Httplib2模块为例1下载模块到https://github.com/jcgregorio/httplib2下载一款适合你的压缩包httplib2-master2解压下载的压缩包httplib2-master到某目录下3配置python在dos下的运行环境(之前需要配置系统环境变量,在系统环境变量Path后添加python安装目录,例如D:\Soft..
分类:
编程语言 时间:
2014-07-14 12:38:04
阅读次数:
330
[root@node2qemu-kvm.git]#./configureError:zlibcheckfailedMakesuretohavethezliblibsandheadersinstalled.解决上面报错需要安装zlib相关的软件[root@node2qemu-kvm.git]#yuminstallzlib*安装完上面软件后继续出现下面报错[root@node2qemu-kvm.git]#./configureglib-2.12requ..
分类:
其他好文 时间:
2014-07-14 12:08:30
阅读次数:
275
安装完kvm后生成一个qemu-system-x86_64文件目录,使用的KVM命令为qemu-system-x86_64,为了方便使用,把qemu-system-x86_64链接qemu-kvm[root@node2qemu-kvm.git]#whichqemu-system-x86_64/usr/local/bin/qemu-system-x86_64[root@node2qemu-kvm.git]#ln/usr/local/bin/qemu-s..
分类:
其他好文 时间:
2014-07-14 12:02:38
阅读次数:
712