个人工具

“沙盒”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(未显示同一用户的14个中间版本)
第1行: 第1行:
3.1.2
+
[http://www.oracle.com/technetwork/articles/java/json-1973242.html oracle json]
  
* [[#Escape Character|Escape Character]]:   How to remove the special meaning from a single character.
+
[http://www.cnblogs.com/zhfblog/archive/2011/11/16/2251432.html json 2]
* [[#Single Quotes|Single Quotes]]:    How to inhibit all interpretation of a sequence of characters.
+
* [[#Double Quotes|Double Quotes]]:    How to suppress most of the interpretation of a sequence of characters.
+
* [[#ANSI-C Quoting|Double Quotes]]:    How to expand ANSI-C sequences in quoted strings. 
+
* [[#Locale Translation|Locale Translation]]:    How to translate strings into different languages. 
+
  
Quoting is used to remove the special meaning of certain characters or words to the shell. Quoting can be used to disable special treatment for special characters, to prevent reserved words from being recognized as such, and to prevent parameter expansion.  
+
[http://www.json.org/ json org]
  
Each of the shell metacharacters (see [[#Definitions|Definitions]]) has special meaning to the shell and must be quoted if it is to represent itself. When the command history expansion facilities are being used (see History Interaction), the history expansion character, usually ‘!’, must be quoted to prevent history expansion. See Bash History Facilities, for more details concerning history expansion.
+
[https://github.com/ysharplanguage/FastJsonParser FastJsonParser]
  
There are three quoting mechanisms: the escape character, single quotes, and double quotes.
+
[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