Giter VIP home page Giter VIP logo

books's Introduction

笔记

regex 正则表达式

es6 es6写法

// 回退代码不推荐reset,当多人迭代,其它人的提交会把删除的记录提交,而且不会出现变更提示。 revert回退代码

git挪动文件位置并保留commit记录
原文件位置移动到新位置
git mv src/old_location/file.txt src/new_location/file.txt
git commit -m "提交"
git push

已经使用git commit -m 'xxx'将代码提交到了本地仓库,但是我后续还想向这个提交中添加文件 首先将你想添加到文件使用git add xxx加入暂存区 git commit --amend 会打开一个编辑器,让你编辑上一次提交的提交信息

vue文件中,路径带好文件类型,比如xxx.vue,xxx.js。这样可直接点击跳转打开文件

sessionStorage在新打开的页面上可以共享数据,需要通过window.open打开新页面

vue.config设置打包后的文件存在位置
outputDir: '../demo/dist',
outputDir: String.rawD:\html\vue\gs\dist,

打包不删除原打包后的文件,在script命令中添加--no-clean

books's People

Contributors

wangy0316 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.