摘要:
安卓开发:If you are an Android developer, looking to root your Android phone, or just a blogger who wants to take screenshots of your latest Nexus One phone, you will need to install Android SDK in your computer. I know that it is kind of troublesome to download/install the SDK just to take screenshots 阅读全文
摘要:
php 获取 ip 地址 函数:function getIP () //取IP函数{ global $_SERVER;if (getenv('HTTP_CLIENT_IP')) {$ip = getenv('HTTP_CLIENT_IP');} else if (getenv('HTTP_X_FORWARDED_FOR')) {$ip = getenv('HTTP_X_FORWARDED_FOR');} else if (getenv('REMOTE_ADDR')) {$ip = getenv('REMOT 阅读全文
摘要:
linuxwindowsubuntu 12.04linux 平台:官方地下载:java7chinaunix~/.profileJAVA_HOME=/opt/jdk1.7.0_51CLASSPATH=.:$JAVA_HOME/lib/tools.jarPATH=$JAVA_HOME/bin:$PATH... 阅读全文