码迷,mamicode.com
首页 >  
搜索关键字:school    ( 1239个结果
Spring-2-J Goblin Wars(SPOJ AMR11J)解题报告及测试数据
Goblin WarsTime Limit:432MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescriptionThe wizards and witches of Hogwarts School of Witchcraft found Prof...
分类:编程语言   时间:2015-03-05 22:14:11    阅读次数:366
整理一下学习Git的免费资料
>网上关于Git的资料非常多,下面罗列一些个人感觉比较好的学习资料。 ###在线学习 [Code School][1] ###在线文档 [git在线文档[简体中文]][2] 当然,还是推荐阅读英文版本。这官网访问起来有点慢,耐心等待 [git...
分类:其他好文   时间:2015-03-04 22:52:51    阅读次数:187
六百字读懂 Git(转)
add by zhj:还是原文六百字读懂 Git看着更舒服一些,显示更好原文:六百字读懂 Git英文原文:Git in 600 words译注:来自 Hacker School 的 Mary Rose Cook 最近实现了一个纯 JavaScript 写就的 Git:Gitlet,包括了 Git 核...
分类:其他好文   时间:2015-03-04 20:52:13    阅读次数:157
PAT:1080. Graduate Admission (30) 全错
#include#include#includeusing namespace std;struct Student{ int GE,GI,sum,rank,ID; int prefer[6];}STU[40066];struct School{ int want; //各学校招...
分类:其他好文   时间:2015-03-02 18:20:07    阅读次数:170
hdu2196Computer(树形dp)
A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N-1 new computers. Each new computer was connected to one of settled earlier. Ma...
分类:其他好文   时间:2015-02-26 10:03:12    阅读次数:162
hdu 2196 computer 树状dp
Computer Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3731    Accepted Submission(s): 1886 Problem Description A school bought the...
分类:其他好文   时间:2015-02-25 17:13:17    阅读次数:123
G - Train Problem I(模拟题)
Description As the new term comes, the Ignatius Train Station is very busy nowadays. A lot of student want to get back to school by train(because the trains in the Ignatius Train Station is the fas...
分类:其他好文   时间:2015-02-18 15:20:31    阅读次数:183
hdu1074---Doing Homework
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in t...
分类:其他好文   时间:2015-02-12 14:03:30    阅读次数:168
java.sql.SQLException:No suitable driver found for http://localhost:3306/school
1、错误描述 java.sql.SQLException:No suitable driver found for http://localhost:3306/school 2、错误原因 Class.forName("com.mysql.jdbc.Driver"); Connection conn = null; Statement stat = null; ResultSet ...
分类:数据库   时间:2015-02-11 21:58:19    阅读次数:237
优化MySchool数据库(二)
Java培训、Android培训、iOS培训、.Net培训、期待与您交流!优化School数据库(TSQL建库建表建约束)使用T_sql代码建库、建表、建约束:建库:Create database HotelManagerSystemon(---- 数据文件---)log on(---- 日志文件)...
分类:数据库   时间:2015-02-07 15:46:24    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!