【https://gist.github.com/1531596】@interface UIImage (fixOrientation)- (UIImage *)fixOrientation;@end@implementation UIImage (fixOrientation)- (UIImage...
分类:
其他好文 时间:
2015-04-07 13:40:21
阅读次数:
106
1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON3.Reachability地址:https://gith...
分类:
移动开发 时间:
2015-04-07 13:31:22
阅读次数:
142
一、OpenSCAD 使用include或use引入外部库 ????本文英文版本参考:https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Include_Statement ????===========================...
分类:
其他好文 时间:
2015-04-07 12:18:15
阅读次数:
145
参考文https://semicrazy.wordpress.com/2009/10/08/using-diffmerge-as-your-subversion-external-merge-tool/ 1. 准备2个sh文件供svn调用 ~/scripts/diffmerge/diffmerge-svndiff.sh: ~/scripts/diffmerge/diff...
分类:
系统相关 时间:
2015-04-07 12:18:15
阅读次数:
351
六、 VSM平台登录与配置 1. 平台登录 访问https://10.1.35.20/dashboard/vsm/ 登录帐号admin,密码在controller node上执行一下命令获取 cat /etc/vsmdeploy/deployrc |grep ADMIN_PASSWORD 2. 建立ceph cluster ...
分类:
其他好文 时间:
2015-04-07 12:16:22
阅读次数:
289
Python 20.21.用于http客户端的处理的模块
By 白熊花田(http://blog.csdn.net/whiterbear) 转载请注明出处,谢谢。
原文链接:https://docs.python.org/2/library/cookielib.html
标注:
cookielib模块已经在python3中改名为http.cookiejar了。2...
分类:
编程语言 时间:
2015-04-07 12:07:51
阅读次数:
322
1.关于Redis
下载地址:1.Linux版:https://github.com/antirez/redis
2.windows版:https://github.com/MSOpenTech/redis
Redis是什么?两句话可以做下概括:
1. 是一个完全开源免费的key-value内存数据库
2. 通常被认为是一个数据结构服务器,主要是因为其有着丰富的数据结构 strin...
分类:
编程语言 时间:
2015-04-07 11:54:57
阅读次数:
221
Redis 安装与简单示例一、Redis的安装 Redis下载地址如下:https://github.com/dmajkic/redis/downloads 解压后根据自己机器的实际情况选择32位或者64位。下载解压后图片如下: redis-server.exe redis服务器的daemon...
分类:
其他好文 时间:
2015-04-07 11:33:34
阅读次数:
219
AES GitHub 下载地址 https://github.com/Gurpartap/AESCrypt-ObjC
官方文档
Add this line to your class:
#import "AESCrypt.h"
Usage
NSString *message = @"top secret message"; // me...
分类:
移动开发 时间:
2015-04-07 10:06:14
阅读次数:
121
https请求发起的过程其实并不复杂,如果用文字描述的话,可以会看的头晕。俗话说“一张图胜过一万个字”,直接上图。通过这张图,可以清楚的看到3种算法的用途。...
分类:
Web程序 时间:
2015-04-07 10:01:45
阅读次数:
163