• mac vim 中文乱码问题

    vi ~/.vimrcset fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936set termencoding=utf-8set encoding=utf-8source ~/.vimrc...

    webview_flutter Android 302跳转无限循环

    iOS没有问题,Android无限循环,具体原因看这个issue主要是shouldOverrideUrlLoading这个方法的处理请使用flutter_inappwebview解决这个问题,...

    2011 Macbook Pro Graphics Card FIX 100% WORKING!!! (Video Walkthrough)

    videoSIERRA USERS: These are the steps you need to take to make your macbook pro work again! These are the steps from start to finish!1 - Enter Recove...

    获取虎牙直播m3u8地址

    javascript: (function() { function getLiveUrl(cfg) { let liveInfo = cfg.stream.data[0].gameStreamInfoList; let urls = ["请选择一个地址,复制粘贴至 IINA...

    git log 乱码问题解决

    git config --global i18n.commitencoding utf-8git config --global i18n.logoutputencoding utf-8export LESSCHARSET=utf-8...

    Docker Desktop for Mac 远程api访问

    brew install socatsocat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock & 将unix协议转换为tcp协议socat使用教程...

    MBP禁止盒盖休眠

    # Useful to prevent Macbooks to go to sleep when closing the lid instead of running tools that requires a Kernel Extension (e.g. InsomniaX) and more# ...

    cloudflare ddns更新脚本

    使用教程#!/bin/sh# GET Recore ID#curl -x get "https://api.cloudflare.com/client/v4/zones/YOUR_ZONE_ID/dns_records" \#-h "x-auth-email:YOUR_...

    docker tls证书自动生成

    笔者用的是ubuntu以下脚本保存运行即可#!/bin/bash# # Created by L.STONE <[email protected]># ------------------------------------------------------...

    Mybaties @Select orderBy错误

    把#改为mybaties可识别的变量${}就可以了如下:原注解@Select(SELECT * FROM users WHERE city = #{cityId} ORDER BY #{byName}) 修改后@Select(SELECT * FROM users WHERE city = #{ci...