一、获取API Key1、先获取SHA-1
fingerprint数字证书是有两种,一种是debug,还有release。前者只能用于测试;后者才可以用于实际产品。debug:在命令行中输入命令:keytool
-list -v -keystore "C:\Users\your_user_name\...
分类:
移动开发 时间:
2014-05-08 12:08:40
阅读次数:
521
1.安装LAMP包sudo apt-get install taskselsudo
tasksel install lamp-server参考这里2.
测试apache2安装完成后测试一下,在浏览器里输入http://localhost/或http://127.0.0.1/若出现“Itworks!”...
分类:
其他好文 时间:
2014-05-08 11:38:05
阅读次数:
248
Download any version source code of Windows
Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases
Downdload Wix ToolSet from http://...
操作系统:CentOS release 5.10
(Final)文件准备:MySQL-server-community-5.1.73-1.rhel5.i386.rpmMySQL-client-community-5.1.73-1.rhel5.i386.rpm一、安装MySQLrpm包安装:切换到包所...
分类:
数据库 时间:
2014-05-08 09:42:38
阅读次数:
660
三种安装方式: 1. 从网上安装 sudo apt-get install
mysql-server。装完已经自动配置好环境变量,可以直接使用mysql的命令。
注:建议将/etc/apt/source.list中的cn改成us,美国的服务器比中国的快很多。 2. 安装离线包,以mysql...
分类:
数据库 时间:
2014-05-08 05:28:56
阅读次数:
331
1.sudoapt-getpurgeg++nloadgdbmakenginxphp5-fpmphp5-cliphp5-mysqlndphp5-jsonphp5-curlphp5-gdphp5-mcryptmysql-serverspawn-fcgi2.sudoapt-getautoremove3.sudoapt-getautoclean4.sudoapt-getclean5.dpkg-l|grep^rc|awk‘{print$2}‘|sudoxargsdpkg-P参考:http://zhidao.bai..
分类:
其他好文 时间:
2014-05-08 02:51:54
阅读次数:
321
Ubuntu中/etc/resolv.conf重启后nameserver会被清空解决方法一sudovim/etc/resolvconf/resolv.conf.d/basenameserver8.8.8.8nameserver8.8.4.4解决方法二sudovim/etc/network/interfacesdns-nameservers8.8.8.88.8.4.4
分类:
其他好文 时间:
2014-05-08 02:16:03
阅读次数:
539
之前一直做docker的实验,可是遇到了好多问题,在ubuntu 12.04
环境下很难模拟出真实机器的环境,(尤其是hosts文件无法修改,服务无法启动。。。),就转战vagrant,放弃了一段时间。最近docker 0.10
发布加上ubuntu14.04 的感觉docker用起来和顺手多了,所...
分类:
其他好文 时间:
2014-05-08 01:35:00
阅读次数:
346
adbdevices查看你的所有设备然后adb-s设备序列号installXXX.apk-s用来指定设备
分类:
其他好文 时间:
2014-05-07 21:57:18
阅读次数:
300