vi test语句实现的功能说法准确的是( )。
A: 创建名为test的文件
B: 打开名为test的文件
C: 如果test不存在就创建,如果存在就打开
D: 以上都不对
A: 创建名为test的文件
B: 打开名为test的文件
C: 如果test不存在就创建,如果存在就打开
D: 以上都不对
举一反三
- 下列创建名为'test'的数据库的语句正确的是? A: create database 'test' B: CREATE DATABASE test C: create database test; D: create database 'test';
- 如果想在当前目录下创建一个test 文件,可以用()命令。 A: mkdir test B: rm test C: ls test D: touch test
- 创建名为test数据库的MYSQL命令是( ) A: drop database test B: create database test C: create test D: show test
- 在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是() A: <a href="test"></a> B: <a href="#test"></a> C: <a name="test"></a> D: <a name="#test"></a>
- ●在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是(70)。 A: <ahref=”test”></a> B: <ahref=”#test”></a> C: <aname=”test”></a> D: <aname=”#test”></a>