今天自己写的一条SQL语句,用到了表连接和临时表,语法供自己以后参考。SELECT us.school_name 学校名称, CONCAT( ug.grade_name, uc.classes_name ) 年级班级, uu.user_id 用户I...
分类:
其他好文 时间:
2015-03-09 14:20:04
阅读次数:
131
#include#include#includeusing namespace std;struct Student{ int GE,GI,sum,rank,ID; int prefer[6];}STU[40066];struct School{ int want; //各学校招...
分类:
其他好文 时间:
2015-03-07 16:57:51
阅读次数:
134
1.创建数据库create database school;2.使用数据库Use school;3.创建用户create user jame@localhost identified by 'jame';4.授权用户(注意这里是用了*哦,可以自己讲school也替换成*号)grant select,...
分类:
数据库 时间:
2015-03-06 20:34:35
阅读次数:
154
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的资料非常多,下面罗列一些个人感觉比较好的学习资料。 ###在线学习 [Code School][1] ###在线文档 [git在线文档[简体中文]][2] 当然,还是推荐阅读英文版本。这官网访问起来有点慢,耐心等待 [git...
分类:
其他好文 时间:
2015-03-04 22:52:51
阅读次数:
187
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
#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
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
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
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