hrbrid需要做的
摘要:1 返回并刷新 A webveiw push 到 B webview。当由B返回到A时候, A需要刷新页面。
阅读全文
posted @
2016-11-15 16:50
penn-wang
阅读(230)
推荐(0)
dom js
摘要:var addEvent = function( obj, type, fn ) { if (obj.addEventListener) obj.addEventListener( type, fn, false ); else if (obj.attach...
阅读全文
posted @
2016-11-14 18:34
penn-wang
阅读(238)
推荐(0)
sublime 工具构建
摘要:1 Sublime Text 3 配置react语法校验 原文地址:https://segmentfault.com/a/1190000004369542?_ea=585496 终端安装 npm install -g eslintnpm install -g eslint-plugin-react
阅读全文
posted @
2016-11-07 11:21
penn-wang
阅读(315)
推荐(0)
items2 配色
摘要:cat ~/.bash_profile #enables colorin the terminal bash shell exportexport CLICOLOR=1 #sets up thecolor scheme for list exportexport LSCOLORS=gxfxcxdxb
阅读全文
posted @
2016-11-03 17:14
penn-wang
阅读(298)
推荐(0)