码迷,mamicode.com
首页 >  
搜索关键字:copyright    ( 4271个结果
iOS_18_控制器切换_NavigationController_push方式_传递数据
最终效果图: storyboard示意图: BeyondViewController.h // // BeyondViewController.h // 18_控制器切换_navigation_push_通过storyboard方式 // // Created by beyond on 14-7-31. // Copyright (c) 2014年...
分类:移动开发   时间:2014-08-01 00:08:40    阅读次数:402
copyleft 与 copyright
直到今天才知道Copyleft这个名词(orz...)我们经常能见到的是 Copyright(著作权),这个对版权的保护,保证作者权益。它的对立面就是Copyleft,它允许用户自由修改 使用作品。最受益的应该是 软件行业。 具体WIKI:http://zh.wikipedia.org/wiki/C...
分类:其他好文   时间:2014-07-31 12:10:36    阅读次数:177
iOS_16_控制器切换_modal_代码方式
最终效果图: main.storyboard BeyondViewController.h // // BeyondViewController.h // 16_控制器切换方式1_Modal_通过代码方式 // // Created by beyond on 14-7-30. // Copyright (c) 2014年 com.beyond. A...
分类:移动开发   时间:2014-07-30 23:57:45    阅读次数:544
Cstyle的札记,Freertos内核详解,第2篇
RTOS里面最常见也最核心的数据结构,双向链表实现VS 2008下可编译测试。/** @file Copyright (c) 2008 - 2014, MX.Studio All rights reserved. Created by Cstyle **/ #ifndef _LIST_H_ #define _LIST_H_ #ifdef __cplus...
分类:其他好文   时间:2014-07-30 20:44:44    阅读次数:407
Cstyle的札记,Freertos内核详解,第3篇
RTOS里面最常见的以及最核心的数据结构,队列的实现。可在VS2008 下编译测试。 /** @file Copyright (c) 2008 - 2014, MX.Studio All rights reserved. Created by Cstyle **/ #ifndef _QUEUE_H_ #define _QUEUE_H_ #ifdef ...
分类:其他好文   时间:2014-07-30 20:44:14    阅读次数:344
瀑布流
LWTWaterFlowView.h 1 // 2 // LWTWaterFlowView.h 3 // 瀑布流 4 // 5 // Created by apple on 14-7-29. 6 // Copyright (c) 2014年 lwt. All rights reserved....
分类:其他好文   时间:2014-07-30 20:34:04    阅读次数:225
无限滚动
LWTViewController.m//// LWTViewController.m// 无限滚动//// Created by apple on 14-7-30.// Copyright (c) 2014年 lwt. All rights reserved.//#import "LWTV...
分类:其他好文   时间:2014-07-30 20:26:14    阅读次数:226
iOS_15_通过代码自定义cell_微博UI
最终效果图: 动态效果截图: BeyondTableViewController.h // // BeyondTableViewController.h // 15_代码自定义cell_weibo // // Created by beyond on 14-7-29. // Copyright (...
分类:移动开发   时间:2014-07-30 14:49:33    阅读次数:343
10g下修改RAC地址
本测试是基于oracle 10.2.0.5 SQL*Plus: Release 10.2.0.5.0 - Production on Tue Jul 29 20:45:16 2014 Copyright (c) 1982, 2010, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edi...
分类:其他好文   时间:2014-07-29 21:54:32    阅读次数:390
GlusterFS源代码解析 —— GlusterFS 日志
Logging.c:/* Copyright (c) 2008-2012 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesse...
分类:其他好文   时间:2014-07-29 21:13:02    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!