• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

小主驾到

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

上一页 1 2 3

2020年8月19日

ModuleNotFoundError: No module named 'pip._internal' , pip 无法下载软件 解决办法

摘要: https://blog.csdn.net/wangweiwells/article/details/88374070 阅读全文

posted @ 2020-08-19 14:18 小主驾到 阅读(162) 评论(0) 推荐(0)

2020年8月10日

修复“Ubuntu使用winetrick登录微信和企业微信”的部分bug

摘要: https://blog.csdn.net/qq_40246287/article/details/84950089 阅读全文

posted @ 2020-08-10 11:12 小主驾到 阅读(399) 评论(0) 推荐(0)

2020年8月5日

git push 到不同的 地址库

摘要: git push 到不同的 url 1、增加库地址git remote add origin(可以自己命名) URL 2、修改git remote origin set-url URL 3、先删后加 git remote rm origin git remote add origin URL 4、提 阅读全文

posted @ 2020-08-05 15:03 小主驾到 阅读(1175) 评论(0) 推荐(0)

2020年7月21日

生成不带有.git的vendor文件

摘要: vendor已存在 ``` rm -rf vendor git add -A git commit -m "remove vendor" composer update --prefer-dist git add . -A git commit -m "recover vendor" ``` ven 阅读全文

posted @ 2020-07-21 14:30 小主驾到 阅读(221) 评论(0) 推荐(0)

2020年7月7日

YII2授权登陆失效401问题

摘要: 阅读全文

posted @ 2020-07-07 09:55 小主驾到 阅读(279) 评论(0) 推荐(0)

2020年6月30日

解决ubuntu18.4自带输入法ibus 无法按数字键取词的问题 。

摘要: 1.rm -rf ~/.cache/ibus/libpinyin2.重启ibusibus restart 阅读全文

posted @ 2020-06-30 08:59 小主驾到 阅读(194) 评论(0) 推荐(0)

2020年6月28日

MYSQL5.7版本sql_mode=only_full_group_by问题

摘要: 最新版的mysql5.7.x 默认是开启了 only_full_group_by 模式的,但开启这个模式后,原先的 group by 语句就报错。 一旦开启 only_full_group_by ,group by 将变成和 distinct 一样,只能获取受到其影响的字段信息,无法和其他未受其影响 阅读全文

posted @ 2020-06-28 14:03 小主驾到 阅读(103) 评论(0) 推荐(0)

上一页 1 2 3
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3