Content Explore

Objective-C语法快速参考

Published : 2009-11-10 Categories : Apple Tags : Objective-C
大部分有一点其他平台开发基础的初学者看到XCode,第一感想是磨拳擦掌,看到Interface Builder之后,第一感想是跃跃欲试,而看到Objective-C的语法,第一感想就变成就望而却步了。...

Ext2 v.s. Ext3 v.s. Ext4 性能比拼

Published : 2009-02-05 Categories : GNU/Linux Tags : Linux Ext4 Ext3 Ext2
Linux kernel 自 2.6.28 开始正式支持新的文件系统 Ext4。 Ext4 是 Ext3 的改进版,修改了 Ext3 中部分重要的数据结构,而不仅仅像 Ext3 对 Ext2 那样,只...

Linux 内存管理 图示v3

Published : 2008-11-13 Categories : GNU/Linux Tags : Linux Memory
Linux 内核 - 内存管理 - 图示v3
摘自: http://linux.chinaunix.net/bbs/thread-1043740-1-1.html
--EOF--

Linux - 注销其它用户

Published : 2008-09-11 Categories : GNU/Linux Tags : Linux pkill logout
列出当前用户
rui@eryx-desktop:~$ w
16:38:07 up 32 min,
2 users,
load average: 0.34, 0.37, 0.68
USER
TTY
FR...

netstat 常用选项

Published : 2008-08-21 Categories : GNU/Linux Tags : netstat
netstat常用选项的命令含义如下:
-a
显示所有的socket,包括正在监听的。
-c
每个1秒就重新显示一次,直到用户中断它。
-t
显示tcp协议的连接情况。
-r
显示核心路由表,格式同“...

VMware ESX 中使用 SMB CLIENT

Published : 2008-05-02 Categories : Software Tags : VMware Virtual ESX
实现方法如下:
1)打开防火墙。防火墙不开,一切免谈。
2)编辑 /etc/hosts 文件,为 Windows 服务器起个名。可以随便起名。比方说,你的 Windows 服务器电脑名称叫 Apple...

Ubuntu 一些小技巧

Published : 2008-04-17 Categories : GNU/Linux Tags : Ubuntu Linux Cookbook
安装
* 查看软件xxx安装内容
dpkg -L xxx
* 查找软件
apt-cache search 正则表达式
* 查找文件属于哪个包
dpkg -S filename
apt-file sea...

VIM: Converting tabs to spaces

Published : 2007-11-14 Categories : GNU/Linux Tags : Linux vi vim
http://www.vim.org/tips/tip.php?tip_id=12
created: February 24, 2001 18:02
complexity: basic
author:...

Install .rpm Files in Debian and Ubuntu

Published : 2007-11-03 Categories : GNU/Linux
by http://www.debianadmin.com/install-rpm-files-in-debian-and-ubuntu.html
Some time you might find s...

Linux下mp3标签乱码问题的分析和解决

Published : 2007-10-25 Categories : GNU/Linux Tags : Linux mp3 中文 乱码
http://blog.chinaunix.net/u1/42750/showart_367655.html
相信很多朋友在Linux里播放mp3的时候,不论使用何种mp3播放器,或多或少都会遇到mp...