2017年12月10日

react native tsx

摘要: typescript cli2.0.1 阅读全文

posted @ 2017-12-10 23:52 前路亦是故乡 阅读(577) 评论(0) 推荐(0) 编辑

2017年11月28日

webpack详细使用方法总结

摘要: webpack.config.js devtool:https://webpack.js.org/configuration/devtool/#devtool 阅读全文

posted @ 2017-11-28 16:34 前路亦是故乡 阅读(114) 评论(0) 推荐(0) 编辑

2017年11月21日

typescript

摘要: typescript node入门参考 https://segmentfault.com/a/1190000007574276 typescript vue入门参考 https://segmentfault.com/a/1190000011853167 全局安装typescript最近版本,tsc 阅读全文

posted @ 2017-11-21 17:31 前路亦是故乡 阅读(268) 评论(0) 推荐(0) 编辑

2017年11月10日

android

摘要: dpi dpi =√(horizontal²+vertical²)/diagonal 屏幕分辨率(px) 屏幕大小(英寸) 2017/11/10 01:07 明天继续看 ijkplayer 介绍http://blog.csdn.net/u010987039/article/details/52301 阅读全文

posted @ 2017-11-10 01:07 前路亦是故乡 阅读(141) 评论(0) 推荐(0) 编辑

2017年11月9日

nodejs

摘要: ubuntu16.04安装 阅读全文

posted @ 2017-11-09 15:11 前路亦是故乡 阅读(158) 评论(0) 推荐(0) 编辑

2017年11月8日

android h5互调

摘要: 问题:webview中获取不到cookie,需要调用方法同步cookie 阅读全文

posted @ 2017-11-08 19:54 前路亦是故乡 阅读(246) 评论(0) 推荐(0) 编辑

nginx pm2

摘要: https://linux.cn/article-8494-1.html 所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下 程序文件在/usr/sbin/nginx 日志放在了/var/log/nginx中 并已经在/etc 阅读全文

posted @ 2017-11-08 14:03 前路亦是故乡 阅读(625) 评论(0) 推荐(0) 编辑

2017年11月2日

react-navigation

摘要: TabNavigator的使用 定义一个整体的tab属性 import {TabNavigator,StackNavigator,TabBarBottom} from 'react-navigation' const MyTab = TabNavigator({ Home: { screen: Ma 阅读全文

posted @ 2017-11-02 16:20 前路亦是故乡 阅读(801) 评论(0) 推荐(0) 编辑

2017年10月24日

react

摘要: ui框架 ant design 相关文档:https://ant.design/docs/react/getting-started-cn http://www.codes51.com/itwd/4127276.html 按需加载 babel-plugin-import 在.babelrc文件中加入 阅读全文

posted @ 2017-10-24 16:50 前路亦是故乡 阅读(142) 评论(0) 推荐(0) 编辑

generator-react-webpack

摘要: 初始化: 配置全局环境 npm install -g yo npm install -g generator-react-webpack 阅读全文

posted @ 2017-10-24 15:15 前路亦是故乡 阅读(512) 评论(0) 推荐(0) 编辑

导航