个人工具

“沙盒”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(未显示同一用户的41个中间版本)
第1行: 第1行:
Bash is an acronym for ‘Bourne-Again SHell’. The Bourne shell is the traditional Unix shell originally written by Stephen Bourne. All of the Bourne shell builtin commands are available in Bash, The rules for evaluation and quoting are taken from the POSIX specification for the ‘standard’ Unix shell.  
+
[http://www.oracle.com/technetwork/articles/java/json-1973242.html oracle json]
  
Bash是‘Bourne-Again SHell’的首字母缩写。Bourne shell是传统Unix shell,它诞生之初是有Stephen Bourne写就的。所有Bourne shell的内置命令在Bash中都是可用的,其评估和引用规则取自POSIX规范的Unix shell ‘standard’。
+
[http://www.cnblogs.com/zhfblog/archive/2011/11/16/2251432.html json 2]
  
This chapter briefly summarizes the shell’s ‘building blocks’: commands, control structures, shell functions, shell ''parameters'', shell expansions, ''redirections'', which are a way to direct input and output from and to named files, and how the shell executes commands.
+
[http://www.json.org/ json org]
  
{| style="border: none" width="100%"
+
[https://github.com/ysharplanguage/FastJsonParser FastJsonParser]
|-
+
 
| width="200px" | [[#Shell Syntax|Shell Syntax]]:
+
[http://www.oracle.com/technetwork/articles/javase/servlets-jsp-140445.html j2ee best]
| What your input means to the shell.
+
 
|-
+
[http://www.oracle.com/technetwork/java/javase/overview/index-jsp-142216.html java desktop application]
| [[#Shell Commands|Shell Commands]]:
+
 
| The types of commands you can use.  
+
[http://www.jvmhost.com/articles/remotely-debug-java-jsp-eclipse eclipse java debug]
|-
+
 
| [[#Shell Functions|Shell Functions]]:
+
[http://blog.csdn.net/zmhinzaghi/article/details/5966060 eclipse java debug]
| Grouping commands by name.  
+
 
|-
+
[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]
| [[#Shell Parameters|Shell Parameters]]:
+
 
| How the shell stores values.  
+
[http://www.infoq.com/cn/articles/golang-standard-library-part02 golang web]
|-
+
 
| [[#Shell Expansions|Shell Expansions]]:
+
[https://golang.org/doc/articles/wiki/ golang web 2]
| How Bash expands parameters and the various expansions available.  
+
 
|-
+
[http://cdimage.ubuntu.com/ubuntu/daily-live/current/ 17.04]
| [[#Redirections|Redirections]]:
+
| A way to control where input and output go.  
+
|-
+
| [[#Executing Commands|Executing Commands]]:
+
| What happens when you run a command.  
+
|-
+
| [[#Shell Scripts|Shell Scripts]]:
+
| Executing files of shell commands.
+
|}
+

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

oracle json

json 2

json org

FastJsonParser

j2ee best

java desktop application

eclipse java debug

eclipse java debug

java

golang web

golang web 2

17.04