12 2016 档案

摘要:svn: E205009: Local, non-commit operations do not take a log message or revision properties svn copy http://xx http://xx/xx -m 'xx' => "xx" 阅读全文
posted @ 2016-12-06 10:47 anjunact 阅读(751) 评论(0) 推荐(0)
摘要:1. import a from './xx' 一定要有 ./ 2. export default const x={} 错 改为 const x={}; export default x; 也就是要分开写 3. this.setState({}) 只有这样才会更新render 不要 this.st 阅读全文
posted @ 2016-12-02 22:02 anjunact 阅读(98) 评论(0) 推荐(0)