什么是json: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - Dece ...
分类:
编程语言 时间:
2018-07-21 14:32:25
阅读次数:
214
F. Group Projects time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output F. Group Projects time ...
分类:
其他好文 时间:
2018-07-21 12:01:49
阅读次数:
194
Your Linux server is running slow, so you follow standard procedure and run top. You see the CPU metrics: But what do all of those 2-letter abbreviati ...
分类:
系统相关 时间:
2018-07-20 00:17:52
阅读次数:
254
International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a" maps to ".-", "b" map ...
分类:
其他好文 时间:
2018-07-19 23:29:13
阅读次数:
302
首先,不知道大家在前面的例子中没有试着搜索文本串,就是在第二节,我们添加了很多文档。如果字段值是一个文本。你如果只搜索这个字段的某个单词,是不是发现搜不到? 这就是因为我们没有配置Analyzer,因此在搜索的时候会“全匹配”。可以从直观感觉上理解为SQL的 like和= 的区别。 通过前面这段引文 ...
分类:
其他好文 时间:
2018-07-19 16:06:01
阅读次数:
156
在我们日常的项目中,合理的使用宏定义,会大大减少我们的代码量,以及代码的可读性,为方便读者使用,总结如下: pragma mark - Application相关 /// /// @name Application /// #define APPLICATION [UIApplication sha ...
分类:
移动开发 时间:
2018-07-19 10:42:52
阅读次数:
194
Unable to read TLD "META-INF/c.tld" from JAR file CreationTime--2018年7月18日17点46分 Author:Marydon 1.情景描述 tomcat可以正常启动项目,但是却跑不起来,报错信息如下: Unable to read T ...
分类:
编程语言 时间:
2018-07-18 19:01:54
阅读次数:
128
报错码为以下内容,把自己走的坑贴出来,免得大家如同样的坑。以下解决方法仅供参考。 原因为Controller中的注解 @RequestMapping(value = "***",produces = {"text/html;charset = UTF-8;","application/json;"} ...
分类:
编程语言 时间:
2018-07-18 17:09:24
阅读次数:
243
C. Destroying Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given an arra ...
分类:
其他好文 时间:
2018-07-18 14:22:47
阅读次数:
284
android activity 启动模式 android 开发中,activity的启动模式有以下四种 standard singleTask singleInstance singleTop standard 标准启动模式,默认的,每次打开这个activity,都会创建一个新的实例添加到acit ...
分类:
移动开发 时间:
2018-07-18 14:17:34
阅读次数:
204