不怕学问浅,就怕志气短。
本文共 0 个字数,平均阅读时长 ≈ 0分钟
必应每日壁纸获取:https://api.isoyu.com/bing_images.php 或者 https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN
发现了一个可以替换windows系统记事本的软件【notepad3】,还挺好用的,记录下下载地址:https://www.rizonesoft.com/downloads/notepad3/?ref=appinn
谷歌浏览器插件下载网站:https://chrome.zzzmh.cn/#index
图片工具网站记录:https://www.yasuotu.com/mbuttonColor
修改mysql密码update user set password = PASSWORD('新密码') where user = 'root';
flush privileges;
redis 批量删除缓存,-n 代表数据库索引redis-cli --scan -n 0 --pattern :: | xargs redis-cli -n 0 del
Git 修改commit注释git commit --amend
mysql 配置root用户远程连接mysql数据库grant all privileges on . to 'root'@'%' identified by '123456' with grant option;flush privileges;
记一个Linux系统中 npm 安装 node-sass 失败的解决方案,1、单独安装:npm install --unsafe-perm node-sass 2、直接使用: npm install --unsafe-perm
必应每日壁纸获取:https://api.isoyu.com/bing_images.php 或者 https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN
发现了一个可以替换windows系统记事本的软件【notepad3】,还挺好用的,记录下下载地址:https://www.rizonesoft.com/downloads/notepad3/?ref=appinn
谷歌浏览器插件下载网站:https://chrome.zzzmh.cn/#index
图片工具网站记录:https://www.yasuotu.com/mbuttonColor
修改mysql密码
update user set password = PASSWORD('新密码') where user = 'root';
flush privileges;
redis 批量删除缓存,-n 代表数据库索引
redis-cli --scan -n 0 --pattern :: | xargs redis-cli -n 0 del
Git 修改commit注释
git commit --amend
mysql 配置root用户远程连接mysql数据库
grant all privileges on . to 'root'@'%' identified by '123456' with grant option;
flush privileges;
记一个Linux系统中 npm 安装 node-sass 失败的解决方案,1、单独安装:npm install --unsafe-perm node-sass 2、直接使用: npm install --unsafe-perm