码迷,mamicode.com
首页 >  
搜索关键字:octopus    ( 41个结果
【Android 应用开发】 ActionBar 样式详解 -- 样式 主题 简介 Actionbar 的 icon logo 标题 菜单样式修改
作者 : 万境绝尘 (octopus_truth@163.com)转载请著名出处 :http://blog.csdn.net/shulianghan/article/details/39269163示例代码下载 :-- GitHub :https://github.com/han1202012/Oc...
分类:移动开发   时间:2014-11-19 20:13:16    阅读次数:331
js:对象的创建(为prototype做铺垫)
/***在js中并不存在类,所以能够直接通过Object来创建对象,可是使用这样的方式创建有一*弊端:因为没有类的约束,无法实现对象的反复利用,而且没有一种规范约定,在操作时easy带来问题。*/var person = new Object();person.name = "octopus";pe...
分类:Web程序   时间:2014-09-28 19:56:45    阅读次数:234
【Android 应用开发】 ActionBar 样式详解 -- 样式 主题 简介 Actionbar 的 icon logo 标题 菜单样式修改
作者 : 万境绝尘 (octopus_truth@163.com)转载请著名出处 : http://blog.csdn.net/shulianghan/article/details/39269163示例代码下载 : -- GitHub : https://github.com/han1202012/Octopus_ActionBarStyle.git -- CSDN : http://downl...
分类:移动开发   时间:2014-09-17 10:20:02    阅读次数:356
【Android 应用开发】 ActionBar 基础
作者 : 万境绝尘 (octopus_truth@163.com)转载请注明出处 : http://blog.csdn.net/shulianghan/article/details/39204393示例代码下载 : -- GitHub : https://github.com/han1202012/Octopus_ActionBar.git-- CSDN : http://download.cs...
分类:移动开发   时间:2014-09-14 16:44:37    阅读次数:398
【Android 系统开发】 Android 系统启动流程简介
作者 : 万境绝尘 (octopus_truth@163.com)转载请注明出处 : http://blog.csdn.net/shulianghan/article/details/38895481Android 系统启动总结 : Android 系统启动分底层 Linux 内核启动 和 应用系统启动;-- 底层系统启动 : 系统上电, bootloader 启动, linux kernel 启...
分类:移动开发   时间:2014-09-08 01:04:16    阅读次数:450
poj 1925
Spiderman Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 6232   Accepted: 1221 Description Dr. Octopus kidnapped Spiderman's girlfriend M.J. and kept her in...
分类:其他好文   时间:2014-09-03 18:15:07    阅读次数:221
Linux 内核入门简介
a. Linux 内核简介 b. Linux 内核 下载 配置 编译 c. 设备驱动模块介绍...
分类:系统相关   时间:2014-08-21 15:05:14    阅读次数:395
Android 开发之 Activity 状态保存 OnSaveInstanceState参数解析
作者 : 韩曙亮转载请著名出处 : http://blog.csdn.net/shulianghan/article/details/38297083一. 相关方法简介1. 状态保存方法示例package com.example.octopus_saveinstance; import android.app.Activity; import android.os.Bundle; public...
分类:移动开发   时间:2014-08-11 18:04:52    阅读次数:256
js:对象的创建(为prototype做铺垫)
/**  *在js中并不存在类,所以可以直接通过Object来创建对象,但是使用这种方式创建有一  *弊端:由于没有类的约束,无法实现对象的重复利用,并且没有一种规范约定,在操作时容易带来问题。  */ var person = new Object(); person.name = "octopus"; person.age = 25; person.say = function(...
分类:Web程序   时间:2014-05-03 15:39:22    阅读次数:371
Ubuntu 下 使用 adb logcat 显示 Android 日志
作者 : 万境绝尘  转载请著名出处eclipse 自带的 LogCat 工具太垃圾了, 开始用 adb logcat 在终端查看日志;1. 解析 adb logcat 的帮助信息在命令行中输入 adb logcat --help 命令, 就可以显示该命令的帮助信息;octopus@octopus:~$ adb logcat --help Usage: logcat [options] [filt...
分类:移动开发   时间:2014-04-30 22:27:38    阅读次数:448
41条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!