• Upgrading NodeJS causes Sass compilation error

    MacOS 更换 NodeJS 后 Sass 报错1Syntax Error: Error: Node Sass does not yet support your current environment: OS X Unsupported arch...
  • MacOS 使用总结

    访达中显示隐藏文件夹快捷键:commond + shift + . 修改某类文件的默认打开方式右键文件 -> 显示简介 ->更改打开方式 -> 选择自己想用的app -> 点击全部使用
  • LaTeX 学习过程

    LaTeX 的 hello word12345\documentclass{article}% 这里是导言区\begin{document}Hello, world!\end{document ...
  • Mac(M1)安装JDK8启动慢解决方案

    系统版本 macOS Big Sur 11.2.2 Zulu JDK 8 什么问题同样的网络环境,同一个SpringBoot项目 在win10下启动,需要10秒左右 在ubuntu18.04下启动,需要7秒左右 在macOS下启动,竟然需要23...
  • 一个通用的 .gitignore

    12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667...
  • 一个通用的 .gitignore

    12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667...
  • python-auto-dependencies

    Python 自动生成当前项目依赖包文件 方法一 12# cd 到项目路径下,执行以下命令pip freeze > requirements.txt 方法二 使用工具 pipreqs 12345# 1 安装 pipreqspip instal...
  • python-auto-dependencies

    Python 自动生成当前项目依赖包文件 方法一 12# cd 到项目路径下,执行以下命令pip freeze > requirements.txt 方法二 使用工具 pipreqs 12345# 1 安装 pipreqspip instal...
  • mybatis-generator 基本配置

    pom.xml 1234567891011121314151617<plugin> <groupId>org.mybatis.generator</groupId> <artifactId>...
  • Vue 踩坑

    又要写一学期一度的大作业,这次试试用下 Vue, 下面是踩坑集锦 (— —!). Component template should contain exactly one root element. If you are using v-if on...