This is a beginner's course and one of the concepts that newcomers to Linux find different is the idea
of a file system in Linux. That is to say, the way data is stored and managed in Linux. Most us...
分类:
系统相关 时间:
2014-11-30 18:47:46
阅读次数:
180
Course
时间限制:1000 ms | 内存限制:65535 KB
【问题描述】
There is such a policy in Sichuan University that if you are not satisfied with the score of your course, you can study this course again to get a bette...
分类:
其他好文 时间:
2014-11-29 21:43:29
阅读次数:
312
描述
农民约翰的农场里有N座山峰(1
不幸的是,约翰刚刚得知税法在滑雪训练营方面有新变化,明年开始实施。在仔细阅读法律后,他发现如果滑雪训练营的最高和最低的山峰海拔高度差大于17就要收税。因此,如果他改变山峰的高度(使最高与最低的山峰海拔高度差不超过17),约翰可以避免支付税收。
如果改变一座山x单位的高度成本是x^2单位,约翰最少需要付多少钱?约翰只愿意改变整数单位的高度。...
分类:
其他好文 时间:
2014-11-27 10:47:18
阅读次数:
398
Buffer I/O error on device sr0, logical block 0I check today some old CDs, some of them were from ’90 so of course they didn’t work. With one of them ...
分类:
其他好文 时间:
2014-11-26 20:45:18
阅读次数:
247
SQL的基础的运用 /*
--1.学生表
Student(S,Sname,Sage,Ssex) --S 学生编号,Sname 学生姓名,Sage 出生年月,Ssex 学生性别
--2.课程表 Course(C,Cname,T) --C --课程编号,Cname 课程名称,T 教师编号
--3.教师表...
分类:
数据库 时间:
2014-11-24 22:21:08
阅读次数:
240
页面滚动时出现固定导航的效果,参考页面有http://v.thea.cn/course/info_358和v.thea.cn.参考代码如下:课程介绍课程大纲课程评论 免费试听 购买课程 js如下:$(window).scroll(function(){ var ...
分类:
其他好文 时间:
2014-11-24 11:31:23
阅读次数:
142
Are you a interested in taking a course with us? Learn about ourprogramsor contact us athello@zipfianacademy.com.There are plenty of articles anddiscu...
分类:
其他好文 时间:
2014-11-20 23:14:30
阅读次数:
271
有这么一个需求,将课程的成绩分成四个等级,为学生打A、B、C、D的绩效。
drop table course purge;
create table course
(
id number,
grade number
);
insert into course values(1,50);
insert into course values(2,55);
insert int...
分类:
数据库 时间:
2014-11-19 11:02:59
阅读次数:
302
创建学生表create table student(id int,name varchar(20),sex char(2),age int,dept varchar(30),primary key(id));创建课程表create table course(id int,name varchar(3...
分类:
数据库 时间:
2014-11-17 21:08:31
阅读次数:
220
here is a great website:Learn to program by Chris Pine. This article assumes readers are all programming nebys. Of course I'm not, I skiped a lot:)The...
分类:
其他好文 时间:
2014-11-13 23:46:53
阅读次数:
273