class BookEnum : IEnumerator //实现foreach语句内部,并派生 { public Book[] _book; //实现数组 int position = -1;//设置“指针” public BookEnum(Bo...
分类:
编程语言 时间:
2015-05-05 23:24:27
阅读次数:
194
首先我们先来看下官方API对SurfaceView的介绍
SurfaceView的API介绍
Provides a dedicated drawing surface embedded inside of a view hierarchy. You can control the format of this surface and, if you like, its size; th...
分类:
移动开发 时间:
2015-05-05 16:38:38
阅读次数:
217
1 #include 2 int main() 3 { 4 int i,j,book[100],n; 5 printf("enter total numbers\t"); 6 scanf("%d",&n); 7 for(i=1;i<=n;i++) 8 { ...
分类:
编程语言 时间:
2015-05-04 23:32:08
阅读次数:
127
自学资料总结 实现的功能:Java实现Excel导入数据库,如果存在就更新数据库中的数据导入到Excel 1、添加jxl.jar mysql-connector-java.1.7-bin.jar包到项目的lib目录下2、Excel文件目录:D://book.xls3、数据库名:javenforex...
分类:
数据库 时间:
2015-05-04 15:05:10
阅读次数:
282
iOS开发指南:从零基础到App Store上架【国内第一本iOS架构设计图书,涵盖iOS平台架构设计、测试驱动开发、性能优化、版本控制和程序调试等内容 】http://book.2cto.com/201307/26992.html 试读地址
分类:
移动开发 时间:
2015-05-04 11:35:35
阅读次数:
187
5 月 2 日,今天,微软发布官方通告,正式确认收购以色列触屏技术公司N-trig 的触控笔技术。微软去年开始与N-trig 合作,由后者为其 Surface Pro 3 产品提供技术支持。 今年 2 月,路透社曾报道称,微软以至少 2 亿美元价格将N-trig 公司整体收购。不过最终,微软只收购....
分类:
其他好文 时间:
2015-05-03 23:17:16
阅读次数:
124
use TestCreate table Student(ID int identity(1,1) primary key,[Name] nvarchar(50) not null)Create Table Book(ID int identity(1,1) primary key,[Name] n...
分类:
其他好文 时间:
2015-05-03 17:13:08
阅读次数:
400
#include #include #define MAXTLEN 70#define MAXALEN 70#define MAXBKS 10struct book{ char title[MAXTLEN]; char author[MAXALEN]; fl...
分类:
编程语言 时间:
2015-05-01 17:20:04
阅读次数:
164
1.启明星预定系统book视频使用教程1.1 预定系统的基本使用 http://120.24.86.232/doc/book/1_basic_use/1.2 预定系统权限控制 http://120.24.86.232/doc/book/1_rights/1.3 邮件与outlook日历提醒配置 ht...
分类:
其他好文 时间:
2015-05-01 14:41:05
阅读次数:
339
Book.h@interface Book : NSObject{ NSString *_bookName; NSString *_bookAuthor; NSString *_bookPublicHouse; CGFloat _bookPrice;}#pragma mark 初始化方法-(...
分类:
其他好文 时间:
2015-04-30 20:07:01
阅读次数:
137