前端/tauri项目跨平台编译
【五】Tauri 入门篇 - 跨平台编译
原创 lencx 浮之静 2022-07-25 00:37 发表于上海背景Tauri 严重依赖原生库和工具链,因此目前无法在某一平台实现交叉编译。最佳选择是使用托管在 GitHub Action[1]、Azure Pipelines[2]、GitLab[3] ...
服务器/m1芯片mac使用docker构建跨平台镜像
m1 芯片 mac 使用 docker 构建跨平台镜像问题:
新换了 m1 的电脑,发现原先的构建脚本无法使用了报错大概如下:docker: Error response from daemon: image with reference registry.cn-chengdu.aliyuncs.c ...
服务器/mac下ssh连接免密登录脚本
mac 使用 ssh 秘钥远程登录服务器mac 下创建个 xx.sh 文件 放入脚本代码:
1234567891011121314151617181920212223#!/bin/bash<< /* 使用公钥私钥的进行免密远程ssh操作/*username="root"read -p ...
杂项/markdown基本语法
markdown基本语法转载 简书-高鸿祥 的markdown基本语法一文。
链接
杂项/安装homebrew
一键脚本:/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
杂项/git指令
暂时将未提交的变化移除,稍后再移入1git stash
1git stash pop
合并远程分支到本地
1git merge origin/dev
【Git】撤回已经commit到本地的提交记录
git bash直接干到你的code.直接敲命令: git reset –soft HE ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
杂项/hexo部署问题node14.0+
部署Hexo踩过的坑—node14.0配置hexo
hexo -v出现的问题
(node:5749) Warning: Accessing non-existent property ‘lineno’ of module exports inside circular dependency(Use ...
杂项/mac 命令行终端 设置代理
环境:
macOS macOS Big Sur 11.4iTrem 2 3.4.8shadowsockes 1.4.4-R8
查看自己命令行的状态
1curl ip.gs
正式开始一、首先检查自己的酸酸乳是否正常,并在高级设置页面,找到本地 Sock5 监听端口,我自己是 1086,注意这里还有一 ...