码迷,mamicode.com
首页 >  
搜索关键字:book    ( 4869个结果)
[POJ] 3461 Oulipo [KMP算法]
OulipoTime Limit:1000MSMemory Limit:65536KTotal Submissions:23667Accepted:9492DescriptionThe French author Georges Perec (1936–1982) once wrote a book...
分类:其他好文   时间:2014-08-19 10:53:34    阅读次数:230
学习ASP.NET MVC(七)——我的第一个ASP.NET MVC 查询页面
在本篇文章中,我将添加一个新的查询页面(SearchIndex),可以按书籍的种类或名称来进行查询。这个新页面的网址是/Book/ SearchIndex。该页面中用一个下拉框来显示种类,用一文本框让用户输入书籍的名称。当用户在点击“搜索”按钮之后,页面会跳转到一个新的页面,控制器会根据用户提交查询...
分类:Web程序   时间:2014-08-17 21:15:02    阅读次数:362
css 架构
css最近公司里刚好要搞一下css重构,把原来的css结构改掉,改成sass推荐的方式,然后看了下关于如何管理设计css架构。参考地址: http://smacss.com/book前面有讲过css的分离,看了这个以后感觉想法还是有点幼稚,css架构设计主要是为了后期开发的快捷便利,对于大型富应用网...
分类:Web程序   时间:2014-08-17 19:55:22    阅读次数:282
Dictionary subtraction
Finding the words from the book that are not in the word list from words.txt is a problem you might recognize as set subtraction; that is, we want to ...
分类:其他好文   时间:2014-08-17 18:16:02    阅读次数:259
数论F - Strange Way to Express Integers(不互素的的中国剩余定理)
F -Strange Way to Express IntegersTime Limit:1000MSMemory Limit:131072KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionElina is reading a book wr...
分类:其他好文   时间:2014-08-17 11:37:32    阅读次数:326
对象属性操作-ios
#import @class Author;@interface Books : NSObject{ @private NSString *color; int book_id; NSString *box; Author *author; NSArray *r...
分类:移动开发   时间:2014-08-17 03:48:31    阅读次数:226
One usage of recurison: the tower of Hanoi
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】   we have seen important examples of functions that are more n...
分类:其他好文   时间:2014-08-17 01:09:11    阅读次数:186
HDU 1686 Oulipo(KMP)
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote from the book: Tout avait...
分类:其他好文   时间:2014-08-16 19:50:11    阅读次数:239
導出到Excel
void clicked(){ #Excel HWND HWND; SysExcelApplication excel; SysExcelWorkbooks books; SysExcelWorkbook book; SysExcelWorksheets shee...
分类:其他好文   时间:2014-08-16 17:01:50    阅读次数:251
OBject copy 和retain区别
@interface Person : NSObject//retian : release 旧值,retain 新值@property(nonatomic,retain) Book *book;//copy:release旧值,copy 新值@property(nonatomic,retain) ...
分类:其他好文   时间:2014-08-16 16:20:50    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!