Git Product home page Git Product logo

note's Introduction

日常笔记

docker

关联目录

docker container run name -v ${pwd}:/app

前端工具

css

  • hint.css 一款非常小巧的提示框效果
  • hover.css 很多鼠标 Hover 态的效果
  • head 网页 head 元素整理

js

three.js

chrome插件

TIPS

css

  • 中文内容不可换行

    如果希望中文内容不能成为换行点,可以使用如下所示的 CSS 声明:
    word-break:keep-all;
    此设置不会影响英文内容,也就是英文句子该换行还是换行,只中文内容变得不会自动换行。

js

  • History.scrollRestoration (如何实现页面刷新后不定位到之前的滚动位置)
  • Array.from()可以接受一个函数作为第二个参数,作用类似于数组的map()方法,用来对每个元素进行处理,将处理后的值放入返回的数组。

命令

  • 查看被占用的端口(windows) netstat -ano | findstr 端口号
  • 查看指定 PID 的进程 tasklist|findstr PID

vue3

chrome dev tool

  • ctrl + shift + D 切换工具停靠位置

note's People

Contributors

wanglei1020 avatar

Watchers

 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.