晴明的博客园 GitHub      CodePen      CodeWars     
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页
摘要: Creates a Redux [store] that holds the complete state tree of your app. There should only be a single store in your app. Arguments 1. (Function) : A [ 阅读全文
posted @ 2016-08-09 14:37 晴明桑 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 笛卡尓积(Cartesian product) 在数学中,两个集合X和Y的笛卡尓积,又称直积,表示为X × Y,第一个对象是X的成员而第二个对象是Y的所有可能有序对的其中一个成员。 假设集合A={a, b},集合B={0, 1, 2},则两个集合的笛卡尔积为{(a, 0), (a, 1), (a, 阅读全文
posted @ 2016-08-05 14:52 晴明桑 阅读(365) 评论(0) 推荐(0) 编辑
摘要: react router `` Primary component of React Router. It keeps your UI and the URL in sync. Props children (required) One or many s or PlainRoutes. When 阅读全文
posted @ 2016-08-05 14:48 晴明桑 阅读(805) 评论(0) 推荐(0) 编辑
摘要: # #todo every some #es7 新特性 Array.prototype.includes(value:任意值): boolean如果传入的值在当前数组(this)中则返回 true,否则返回 false: 阅读全文
posted @ 2016-08-03 14:02 晴明桑 阅读(413) 评论(0) 推荐(0) 编辑
摘要: # 进程(process)和线程(thread)是操作系统的基本概念,但是它们比较抽象,不容易掌握。计算机的核心是CPU,它承担了所有的计算任务。单个CPU一次只能运行一个任务。任一时刻,CPU总是运行一个进程,其他进程处于非运行状态。一个进程可以包括多个线程。一个进程的内存空间是共享的,每个线程都 阅读全文
posted @ 2016-08-01 11:52 晴明桑 阅读(169) 评论(0) 推荐(0) 编辑
摘要: ``` ipconfig/flushdns ``` # 一些常用的公共DNS 阿里 DNS:223.5.5.5, 223.6.6.6Google DNS:8.8.8.8, 8.8.4.4Norton DNS:198.153.192.1, 198.153.194.1OpenDNS:208.67.222 阅读全文
posted @ 2016-07-20 13:33 晴明桑 阅读(216) 评论(0) 推荐(0) 编辑
摘要: # Content-Type MediaType,即是Internet Media Type,互联网媒体类型; 也叫做MIME类型,在Http协议消息头中,使用Content-Type来表示具体请求中的媒体类型信息。 类型格式:type/subtype(;parameter)? type 主类型,任 阅读全文
posted @ 2016-07-14 10:25 晴明桑 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 标题标题是每篇文章都需要也是最常用的格式,在 Markdown 中,如果一段文字被定义为标题,只要在这段文字前加 # 号即可。 # 1. 一级标题 ## 1.1 二级标题 ### 1.1.1 三级标题 列表在 Markdown 下,列表的显示只需要在文字前加上 - 或 + 或 * 即可变为无序列表, 阅读全文
posted @ 2016-07-12 00:53 晴明桑 阅读(144) 评论(0) 推荐(0) 编辑
摘要: URI URI规范 不要用大写 单词间使用下划线'_' 不使用动词,资源要使用名词复数形式,如:user、rooms、tickets 层级 = 三层,则使用'?'带参数 ``users/1/address/2/citys (bad) /citys?users=1&address=2; (good) 阅读全文
posted @ 2016-07-12 00:39 晴明桑 阅读(225) 评论(0) 推荐(0) 编辑
摘要: # webtorm ctrl + f: 查找 ctrl + r: 替换ctrl + shift + f: 项目内查找 ctrl + shift + r: 项目内替换 ctrl + alt + T: 围绕包裹代码ctrl + x: 剪切(删除)行,不选中,直接剪切整个行,如果选中部分内容则剪切选中的内 阅读全文
posted @ 2016-07-08 10:35 晴明桑 阅读(132) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页