一、题目简介:图书管理系统二、结对分工及过程:孙雪媛负责Reader类、Student类、Teacher类、Test类、User类、Book类的查找、编写和修改。胡少慧负责Borrow类、book-main类、bookManagermain类、Borrow-main类的查找、编写和修改。三、代码地址...
分类:
其他好文 时间:
2015-05-09 14:45:47
阅读次数:
158
insert into Book ( ISBN , Price , Shelf ,archivedAt)selectISBN , Price , Shelf , getdate() from( merge book as b usingWeeklyChange as wc on b.ISBN=...
分类:
其他好文 时间:
2015-05-09 13:18:56
阅读次数:
122
创建class Book.h 有@ property float price; //@synthesize 自动------------创建class Student#import "Book.h".h 有@property int age;@property Book *book; //@s...
分类:
其他好文 时间:
2015-05-08 12:22:27
阅读次数:
111
1.创建maven项目:pom.xml: 4.0.0 storm.book Getting-Started 0.0.1-SNAPSHOT org.apache.maven.plugins maven-compiler-plugin ...
分类:
其他好文 时间:
2015-05-08 01:43:12
阅读次数:
262
Problem Description
Ignatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a history book of Mars and a dictionary when it leave...
分类:
其他好文 时间:
2015-05-07 22:14:03
阅读次数:
153
本文来自http://blog.csdn.net/hellogv/ ,引用必须注明出处! 上次介绍MediaPlayer的时候略微介绍了SurfaceView,SurfaceView因为能够直接从内存或者DMA等硬件接口取得图像数据,因此是个非常重要的画图容器,这次我就用两篇文章来介绍Surface...
分类:
移动开发 时间:
2015-05-06 17:19:06
阅读次数:
163
注意:学习前请先配置好Git客户端相关文章:Git客户端图文详解如何安装配置GitHub操作流程攻略官方中文手册:http://git-scm.com/book/zhGIT 学习手册简介本站为 Git 学习参考手册。目的是为学习与记忆 Git 使用中最重要、最普遍的命令提供快速翻阅。 这些命令以你可...
分类:
其他好文 时间:
2015-05-06 09:09:46
阅读次数:
197
直接模拟过程就好了,维护数列的话用平衡树即可注意要使用外部指针指向每个数出现的地方,否则没办法直接查找到 1 /************************************************************** 2 Problem: 1861 3 Us...
分类:
其他好文 时间:
2015-05-05 23:32:31
阅读次数:
162