码迷,mamicode.com
首页 >  
搜索关键字:VM hardware version    ( 26748个结果
判断访问站点的浏览器类型
function browserinfo() { var Browser_Name = navigator.appName; var Browser_Version = parseFloat(navigator.appVersion); var Browser_Agent = na...
分类:其他好文   时间:2014-05-23 06:59:14    阅读次数:232
自定义加密解密函数
/** * * 加密参数 * @author tarylei * @version 2014年3月31日 17:57:14 * @param string $param * @return string $_...
分类:其他好文   时间:2014-05-23 06:21:42    阅读次数:265
VirtualBox 快捷键
VirtualBox 的 Host 键是哪一个?默认的 Host = Right Ctrl 组合键,意思是键盘上两个 “Ctrl”中右边的那个。键盘上是没有 “Right”这个键的,刚开始不明白,后来才知道是这个意思。Host 键可以点击 Oracle VM VirtualBox 管理器的左上角 “...
分类:其他好文   时间:2014-05-21 23:02:29    阅读次数:950
【maven】maven+Myeclipse搭建
环境:win7+MyEclipse8.6+maven3.2.1安装maven1. 下载maven,解压到目录d下;2. 配置maven环境变量:MAVEN_HOME;添加path变量;3. dos中输入mvn -version测试设置是否成功,若出现,则成功;修改本地仓库 本地仓库是通过你的配置从....
分类:系统相关   时间:2014-05-21 21:26:39    阅读次数:606
TNS-12535: TNS:operation timed out、TNS-00505: Operation timed out
在查看alert日志的时候发现: 1 *********************************************************************** 2 3 Fatal NI connect error 12170. 4 5 VERSION INFORMATI...
分类:其他好文   时间:2014-05-21 20:13:32    阅读次数:298
Project facet Java version 1.7 is not supported.
在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
分类:编程语言   时间:2014-05-21 17:35:03    阅读次数:295
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
[Linux] Git: 基本使用
Git 属于分布式版本控制系统( Distributed Version Control System,简称 DVCS )客户端并不只提取最新版本的文件快照,而是把原始的代码仓库完整地镜像下来。这么一来,任何一处协同工作用的服务器发生故障,事后都可以用任何一个镜像出来的本地仓库恢复。因为每一次的提取...
分类:系统相关   时间:2014-05-21 12:07:50    阅读次数:441
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!