码迷,mamicode.com
首页 >  
搜索关键字:css3 not target    ( 33911个结果
Win8 HTML5与JS编程学习笔记(二)
近期一直受到win8应用的Grid布局困扰,经过了半下午加半个晚上的奋斗,终于是弄明白了Grid布局方法的规则。之前我是阅读的微软官方的开发教程,书中没有详细说明CSS3的布局规则,自己鼓捣了半天也是一头雾水,于是又找到了官方的启蒙教程的布局一张,仔细阅读了一遍,又思考了..
分类:Windows程序   时间:2014-05-27 04:18:43    阅读次数:468
基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools
3 安装VMwareTools1)如下图所示,依次选择虚拟机--客户机--安装/升级VMwareTools。2)如下图所示,单击确定。3)如下图所示,单击确定。4)如下图所示,可以看到VMwareTools的安装介质。5)如下图所示,在VMwareTools目录内点击右键选择OpeninTerminal。6)如下图所示,T..
分类:数据库   时间:2014-05-27 03:59:43    阅读次数:392
基于RHEL 6.5安装Oracle 11g详细教程(4)——安装Oracle前的准备
4 安装Oracle前的准备4.1基本配置4.1.1关闭防火墙[root@oracle~]#serviceiptablesstopiptables:SettingchainstopolicyACCEPT:filter[OK]iptables:Flushingfirewallrules:[OK]iptables:Unloadingmodules:[OK]关闭iptables开机自启动功能[root@oracle~]#chkconfigiptablesof..
分类:数据库   时间:2014-05-27 03:56:59    阅读次数:598
基于RHEL 6.5安装Oracle 11g详细教程(5)——安装Oracle
5 安装Oracle[root@oracle~]#cd/temp/[root@oracletemp]#lslinux.x64_11gR2_database_1of2.ziplost+foundyumlinux.x64_11gR2_database_2of2.zippdksh-5.2.14-37.el5_8.1.x86_64.rpm[root@oracletemp]#unziplinux.x64_11gR2_database_1of2.zip[root@oracletemp]#unziplinux..
分类:数据库   时间:2014-05-27 03:12:07    阅读次数:459
Android Ant 和 Gradle 打包流程和效率对比
一、Ant 打包:(下载ant、配置环境变量就不说了) 1、进入命令行模式,并切换到项目目录,执行如下命令为ADT创建的项目添加ant build支持: android update project -p . -t  "android-17" 2、build脚本默认target是help,所以会显示如上信息,修改target为debug或release就可以像无ant时一样编...
分类:移动开发   时间:2014-05-23 07:40:45    阅读次数:361
LeetCode: Search in Rotated Sorted Array [032]
【题目】 Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You are given a target value to search. If found in the array return its index, otherwise return -1. You may assume no du...
分类:其他好文   时间:2014-05-22 10:43:12    阅读次数:310
LeetCode: Search Insert Position [034]
【题目】 Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in the array. Here are few examples. [1,3,5,6], 5 → 2 [1,3,5,6]...
分类:其他好文   时间:2014-05-22 09:41:59    阅读次数:195
LeetCode: Search for a Range [033]
【题目】 Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found in the array, return [-1, -1]. For example, Given [5...
分类:其他好文   时间:2014-05-22 06:44:39    阅读次数:265
keil 中的一些设置
option for target 'target 1' 中: 第3选项output: select folder for objects :此选项是选择编译时产生的以希望文件,点击选择路径,不然这些文件就会生成并保存在和项目文件.prov 同个文件下,导致项目文件不好找。 第4选项listing:也是同第3选项同样原理。   第6选项c/c++:在include paths 设置h文件路...
分类:其他好文   时间:2014-05-20 16:17:17    阅读次数:383
响应式web设计(一)
最近在研究响应式web页面设计,入门级media queries ,即媒体查询,媒体查询在css3中引入,作用是允许设定表达式检查媒体环境,用来确定应用不同的样式。 媒体查询应用的两种方式...
分类:Web程序   时间:2014-05-20 14:29:54    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!