MAC OS系统下redis的安装

By prince 1 comment

安装redis brew install redis 程序安装目录 /usr/local/Cellar/red […]

MAC OS系统替换homebrew使用清华大学的镜像源

By prince No comments

替换homebrew使用清华大学的源 # 替换brew.git: cd “$(brew –repo)” gi […]

Java对象的内存结构

By prince No comments

对象保存在内存中时,由以下三部分组成: 1,对象头2,实例数据3,对齐填充字节 一,对象头 对象头的大小一般和 […]

centos安装Nginx

By prince No comments

Nginx是一款轻量级的网页服务器、反向代理服务器。相较于Apache、lighttpd具有占有内存少,稳定性 […]

安装glib遇到pcre问题解决方法

By prince No comments

 第一次直接./configure、make、make install 编译glib报错 check […]

全套Adobe CS6下载地址

By prince No comments

Photoshop CS6 (date of files 12 Apr 2012) Language ISO […]

BNR Reading Notes2-Objective-C and Foundation

By prince No comments

All Objective-C programming is done with the Foundation […]

BNR Reading Notes1-How Programming Works

By prince No comments

Variables and Types short, int, long float, double floa […]

书法入门字帖-灵飞经

By prince No comments

突然想学练字,查了下最好的练字字帖原来是灵飞经,特记录其资料如下: 小楷《灵飞经》四十三行 作者: 钟绍京 & […]

包管理工具小结

By prince No comments

Linux篇 1.RedHat系列(redhat、centos) 常见的安装包格式 rpm包 rpm包管理命令 […]