本地仓库和远程仓库保持一致,Reset local repository branch to be just like remote repository HEAD
Use the commands below. These commands will remove all untracked files from loc
...
Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules’
解决办法
sudo chown -R $USER /usr/local/bin
sudo chown -R $USER /usr/local/lib/node
...
解决spa应用(react,vue)项目路由回退空白,需要刷新才显示问题!
nginx config
解决spa应用(react,vue)项目路由回退空白,需要刷新才显示问题!
location / {
try_files $uri
...
git commit 约束
概述
约定式提交规范是一种基于提交消息的轻量级约定。
它提供了一组用于创建清晰的提交历史的简单规则;
这使得编写基于规范的自动化工具变得更容易。
...
在window上安装 mongodb 使用指南
mongodb guide
标签(空格分隔): mongodb
环境说明
官网网址
https://www.mongodb.com/
下载地址
https:/
...
使用pm2优雅的让你的项目自动发布上线
使用pm2优雅的让你的项目自动发布上线
标签(空格分隔): pm2
目的:
在本地执行命令,然后让服务器自动把你的代码从git上面拉去到服务器上面。
...
【nextjs教程】 webpack 配置添加
本文首发: https://shudong.wang/10608.html
使用 next-compose-plugins
const withPlugins
...
【nextjs教程】多插件配置,使用 next-compose-plugins实现
使用 next-compose-plugins 实现多插件配置
const withPlugins = require('next-compose-
...
基于 react 的 nextjs ssr 服务端渲染企业级脚手架
nextjs 企业级脚手架 【基础布局】【rematch】【redux】【ant-design】 【api proxy】【stylus】【css modul
...
mysql中int、bigint、smallint 和 tinyint的区别详细介绍
<!–
* @Author: starkwang
* @Contact me: https://shudong.wang/about
*
...