Giter Site home page Giter Site logo

me's People

Contributors

vaggrant avatar

Watchers

 avatar  avatar

me's Issues

VisualStudio扩展之CodeMaid

虽然visualstudio现在已经集成了formatting工具,但是还是会在开发过程中出现多一个空格或者多一个空行等格式问题
通过使用CodeMaid,不但可以设置lint规则,而且可以在保存的时候自动formatting
官方地址:https://www.codemaid.net/

如何墙内加速打开github

步骤1:打开域名IP地址查询网站https://fastly.net.ipaddress.com/
步骤2:查询域名github.global.ssl.fastly.net的IP地址
步骤3:查询域名github.com的IP地址
步骤4:管理员权限打开C:\Windows\System32\drivers\etc\hosts文件(最好先备份)
步骤5:按以下格式将步骤2~3获得的ip地址添加在文件末尾
199.232.5.194 github.global.ssl.fastly.net
140.82.114.4 github.com
步骤6:打开cmd
步骤7:执行命令ipconfig /flushdns
步骤8:完成

Vue环境搭建的坑

安装Vue CLI之后,使用其创建vue项目时,有一步时选择CSS pre-processor,不能选择Sass/SCSS(with node-sass),否则编译不通过。node-sass这个包巨坑,用了各种方式安装都报错

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.