#1.简单数据类型 ##1.1number - 定义:整数和小数 - 大于`2**2014`显示无穷大 - 小于`-2**2014`显示无穷小 - `NaN`表示非数字,但它属于number类型 - 所有涉及到NaN的操作结果都是NaN - NaN跟任何数据都不相等包括它自己 ##1.2string ...
分类:
Web程序 时间:
2018-05-20 22:21:23
阅读次数:
224
第 5 章 控制器测试 5.1基础 rails generate rspec:controller home RSpec.describe HomeController, type: :controller do describe '#index' do it "responds successfu ...
分类:
其他好文 时间:
2018-05-18 14:09:25
阅读次数:
192
154down votefavorite 27 154down votefavorite 27 27 I am trying to do a simple JSON return but I am having issues I have the following below. public Js ...
分类:
Web程序 时间:
2018-05-17 13:34:48
阅读次数:
242
The weather is fine today and hence it's high time to climb the nearby pine and enjoy the landscape. The pine's trunk includes several branches, locat ...
分类:
其他好文 时间:
2018-05-15 20:56:40
阅读次数:
185
一、快速准备 SSM 框架即 Spring 框架、SpringMVC 框架、MyBatis 框架,关于这几个框架的基础和入门程序,我前面已经写过几篇文章作为基础和入门介绍了。对于这 3 个框架还不熟悉的同学,可以参考一下几篇文章: "【SSH框架】之Spring系列(一)" "Spring框架系列( ...
分类:
其他好文 时间:
2018-05-13 00:36:05
阅读次数:
217
http://acm.hdu.edu.cn/showproblem.php?pid=1534 Schedule Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
分类:
其他好文 时间:
2018-05-12 12:41:57
阅读次数:
152
概述 mqtt客户端有很多java实现,官网上列出了下面这些: Eclipse Paho Java Xenqtt Includes a client library, mock broker for unit/integration testing, and applications to supp ...
分类:
编程语言 时间:
2018-05-09 19:43:05
阅读次数:
587
1.idea类注释 打开:file >setting >Editor >Filr and Code Templates >Includes >File Header 类注释模板: / @T ...
分类:
其他好文 时间:
2018-05-09 14:58:13
阅读次数:
1188
字符串的拓展 1.ES6为字符串添加了遍历器接口,因此可以使用for...of循环遍历字符串 2.字符串新增的 includes()、startsWith()、endsWidth() 三个方法用于判断某一字符串是否包含于另一字符串 includes():返回布尔值,表示源字符串中是否包含参数字符串。 ...
分类:
其他好文 时间:
2018-05-09 14:36:34
阅读次数:
191
学校标志 GUO Zhijun Département: CIMES Rapport de stage Université Pierre et Marie Curie CIMES, M2 Tuteur d’école: Monsieur Pascal Vincent Mail: vincentp@ ...
分类:
其他好文 时间:
2018-05-08 19:23:52
阅读次数:
172