GithubHelp home page GithubHelp logo

svuekoa2's Introduction

问题集锦

1. 样式错乱

课程没有带着大家敲样式,所有的样式都在源码中,大家自行下载并引入到对应的文件中。

2. Nuxt基础教程报错

课程在录制的时候,nuxt.js还是1.4.2。录制实战之后,nuxt低调升级到2.0.0,为了保证我们的技术教程都使用最新版本,把已经录制的实战内容进行了代码重构、视频重录 所以基础教程部分是1.4.2,实战部分是2.0.0。在基础教程部分也是使用对应的脚手架(需要[email protected]),只有当nuxt降级到1.4.2才可以。具体步骤:

npm uninstall nuxt
npm install [email protected]

2. 获取不到线上数据

为了保证正版用户的权益,必须用签名才能使用我们线上数据,获取签名地址:http://cp-tools.cn/sign

3. 离线数据库

考虑到大家想多练习本地数据库操作的练习,课程提供了部分离线数据。在源码找那个的dbs.zip,先解压然后导入到数据库中。

mongoimport -d dbs -c pois pois.dat

其中 dbs 是你的数据库名称,pois是集合名,pois.dat是对应的数据源文件。离线数据文件夹**9个文件,需要逐个导入。

svuekoa2's People

Contributors

yyccqqu 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.