1. EOF character is not detected when typingline of text first?
没有检测到在打字行文本的第一E OF字符?
来自互联网
2. In word processing, a feature which causes the typing position or display pointer to be moved to the corresponding character position of the following typingline.
在字(词)处理技术中,能使打印位置或显示指针移到下一打印行的相应字符位置的一种特性。
来自互联网
3. Learn how a system administrator can better spend their time in other ways than by typing endless commands from the command line.
了解系统管理员如何更好地利用他们的时间,而不是把时间浪费在从命令行键入无休止的命令。
来自互联网
4. When typing commands on a command line, it's just like typing them into a script, and then executing the script.
在命令行上键入命令时,就像将它们输入到脚本中,然后执行脚本。
来自互联网
5. Typing 'list main' will print the source listing starting around the main function and pressing return again will reveal the wib function call is on line 21.
6. You can solve this problem by typing sync on the command line, forcing any cached data to be immediately written to the device, but this won't solve the unmountable problem.
7. If you do this sort of thing often, you probably want to create a small shell script to automate this process just in case you have problems typing the Perl substitution command in the second line.
8. After making sure that Vector is properly imported, begin the next line again by typing names.
在确信正确导入Vector之后,再通过键入名称开始下一行。
来自互联网
9. I credit my typing skills to many many hours of talking on line. Unfortunately, as my typing speed increased, everything else went out the window.
我的打字技能应归功于很多很多小时的网上聊天。
来自互联网
10. You can reset the statistics counts by typing net statistics /reset on the command line.
通过在命令行中键入netstatistics /reset,您可以重置统计计数。
来自互联网
11. You can easily achieve this on the command line by typing and executing the following.
按照下面的步骤,您可以很容易的在命令行上做到这点。
来自互联网
12. You can do this from most desktops with a right-click, or you can do the same thing on the command line by typing tar XVF filename.tar.gz, but there's no need for newbies to know this.
14. You can avoid this mistake by copying and pasting or by typing in each line individually where you see &&.
你可以通过拷贝和粘贴或者在你看见&&时单独地输入每一行。
来自互联网
15. He dropped a whole line in typing.
他打字时漏了整整一行。
来自互联网
16. You can accomplish almost anything by typing things out, and command-line tools will often provide an unprecedented degree of control over how they can be run.
可以通过输入内容实现几乎所有功能,而且命令行工具对于它们的运行方式通常能够提供极好的控制。
来自互联网
17. This means no more re-typing the password as you would normally do on the command line.
这意味着不需要像平时一样在命令行上重复输入密码。
来自互联网
18. Having the script in one place is a lot more convenient than typing something like that on the command line over and over — and you can refer to it later, or mail someone a copy of it.
19. Start the scala interpreter by typing scala and the return key on your command line.
我们可以通过在命令行输入scala,回车,来启动scala解释器。
来自互联网
20. Use ant to build the app by typing ant at a command-line prompt.
在命令行提示符下键入ant,从而使用ant构建应用程序。
来自互联网
21. When the user is typing a command on the command line-that is, the shell he or she is using-the user only sees stdin, or standard in-that is, input that the user or a program provides.
22. Visual Studio will automatically display the summary details, as well as provide in-line help when typing the parameter values.
VisualStudio会自动显示摘要的细节,以及在健入参数值时提供行内的帮助。
来自互联网
23. Generate an SSL certificate and private key by typing the following (as a single line) as root.
以root用户的身份键入以下内容(作为一行),生成一个SSL证书和私匙。
来自互联网
24. You can view this list by typing cat /proc/filesystems at the command line.
在命令行上输入cat /proc/filesystems,就可以查看这个列表。
来自互联网
25. You will now start up monodevelop from the BSD command line by simply typing monodevelop.
您现在只要在BSD命令行输入monodevelop 就可以启动 monodevelop。
来自互联网
26. You can think of an alias as a nickname for a command line. Instead of typing.
您可以把别名看作是一个命令行的缩写。
来自互联网
27. Note that here, you're typing interactively at the shell prompt; at each >, you type the next line of your interactive shell script.
注意,这里在shell提示下交互地输入;在每个 > 后面,输入交互式 shell 脚本的下一行。
来自互联网
28. Begin by typing the command shown in the first line of Listing 4 (using the nweb process ID displayed above).
输入清单4第一行所示的命令作为开始,其中使用了前面显示的nweb的进程ID。
来自互联网
29. Try this and then clear the breakpoint again, either by typing clear 14 in the GUD buffer or by leaving the cursor on line 14 and clicking on the Go button in the toolbar.