A sequence of number is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the ...
分类:
编程语言 时间:
2019-03-13 16:53:39
阅读次数:
231
redux: http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html https://baike.baidu.com/item/redux/20404237 https://www.redux ...
分类:
其他好文 时间:
2019-03-12 21:23:40
阅读次数:
168
原文: Hurry up! A:Can you make the tea,Sam? B:Yes,of course I can ,Penny. Is there any water in this kettle? A:Yes ,there is. B:Where is the tea? A:It's ...
分类:
其他好文 时间:
2019-03-11 15:01:08
阅读次数:
191
微信小游戏中,用 THREE.JSONLoader 直接加载本地的 json 文件,报错。 解决:把 json 文件放到服务器上,通过 url 来访问。 临时测试的话,在本地起一个 http 服务器 python m SimpleHTTPServer 8080,然后通过 http://localho ...
分类:
微信 时间:
2019-03-09 15:32:21
阅读次数:
278
传送门:点我 A. Lengthening Sticks time limit per test 1 second You are given three sticks with positive integer lengths of a,?b, and c centimeters. You can ...
分类:
其他好文 时间:
2019-03-09 11:37:18
阅读次数:
188
You are given a string representing an attendance record for a student. The record only contains the following three characters: 'A' : Absent. 'L' : L ...
分类:
其他好文 时间:
2019-03-08 12:44:22
阅读次数:
177
Calculate a+b and output the sum in standard format that is, the digits must be separated into groups of three by commas (unless there are less than f ...
分类:
其他好文 时间:
2019-03-06 19:20:27
阅读次数:
125
Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha ...
分类:
其他好文 时间:
2019-03-05 21:35:29
阅读次数:
174
使用markdown时,一向不敢使用多级列表,因为多级列表容易出错。而实际上,只需要缩进两个空格就可以实现嵌套了。 plain four里面可以加代码片段,需要注意,代码块的开头 都需要缩进。 显示如下: one 这个是one的内容 two 这个是two的内容 three four 这个是four的 ...
分类:
其他好文 时间:
2019-03-03 09:51:38
阅读次数:
159
客户端,发送指定的访问地址获取(或上传)服务器资源(文件等信息) 使用HTTP协议的通信 HyperText Transfer Protocol 超文本传输协议。而协议是指规定的约定。Web是建立在Http协议上通信的。 now 提出的 three kinds of WWW 构建 technolia ...
分类:
Web程序 时间:
2019-03-02 18:46:30
阅读次数:
146