码迷,mamicode.com
首页 >  
搜索关键字:you are the one    ( 52546个结果
bootstrap
Bootstrap 101 Template Toggle navigation Brand Link Link Dropdown Action Another action Something else here Separated link One more separated link Sub...
分类:其他好文   时间:2014-06-12 18:58:06    阅读次数:398
SQL Server2005常用概念(created by one friend)
数据库(database):为特定目的或操作而组织和表示的信息、表和其他对象的集合。数据库管理系统(database management system):是一种操纵和管理数据库的大型软件,用于建立、使用和维护数据库数据库系统(database systems):是由数据库及其管理软件组成的系统数据...
分类:数据库   时间:2014-06-12 18:42:51    阅读次数:416
hdu 1075:What Are You Talking About(字典树,经典题)
What Are You Talking AboutTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 102400/204800 K (Java/Others)Total Submission(s): 12617Accepted Submiss...
分类:其他好文   时间:2014-06-12 18:15:48    阅读次数:218
SQL Server2005基础知识(created by one friend)
1 -- 创建表book的Transact-SQL语句: 2 create database test01 3 create table test01.dbo.book( 4 book_id nchar(6) not null, 5 book_name nchar(30) null, ...
分类:数据库   时间:2014-06-12 18:13:07    阅读次数:640
[leetcode]Jump Game @ Python
原题地址:https://oj.leetcode.com/problems/jump-game/题意:Given an array of non-negative integers, you are initially positioned at the first index of the arr...
分类:编程语言   时间:2014-06-12 18:04:54    阅读次数:540
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!