摘要: 课程:https://coding.imooc.com/class/chapter/150.html 第一章:介绍 第二章:知识储备 React开发环境 1.安装Nodejs 2.安装Visual Studio Code 安装create-react-app全局库,这是官方开发的一个react脚手架 阅读全文
posted @ 2018-11-15 15:23 WesChan 阅读(378) 评论(0) 推荐(0)
摘要: 来源:https://www.youtube.com/watch?v=WmJpHHmOKM8 教程:https://www.youtube.com/watch?v=GiUo88TGebs Breaking Down Bridging in React Native by Peggy Rayzis o 阅读全文
posted @ 2018-11-15 15:22 WesChan 阅读(4617) 评论(0) 推荐(0)
摘要: 1.主题设置,可以选择白色主题及黑色主题 2.代码字体大小 3.生成新的主题 主题命名 4.加入代码时,自动引用库 5.合作菜单生成菜码 6.命名空间设置 字段设置为大写,静态字段设置为小写 SDK设置 模拟器 目前Intel的CPU支持硬件加速,如果将Android Studio安装在Intel 阅读全文
posted @ 2018-11-15 15:21 WesChan 阅读(1024) 评论(0) 推荐(0)
摘要: 当Android应用程序被暂时放到了后台,或者又重新回到前台,是否有相应的事件可以处理到? 例如,当你的应用暂时放到了后台,是否应该做出一些操作,暂时保存界面上的数据? 可以参考:https://github.com/wix/react-native-navigation/issues/839 官方 阅读全文
posted @ 2018-11-15 15:20 WesChan 阅读(2823) 评论(0) 推荐(0)
摘要: React Native Native Modules,官方地址:https://facebook.github.io/react-native/docs/native-modules-android.html 第一步:使用Android Studio在项目中增加两个Class TestReactM 阅读全文
posted @ 2018-11-15 15:19 WesChan 阅读(1512) 评论(0) 推荐(0)
摘要: 项目地址:https://github.com/danielstjules/jsinspect 1.安装jsinspect 2.进入至项目目录 3.执行扫描 用法 阅读全文
posted @ 2018-11-15 15:17 WesChan 阅读(691) 评论(0) 推荐(0)
摘要: 参考github地址:https://github.com/jboss-dockerfiles/keycloak 首先使用git 下载该项目 使用docker-compose运行项目,需要进入至docker-compose-examples文件夹 在本地打开http://localhost:8080 阅读全文
posted @ 2018-11-15 15:13 WesChan 阅读(911) 评论(0) 推荐(0)