上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: Ant Design是阿里巴巴为React做出的组件库,有统一的样式及一致的用户体验 官网地址:https://ant.design 1.安装: 2.引用: 3.安装组件 4.按需加载Ant Design,在.babelrc文件中增加以下内容,即可进行按需加载 参考地址:https://ant.de 阅读全文
posted @ 2018-07-30 16:10 WesChan 阅读(8837) 评论(0) 推荐(0)
摘要: 官网地址:https://socketcluster.io/ SocketCluster的组成部分,即运行一个SocketCluster服务器,它在服务器生成的进程 1.主进程(Server.js)一切开始的地方,可以设置参数,并会调用Workers和Brokers 2.Workers:在worke 阅读全文
posted @ 2018-06-14 17:17 WesChan 阅读(1454) 评论(0) 推荐(0)
摘要: react官网地址:http://facebook.github.io/react/ webpack官网地址:http://webpack.js.org/ 英文 https://www.webpackjs.com/ 中文 参考资料: React 入门实例教程-阮一峰 webpack的学习 学习列表: 阅读全文
posted @ 2018-06-06 14:49 WesChan 阅读(175) 评论(0) 推荐(0)
摘要: 来源地址:https://www.youtube.com/watch?v=o3A9EvMspig Saga的基本写法 takeEvery与takeLatest的区别 takeEvery是指响应每一个请求 takeLatest是指响应最后一个请求 修饰词 阅读全文
posted @ 2018-05-10 11:19 WesChan 阅读(273) 评论(0) 推荐(0)
摘要: 一直在使用Power BI连接至MongoDB中,但效果一直不是太理想,今天使用另一种方法,将MongoDB中的数据通过Azure Data Factory转入Amazon Redshift中,而在Power BI中直接连接至Amazon Redshift,通过该过程的记录,掌握到Power BI的 阅读全文
posted @ 2018-05-10 11:18 WesChan 阅读(991) 评论(0) 推荐(0)
摘要: 我需要使用Power BI连接至Connector For BI ,现在Connect For BI存放在Mongo Atlas中,详细的来自于官方文档,https://docs.atlas.mongodb.com/tutorial/connect-bic-excel/ 前提条件(1):安装mong 阅读全文
posted @ 2018-05-10 11:18 WesChan 阅读(554) 评论(0) 推荐(0)
摘要: redux-logger地址:https://github.com/evgenyrodionov/redux-logger 目前Reac native项目中已经使用redux功能,异步中间件使用redux saga,但在处理时,也需要增加redux打印日志的功能,所以需要增加redux-logger 阅读全文
posted @ 2018-05-10 11:17 WesChan 阅读(1183) 评论(0) 推荐(0)
摘要: --python switch to point to Python >= v2.5.0 & < 3.0.0. python版本有要求 yarn config set python C:\Python27\python.exe 装了2.7 设置一下 就可以了 --python switch to p 阅读全文
posted @ 2018-05-10 11:13 WesChan 阅读(11820) 评论(0) 推荐(0)
摘要: 参考地址:https://www.jianshu.com/p/935e5c6a5064 官方文档地址:https://facebook.github.io/react-native/docs/panresponder.html 官方翻译地址:https://reactnative.cn/docs/0 阅读全文
posted @ 2018-05-10 11:01 WesChan 阅读(1260) 评论(0) 推荐(0)
摘要: 官网地址:https://www.mongodb.com/products/bi-connector 它目前包含两个组件: 安装 安装包下载地址:https://www.mongodb.com/download-center#bi-connector,可以下载不同系统平台的安装包 windows: 阅读全文
posted @ 2018-04-17 12:01 WesChan 阅读(3591) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页