06 2013 档案

摘要:1. 下载adt-bundle-windows-x86-xxx.ziphttp://developer.android.com/sdk/index.html2. 安装jrehttp://www.oracle.com/technetwork/java/javase/downloads/index.html设置JAVA_HOME环境变量设置path环境变量,在最后加上 %JAVA_HOME%/bin3. 解压上面的adt-bundle-windows-x86-xxx.zip运行eclipse即可4. 因为虚拟机启动很慢,所以有android手机的童鞋,安装USB驱动(手机品牌的USB驱动,比如三星 阅读全文
posted @ 2013-06-26 21:14 holycrap 阅读(186) 评论(0) 推荐(0)
摘要:service mysql start启动service mysql restart重启service mysql stop停止mysql -uroot -ppassword登入mysqlshow databases;展示数据库dbcreate database xxx;建dbshow tables;展示表create table xxx()charset=utf8;建表select * from xxx; 查表 阅读全文
posted @ 2013-06-25 20:59 holycrap 阅读(203) 评论(0) 推荐(0)
摘要:1 2 3 4 5 6 index page 7 8 9 10 11 JAVA SCRIPT12 13 14 15 16 19 20 21 22 23 24 name:25 26 27 28 29 30 31 32 gender:33 ... 阅读全文
posted @ 2013-06-24 22:37 holycrap 阅读(197) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-06-22 16:45 holycrap 阅读(194) 评论(0) 推荐(0)
摘要:#!/bin/bash################################################### INSTALL JDK AUTOMATICALLY# # author: jeffzhao # date: 2013.6.20 ##################################################cmd_path=`pwd`jdk_package_path="./"jdk_install_path="/opt/jdk"jdk_package_name="jdk-7u25-linux-i58 阅读全文
posted @ 2013-06-22 16:29 holycrap 阅读(536) 评论(0) 推荐(0)
摘要:#!/bin/bash####################################################### file name: install_ant.sh# # function:# To quickly install ant automatically# in linux system...# # author: jeffzhao# date: 2013.6.19 # ########################################################ant_package_path="./"ant_instal 阅读全文
posted @ 2013-06-21 07:27 holycrap 阅读(302) 评论(0) 推荐(0)
摘要:#!/bin/bash####################################################### file name: install_ant.sh# # function:# To quickly install ant automatically# in linux system...# # author: jeffzhao# date: 2013.6.19 # ########################################################ant_packag... 阅读全文
posted @ 2013-06-19 22:13 holycrap 阅读(293) 评论(0) 推荐(0)