码迷,mamicode.com
首页 >  
搜索关键字:up 导航    ( 18394个结果
入门:移动APP中的各种导航
即使是移动应用界面的原型设计,导航的形式也可以多种多样。尽管尺寸小,又必须紧凑排列大量数据,它们似乎受到了紧密的约束,但依然有着形形色色的选择。人们曾经一度只会考虑一种形式——流行且广泛使用的垂直导航,即侧边栏。尽管如此,还有其他可以提升用户体验的形式,会让用户浏览你的APP变成小菜一碟。列表型菜单...
分类:移动开发   时间:2014-05-16 05:48:24    阅读次数:429
LeetCode OJ - Linked List Cycle
题目: Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space?解题思路: 使用快慢指针,快指针每次走两步,慢指针每次走一步...
分类:其他好文   时间:2014-05-16 05:19:21    阅读次数:271
LeetCode OJ - Linked List Cycle II
题目: Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull. Follow up: Can you solve it without using extr...
分类:其他好文   时间:2014-05-16 04:50:13    阅读次数:329
WPF 中的 Pack URI-访问程序集资源
在 Windows Presentation Foundation (WPF) 中,使用统一资源标识符 (URI) 标识和加载文件的方式有很多,包括:指定当应用程序第一次启动时显示的用户界面 (UI)。加载图像。导航到页加载不可执行的数据文件。在代码中使用 Pack URI在代码中,可以通过实例化U...
分类:其他好文   时间:2014-05-15 16:44:59    阅读次数:520
Android菜鸟的成长笔记(27)——ViewPager的使用
ViewPager是Android 3.0以上可以使用的API。一、ViewPager能干什么?1、微信5.0中连带滑动用ViewPager可以轻松实现。2、实现类似于新浪微博的导航引导界面。3、实现其他导航或菜单。二、ViewPager的使用1、添加布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
分类:移动开发   时间:2014-05-15 06:35:24    阅读次数:430
LeetCode-001 Two Sum
LeetCode-001 Two Sum Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2...
分类:其他好文   时间:2014-05-15 04:34:50    阅读次数:293
android修改tab 导航 指示器颜色
我其实想修改的上面的蓝色条条,改成红色。 这个问题实在是困扰我了太长时间。之前参照google的这个文章: https://developer.android.com/training/basics/actionbar/styling.html 但是事与愿违,我发现竟然连我整个tab颜色都改了。 觉得很奇怪,为什么google给的方法是修改整个tab?难道google搞错了?...
分类:移动开发   时间:2014-05-15 03:49:32    阅读次数:401
Ubuntu /boot paritiion clean up
1. Check the /boot partition size to decide if need clean up $ df 2. Check the current used Linux kernel $ uname -r 3. Check all Linux kernel to decide which ones to be removed $ ls /boot...
分类:其他好文   时间:2014-05-15 03:24:16    阅读次数:235
iOS开发:在多平台、设备及64位架构上运行
最近在新工程上线是遇到很多适配的问题,尤其是旧工程64位设备的适配,现在整理一下。BaseSDKvs.DeplymentTarget1.配置BaseSDK设置1)选择工程导航面板上的工程文件2)编辑面板上搜索basesdkBaseSDK设置引导编译器使用该版本的SDK编译和构建应用,也就是说,它会直接控制应用使..
分类:移动开发   时间:2014-05-14 18:21:54    阅读次数:407
Jquery 左侧浮动导航
首先看一下效果图,如图下面正式开始:Html代码: 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 服装 ...
分类:Web程序   时间:2014-05-14 11:24:04    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!