个人工具

“沙盒”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(未显示同一用户的36个中间版本)
第1行: 第1行:
{| style="border: none" width="100%"
+
[http://www.oracle.com/technetwork/articles/java/json-1973242.html oracle json]
|-
+
| width="120px" | [[#Shell Operation|Shell Operation]]:
+
| The basic operation of the shell.
+
|-
+
| [[#Quoting|Quoting]]:
+
| How to remove the special meaning from characters.  
+
|-
+
| [[#Comments|Comments]]:
+
| How to specify comments.
+
|}
+
  
When the shell reads input, it proceeds through a sequence of operations. If the input indicates the beginning of a comment, the shell ignores the comment symbol (‘#’), and the rest of that line.  
+
[http://www.cnblogs.com/zhfblog/archive/2011/11/16/2251432.html json 2]
  
Otherwise, roughly speaking, the shell reads its input and divides the input into words and operators, employing the quoting rules to select which meanings to assign various words and characters.  
+
[http://www.json.org/ json org]
  
The shell then parses these tokens into commands and other constructs, removes the special meaning of certain words or characters, expands others, redirects input and output as needed, executes the specified command, waits for the command’s exit status, and makes that exit status available for further inspection or processing.
+
[https://github.com/ysharplanguage/FastJsonParser FastJsonParser]
 +
 
 +
[http://www.oracle.com/technetwork/articles/javase/servlets-jsp-140445.html j2ee best]
 +
 
 +
[http://www.oracle.com/technetwork/java/javase/overview/index-jsp-142216.html java desktop application]
 +
 
 +
[http://www.jvmhost.com/articles/remotely-debug-java-jsp-eclipse eclipse java debug]
 +
 
 +
[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的版本

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