.git/objects/pack下pack文件很大,但是目前仓库并没有大文件
摘要:
git秉承“代码安全为主”,每一次commit都会硬性做备份。 之前我使用自己的脚本 #!/bin/bash #set -x usage() { echo "Usage: $0 [path] [lines]" echo " path: local git repository" echo " lin
balatro save mod
摘要:
#!/bin/env python import regex as re import argparse import os SAVE = "/media/n/data/SteamLibrary/steamapps/compatdata/2379780/pfx/dosdevices/c:/users
linux下软件无法输入中文的完美解决方案:对话框+wl-clipboard+xdotool (输入法)
摘要:
kimpannel gnome-shell安装此拓展即可,不用看下面废话 https://extensions.gnome.org/extension/261/kimpanel/ 症状 blender(wayland支持fcitx5输入法,但x11下不行) ue for linux (5.3) re
systemd edit后如何消除Warning
摘要:
症状 > sudo systemctl start mihayo.service Warning: The unit file, source configuration file or drop-ins of mihayo.service changed on disk. Run 'systemc
samba/smb 可读不可写的问题
摘要:
解:分享名不能与文件夹名一致(大小写不敏感),如 分享名为Music,在samba网络上为\localhost\Music,在linux本机上是/home/music Can read but cannot write to Samba share Viewed 84k times Questio
python 与 java的不同
摘要:
语法 类class public class Puppy { private int age; private String name; public List[Puppy] puppys; // 构造函数,初始化实例 public Puppy(String name) { this.name =
游戏开发入门指引
摘要:
推荐课程 底层向 GAMES 101/202... + openGL迷你渲染器tinyRender + 补充笔记 【双语】【TheCherno】游戏引擎 笔记 旋转是特殊的剪切 blender Lesson 3 变换矩阵 模拟 L3.blend.zip,记得去掉.zip后打开 ui_L3.py备份,
python taichi 加速 dither仿色抖动算法
摘要:
教程 9种dither算法与历史发展 最开始是如何生成bayer矩阵 wiki: bayer有序抖动 python生成任意规模bayer矩阵 知乎:dither启发的艺术效果,半调/柱形 taichi ndarray文档 CSDN dither算法 理解bayer矩阵 因为bayer矩阵要平铺,所以
线性方程组 入门概念
摘要:
解释如下概念 入门对比 齐次vs非齐次 线性vs非线性 微分vs求导vs积分 方程组vs矩阵乘法 齐次线性方程组 永远存在零解 基础解系vs通解 存在非零解↔︎A不满秩 r(A) + len(η) = len(x) (x的列有多长) 非齐次也适用,因为有解时rA=r(A|b),A仍然是系数矩阵 非齐