码迷,mamicode.com
首页 >  
搜索关键字:additional    ( 622个结果
UI: UISegmentedControl 做简单选项分组及其自定义
问题:想显示给用户一些简洁、易理解的选项,用户可以选择其中的一项。先创建一个 UISegmentedControl 实例来初始化一个该控件 :- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup aft...
分类:其他好文   时间:2014-10-10 16:35:13    阅读次数:302
第十二题 Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements fro...
分类:其他好文   时间:2014-10-09 15:58:28    阅读次数:232
eclipse后台提示"computing additional info"的解决办法
解决办法:1. 找到你的JDK安装目录下的src.zip文件;2. 打开eclipse: Window菜单->Preference->Java->Installed JREs;3. 在列表中选择你eclipse正在使用的JRE,然后Edit;4. 选择rt.jar,然后点击"Source Attac...
分类:系统相关   时间:2014-10-02 17:40:53    阅读次数:195
18、内存体系架构及参数
内存结构:Mysql 内存分配规则是:用多少给多少,最高到配置的值,不是立即分配全局缓存包括:global buffer(全局内存分配总和) = innodb_buffer_pool_size -- InnoDB高速缓冲,行数据、索引缓冲,以及事务锁、自适应哈希等+innodb_additional...
分类:其他好文   时间:2014-10-01 20:16:41    阅读次数:252
linux用户空间和内核空间
When a process running in user mode requests additional memory, pages are allocated from the list of free page frames maintained by the kernel. This l...
分类:系统相关   时间:2014-09-28 22:27:25    阅读次数:419
带下划线的注册按钮
先上效果图。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化按钮 [self initRegisterButto...
分类:其他好文   时间:2014-09-28 14:07:32    阅读次数:212
leetcode - Copy List with Random Pointer
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep copy of the list. /** * Definition for singly-l...
分类:其他好文   时间:2014-09-26 15:07:08    阅读次数:181
利用MPMoviePlayerViewController实现简单的mp4播放
1、要使用MPMoviePlayerViewController首先要加入MediaPlayer.framework.2、加入如下代码:// Implement viewDidLoad to do additional setup after loading the view, typically ...
分类:其他好文   时间:2014-09-24 21:22:27    阅读次数:227
[iOS] 使用UIRefreshControl 实现 UITableView下拉刷新(Swift版本)
首先,在viewDidLoad中初始化相关数据: override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. //添加刷新 refreshControl.addTarget(...
分类:移动开发   时间:2014-09-22 22:31:43    阅读次数:253
数据库,单例的使用
数据库的使用,和单例的使用MainViewController.m#import"MainViewController.h" #import"DataBaseHandler.h" @interfaceMainViewController() @end @implementationMainViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)nibBundleOrNil { self=[..
分类:数据库   时间:2014-09-22 19:50:33    阅读次数:236
622条   上一页 1 ... 51 52 53 54 55 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!