1.sp_spaceused :sp_spaceused table_name---------------------------------------------------------------------------------------------name rows reserved...
分类:
数据库 时间:
2014-08-14 13:14:28
阅读次数:
333
VC6.0中的对齐方式:class X{
public: double a; float b; short c; char d;
};由于double占8Byte,float占4Byte,int占4Byte,short占2Byte,char占1Byte,在VC6.0中按照最大字节数进行对齐,size...
分类:
其他好文 时间:
2014-08-14 10:35:28
阅读次数:
212
制作引导页[3]第三种方法是将整个引导页写到一个controller中,是通用性最高的一种写法:)效果:源码:AppDelegate.m//// AppDelegate.m// Show//// Copyright (c) 2014年 Y.X. All rights reserved.//#i...
分类:
其他好文 时间:
2014-08-13 10:15:25
阅读次数:
221
个人写的一些样例://// ViewController.m// CABasicAnimationDemo//// Created by haotian on 14-6-13.// Copyright (c) 2014年 Baseus. All rights reserved.//#impo...
分类:
其他好文 时间:
2014-08-12 21:56:14
阅读次数:
401
//// FileInfo.m// MemoryManage//// Created by macos on 14-8-10.// Copyright (c) 2014年 macos. All rights reserved.//#import "FileDemo.h"@implementa...
分类:
其他好文 时间:
2014-08-10 21:09:50
阅读次数:
233
//// main.m// OCbasic1//// Created by apple on 14-8-5.// Copyright (c) 2014年 苹果IOS软件开发者. All rights reserved.//#import #import "Dog.h"int main(int arg...
分类:
其他好文 时间:
2014-08-10 12:57:40
阅读次数:
202
//// PJReflect.m// 新浪微博//// Created by pj on 14-8-8.// Copyright (c) 2014年 pj. All rights reserved.//#import "PJReflect.h"#import "PJFiled.h"#impo...
分类:
移动开发 时间:
2014-08-09 02:26:37
阅读次数:
291
//// ViewController.m// JapaneseDictionary//// Created by apple on 14-8-7.// Copyright (c) 2014年 苹果IOS软件开发者. All rights reserved.//#import "ViewContro...
分类:
其他好文 时间:
2014-08-09 00:01:26
阅读次数:
406
/* (程序头部凝视開始)* 程序的版权和版本号声明部分* Copyright (c) 2011, 烟台大学计算机学院学生 * All rights reserved.* 文件名: 学生成绩管理系统 * 作 者: 刘江波 * 完毕日期: 2012 年 6 月 23 日* 版 本 号: v.623 *...
分类:
编程语言 时间:
2014-08-07 18:04:30
阅读次数:
271
//// MyTableViewCell.m// MyTableCell//// Created by apple on 14-8-6.// Copyright (c) 2014年 apple. All rights reserved.//#import "MyTableViewCell.h...
分类:
其他好文 时间:
2014-08-06 22:49:22
阅读次数:
279