晴明的博客园 GitHub      CodePen      CodeWars     
摘要: 笛卡尓积(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) 编辑