摘要: 亲测有效 https://www.zhihu.com/search?type=content&q=navicat%E6%BF%80%E6%B4%BB%E8%BF%87%E6%9C%9F 阅读全文
posted @ 2022-03-09 14:50 快乐的汤圆酱 阅读(490) 评论(0) 推荐(0)
摘要: 亲测有效,推荐推荐!!! https://blog.csdn.net/baidu_39298625/article/details/98102453/ 阅读全文
posted @ 2022-03-03 14:52 快乐的汤圆酱 阅读(16) 评论(0) 推荐(0)
摘要: 行之有效的方法,推荐 https://blog.csdn.net/weixin_43975277/article/details/111569010 阅读全文
posted @ 2022-03-03 14:48 快乐的汤圆酱 阅读(116) 评论(0) 推荐(0)
摘要: 参考地址: https://blog.csdn.net/qq_36874292/article/details/121187090?utm_term=AlibabaCloudLinux%E5%AE%89%E8%A3%85mysql&utm_medium=distribute.pc_aggpage_s 阅读全文
posted @ 2022-02-25 18:44 快乐的汤圆酱 阅读(897) 评论(0) 推荐(0)
摘要: 在vim一个文件后保存退出时,提示:can't open file for writing 解决办法如下: 1.检查是不是root用户,切换到root尝试。 2.vim编辑有问题时,在/var/tmp路径下会生成一个.swp隐藏文件,将这个文件删除即可。 在当前路径下也可能会生成一个‘.’开头的.s 阅读全文
posted @ 2022-02-25 17:59 快乐的汤圆酱 阅读(1195) 评论(0) 推荐(0)
摘要: 简易的命令行入门教程: Git 全局设置: git config --global user.name "alice" git config --global user.email "alice_5865@163.com" 创建 git 仓库: mkdir vue_code cd vue_code 阅读全文
posted @ 2021-09-07 16:29 快乐的汤圆酱 阅读(36) 评论(0) 推荐(0)
摘要: 大家都知道国内访问 Github 速度比较慢,很影响我们的使用。 如果你希望体验到 Git 飞一般的速度,可以使用国内的 Git 托管服务——Gitee(gitee.com)。 Gitee 提供免费的 Git 仓库,还集成了代码质量检测、项目演示等功能。对于团队协作开发,Gitee 还提供了项目管理 阅读全文
posted @ 2021-08-25 14:45 快乐的汤圆酱 阅读(85) 评论(0) 推荐(0)
摘要: 参考地址: https://blog.csdn.net/hypon2016/article/details/80831266 按 Press功能 Function Ctrl + Shift + P,F1 显示命令面板 Show Command Palette Ctrl + P 快速打开 Quick 阅读全文
posted @ 2021-08-24 18:39 快乐的汤圆酱 阅读(262) 评论(0) 推荐(0)
摘要: 配置地址参考如下: https://www.cnblogs.com/luzhanshi/p/12016281.html 模板内容用自己下面这个: { "vue_learn_template":{ "prefix": "vue", "body": [ "<!DOCTYPE html>", "<html 阅读全文
posted @ 2021-08-24 18:28 快乐的汤圆酱 阅读(321) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/uncleyong/p/10988524.html#_label2 阅读全文
posted @ 2021-08-20 18:08 快乐的汤圆酱 阅读(21) 评论(0) 推荐(0)