240 发简信
IP属地:江苏
  • Could not restore untracked files from stash —— git stash -a 之后的事故处理

    今天在使用stash的时候鬼使神差地打了个-a,然后就把我给吓到了。。。 在git commit的后面加一个-a,会把untracked文件也全部add进去。今天stash的...

  • React PureComponent 学习及浅比较详解

    为什么用 PureComponent ? PureComponent 是优化 React 应用程序最重要的方法之一,易于实施,只要把继承类从 Component 换成 Pur...