03 2014 档案

摘要:1、首先检查环境变量,配错了,重新配好,还是不行 打开一个命令提示符输入“adb”回车,来测试,如果提示“adb 不是内部命令”,则说明没有配置正确path=%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;D:\2014\pro\svn\bin;%ANDROID_SDK%\platform-tools;%ANDROID_SDK%\tools2、把sdk文件. 阅读全文
posted @ 2014-03-26 17:08 kaixinkaixin0 阅读(524) 评论(0) 推荐(0)
摘要:.cloud_top_bg{ width:100%; background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#2e98ff), to(#9276f7)); /** Chrome Safari **/ background: -moz-linear-gradient(left, #2e98ff, #9276f7); /** FireFox **/ background: -o-linear-gradient(left, #2e98ff, #9276f7); /** Opear **/ background: -ms-linear 阅读全文
posted @ 2014-03-26 14:48 kaixinkaixin0 阅读(719) 评论(0) 推荐(0)
摘要:#apply a{ display:block; outline:none; text-decoration:none; color:transparent;}#apply a:link {color: #ff0000}#apply a:visited {text-decoration:none;}#apply ar:hover{color: #ff0000} 阅读全文
posted @ 2014-03-24 14:58 kaixinkaixin0 阅读(318) 评论(0) 推荐(0)
摘要:table{ table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */}.applist_table th{ text-overflow:ellipsis;word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */}背景透明:.mk-mask{position: fixed;top:0;left:0;width: 100%;height:100%;_position:absolute;_height:e 阅读全文
posted @ 2014-03-19 18:17 kaixinkaixin0 阅读(184) 评论(0) 推荐(0)
摘要:body,html{margin: 0 auto;padding: 0;height:100%;}.containt_main{min-height: 100%;_height: 100%;position: relative;} 一定要有html的css,containt_main的min-height: 100%;,然后footer:position:absolute;bottom:0;页面高度不够的情况下:页面放大缩小的时候好像会有问题,该为动态计算高度:$("#main").height($(document).height() - 129 - 104);129为t 阅读全文
posted @ 2014-03-18 17:07 kaixinkaixin0 阅读(208) 评论(0) 推荐(0)
摘要:下载之后双击即可,我的版本:jdk-6u26-windows-i586配置环境变量,我的电脑->属性->高级->环境变量->系统变量中添加1)在系统变量里新建JAVA_HOME变量,变量值为:C:\Program Files\Java\jdk1.6.0_14(根据自己的安装路径填写)2)新建classpath变量,变量值为:.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar3)在path变量(已存在不用新建)添加变量值:%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin(注意变量值之间用“;”隔开)4、“开始”-- 阅读全文
posted @ 2014-03-13 11:46 kaixinkaixin0 阅读(126) 评论(0) 推荐(0)