1. 下载YCSB 0.1.3:wget
https://github.com/brianfrankcooper/YCSB/archive/0.1.3.tar.gz2. 解压缩:tar zxvf
0.1.3.tar.gz3.安装ant:sudo yum install ant4.把hadoop和hb...
分类:
其他好文 时间:
2014-07-22 23:08:34
阅读次数:
412
#pacman
-Snet-tools相关命令:ifconfig参考:https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
分类:
系统相关 时间:
2014-07-22 23:08:13
阅读次数:
384
virtualbox 4.3.10
不能mount共享文件夹,这是一个bug,参考如下链接https://www.virtualbox.org/ticket/12879执行以下命令即可:sudo
ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAd...
分类:
其他好文 时间:
2014-07-22 23:07:55
阅读次数:
334
看到国外开源的crazyflie四轴飞行器
觉得不错,很想DIY一个。搜集了一些资料官方网站:http://www.bitcraze.se/category/crazyflie/固件程序 、原理图
、PCB下载 :https://github.com/bitcraze
分类:
其他好文 时间:
2014-07-22 23:07:53
阅读次数:
457
iOS Programming Recipe 6: Creating a custom
UIView using a NibJANUARY 7, 2013BYMIKETT12 COMMENTSCreating a custom UIView
using a NibAssumptionsYou are...
分类:
移动开发 时间:
2014-07-22 23:07:15
阅读次数:
651
2014-04-30更新剔除了使用网络上烂大街的SQLite使用方法(原因android下无法读取数据),使用libSQLite3.so,通过DLLImport,在C#代码里直接调用C接口这种原生调用SQLite的方式,我在pc、android上亲测无误,ios没测过,但是stackoverflow...
分类:
数据库 时间:
2014-07-22 23:06:53
阅读次数:
852
发现现在程序员越来越懒了,连验证码都不想自己写了。kaptcha验证码插件https://code.google.com/p/kaptcha/downloads/list
分类:
其他好文 时间:
2014-07-22 23:06:13
阅读次数:
186
转自:看雪学院的文章iOS平台的应用程序调试与分析作者:zhuliang转载请保证文章完整并注明来自看雪或cd-team本文阐述如何在iOS平台上对应用程序进行调试与分析,旨在指导新手分析iOS程序,高手请无视。内容包括软件硬件的准备、代码的解密、符号信息的获取、用gdb调试等,最后以京东LeBoo...
分类:
移动开发 时间:
2014-05-01 16:14:39
阅读次数:
721
1、下载并安装(Active direcotry 下面统一为AD)
https://directory.apache.org/studio/download/download-windows.html
http://directory.apache.org/apacheds/download/do....
分类:
其他好文 时间:
2014-05-01 15:57:37
阅读次数:
506
IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton
*button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame
= CGRectMake(100, 100,...
分类:
移动开发 时间:
2014-05-01 15:22:46
阅读次数:
432