转自:http://hulefei29.iteye.com/blog/1782376可进入Apple开发者下载中心,Network
Link Conditioner包含在Hardware IO Tools工具包中,点击下载。下载安装后,可看到其中有一个Network Link
Conditioner...
分类:
移动开发 时间:
2014-05-01 13:16:52
阅读次数:
519
在Ubuntu , Debian或者Mint:$ sudo vi
/etc/environmenthttp_proxy="http://proxy.com:8000"no_proxy="127.0.0.1,
localhost, *.cnn.com, 192.168.1.10, domain.com...
分类:
系统相关 时间:
2014-05-01 11:27:54
阅读次数:
1617
为你详解Linux安装GCC方法2009-12-11 14:05 佚名
博客园字号:T|T现在很多程序员都应用GCC,怎样才能更好的应用GCC。本文以在Redhat
Linux安装GCC4.1.2为例(因在项目开发过程中要求使用,没有用最新的GCC版本),介绍Linux安装GCC过程AD:51CT....
分类:
系统相关 时间:
2014-05-01 08:05:15
阅读次数:
746
1. 查看内核版本命令: 1) [root@q1test01 ~]# cat
/proc/version Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com)
(gcc version 3.4.4 20050721 (Red ...
分类:
系统相关 时间:
2014-05-01 07:15:14
阅读次数:
575
Real Time Streaming Protocol或者RTSP(实时流媒体协议),是由Real
network 和 Netscape共同提出的如何有效地在IP网络上传输流媒体数据的应用层协议。RTSP提供一
种可扩展的框架,使能够提供可控制的,按需传输实时数据,比如音频和视频文件。源数据可以包...
分类:
其他好文 时间:
2014-05-01 01:26:01
阅读次数:
448
zf.py文件"""desc:读取配置文件config.ini压缩sourcepath路径到targetpath
并可以排除不需要压缩的文件excludefiletime:2014/4/30 12:03:42author:ggh"""import zipfile, os,
configpar...
分类:
编程语言 时间:
2014-05-01 00:59:26
阅读次数:
428
1.安装 mysql ,安装过程中将提示设置 root 用户的密码,默认可以设置为 rootadmin
。$ sudo apt-get install mysql-server2.安装 mysql 开发工具(不安装时,安装 MySQL-python
提示错误"mysql_config not fou...
分类:
数据库 时间:
2014-04-30 23:00:18
阅读次数:
625
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags ...
分类:
其他好文 时间:
2014-04-29 13:24:23
阅读次数:
443
apt-get命令本身并不具有管理软件包功能,只是提供了一个软件包管理的命令行平台。在这个平台上使用更丰富的子命令,完成具体的管理任务。...
分类:
其他好文 时间:
2014-04-28 10:48:42
阅读次数:
304