代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/312516/13610736
txt linux_exercise.txt
练习步骤:
1. 创建用户 student,并将密码设置为 1234;
2. 在 /root 目录下创建 test 子目录,
将 test 目录的属主换为 student.student,
查找 ifcfg-eth0 文件并将其拷贝到 test 目录;
3. 将 /root/Desktop 目录做成 tar.gz 的包 Desktop.tar.gz,
将
www.eeworm.com/read/312516/13610752
txt vi_exercise.txt
vi 使用练习
1.实验目的
通过指定指令的Vi操作练习,使读者能够熟练使用Vi中的常见操作,并且熟悉Vi的三种模式。
如果读者能够熟练掌握实验内容中所要求的内容,则表明对Vi的操作已经很熟练了。
2.实验内容
( 1)在“/root”目录下建一个名为“/vi”的目录。
( 2)进入“/vi”目录。
( 3)将文件“/etc/inittab”复制到“/vi”目录下。 ...
www.eeworm.com/read/308995/13684432
cpp string_exercise.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/308995/13684439
cpp cstring_exercise.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/308802/13691676
sql exercise2.sql
1.
select t.name,t.year
from title t,author a
where t.callnumber=a.callnumber
and a.lname='Churchill';
2.
select distinct t.name
from title t,book b,member m
where t.callnumber=b.callnumber
www.eeworm.com/read/306162/13751411
rar exercise2.rar
www.eeworm.com/read/306162/13751412