沙盒:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Jinzd留言 | 贡献
无编辑摘要
Jinzd留言 | 贡献
无编辑摘要
(未显示同一用户的23个中间版本)
第1行: 第1行:
3.1.1 Shell Operation
[http://www.oracle.com/technetwork/articles/java/json-1973242.html oracle json]


The following is a brief description of the shell’s operation when it reads and executes a command. Basically, the shell does the following:
[http://www.cnblogs.com/zhfblog/archive/2011/11/16/2251432.html json 2]


以下是当shell读取或执行一个命令时所进行操作的的一个简要描述,shell将做以下事情:
[http://www.json.org/ json org]


# Reads its input from a file (see [[#Shell Scripts|Shell Scripts]]), from a string supplied as an argument to the -c invocation option (see [[#Invoking Bash|Invoking Bash]]), or from the user’s terminal.
[https://github.com/ysharplanguage/FastJsonParser FastJsonParser]
#: 从文件读取它的输入(参看[[#Shell Scripts|Shell Scripts]]),从字符串参数以-c调用选项方式(参看[[#Invoking Bash|Invoking Bash]]),或者从用户终端。
 
# Breaks the input into words and operators, obeying the quoting rules described in [[#Quoting|Quoting]]. These tokens are separated by metacharacters. Alias expansion is performed by this step (see [[#Aliases|Aliases]]).
[http://www.oracle.com/technetwork/articles/javase/servlets-jsp-140445.html j2ee best]
# Parses the tokens into simple and compound commands (see [[#Shell Commands|Shell Commands]]).
 
# Performs the various shell expansions (see Shell Expansions), breaking the expanded tokens into lists of filenames (see Filename Expansion) and commands and arguments.
[http://www.oracle.com/technetwork/java/javase/overview/index-jsp-142216.html java desktop application]
# Performs any necessary redirections (see Redirections) and removes the redirection operators and their operands from the argument list.  
 
# Executes the command (see Executing Commands).  
[http://www.jvmhost.com/articles/remotely-debug-java-jsp-eclipse eclipse java debug]
# Optionally waits for the command to complete and collects its exit status (see Exit Status).
 
[http://blog.csdn.net/zmhinzaghi/article/details/5966060 eclipse java debug]
 
[https://www.quora.com/What-are-the-most-important-Java-concepts-a-fresher-should-master-in-order-to-compete-for-a-Java-interview-and-also-become-a-good-Java-developer-later java]
 
[http://www.infoq.com/cn/articles/golang-standard-library-part02 golang web]
 
[https://golang.org/doc/articles/wiki/ golang web 2]
 
[http://cdimage.ubuntu.com/ubuntu/daily-live/current/ 17.04]

2017年1月26日 (四) 13:11的版本