个人工具

“沙盒”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(未显示同一用户的34个中间版本)
第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. 
+
  
shell的基本操作。
+
[http://www.cnblogs.com/zhfblog/archive/2011/11/16/2251432.html json 2]
|-
+
| [[#Quoting|Quoting]]:
+
| How to remove the special meaning from characters.  
+
  
如何删除字符的特殊含义。
+
[http://www.json.org/ json org]
|-
+
| [[#Comments|Comments]]:
+
| How to specify comments.  
+
  
如何指定注释。
+
[https://github.com/ysharplanguage/FastJsonParser FastJsonParser]
|}
+
  
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.oracle.com/technetwork/articles/javase/servlets-jsp-140445.html j2ee best]
  
当shell读取输入时,它是按照一定顺序的操作来完成的。如果输入始于一个注释,则shell将忽略改行注释符号("#")及其后的字符。
+
[http://www.oracle.com/technetwork/java/javase/overview/index-jsp-142216.html java desktop application]
  
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.jvmhost.com/articles/remotely-debug-java-jsp-eclipse eclipse java debug]
  
其他方面,大约的说,shell读取输入并且把输入内容分成字(words)和操作符(operators),employing the quoting rules to select which meanings to assign various words and characters.  
+
[http://blog.csdn.net/zmhinzaghi/article/details/5966060 eclipse java debug]
  
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://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