码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
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
SpringUtil
/** SpringUtil.java{{IS_NOTE Purpose: Description: History: Thu Jun 1 13:53:53 2006, Created by henrichen}}IS_NOT...
分类:编程语言   时间:2014-07-30 03:15:32    阅读次数:298
fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler
出现这个问题,把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C/C++中precompiled   header中选中automatic   use   of   precompiled   headers,并在相应through   header中输入stdafx.h。     另外,把debug目录下的文件删除,然后重新编译也是一种解决...
分类:其他好文   时间:2014-07-30 01:07:02    阅读次数:281
HDU4891 The Great Pan 暴力
题意:给你字符串,两种模式,每一种模式有相应规则的不同意思,问你这个字符串一共有多少意思解题思路:合在一起两种模式暴力解题代码: 1 // File Name: 1005.cpp 2 // Author: darkdream 3 // Created Time: 2014年07月29日 星期二...
分类:其他好文   时间:2014-07-30 00:36:42    阅读次数:284
oracle 12c之前用sequence 和 trigger来生成自动增长的列
SQL> create table scott.t1 (id number, val varchar2(8));Table created.SQL> CREATE SEQUENCE scott.t1_id_seq INCREMENT BY 1 START WITH 1 NOMAXVALUE NOCY...
分类:数据库   时间:2014-07-29 21:12:42    阅读次数:302
iOS开发UI篇—自定义瀑布流控件(基本实现)
iOS开发UI篇—自定义瀑布流控件(基本实现)一、基本实现说明:在View加载的时候,刷新数据。1.实现代码YYViewController.m文件 1 // 2 // YYViewController.m 3 // 06-瀑布流 4 // 5 // Created by apple on 1...
分类:移动开发   时间:2014-07-29 21:11:44    阅读次数:582
面向对象(Object类-equals()))
import com.sun.xml.internal.ws.server.ServerRtException; /** * Object 是所有对象的直接或者间接父类。 * 该类中定义的肯定是所有对象都具备的功能 * Created by rabbit on 2014-07-29.博客园.刘朋程 ...
分类:其他好文   时间:2014-07-29 20:47:54    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!