Code Monkey home page Code Monkey logo

animating-resume's Introduction

animating-resume

会动的简历

开发中遇到的问题

  1. 写入标签时多个空格只能写一个

    原因:HTML规定

    解决:使用<pre>标签,保存代码样式

  2. 如何将页面写的内容写到页面JS中

    解决:使用innerHTML同步写入JS文件

  3. 如何给内容中的标签设置颜色

    解决: 使用第三方库Prism

开发中学到的知识

  1. 异步和同步

    异步就是通知你做事,但是不等结果,直接下一步

    同步就是通知你做事,等你做完,拿到结果,再执行下一步

  2. 异步和回调

    异步中经常和回调联系在一起,因为通过回调可以拿到异步的结果

animating-resume's People

Contributors

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