-
Some chatper 1
print("人生苦短 我用Python")pie title Pie Chart "Dogs" : 386 "Cats" : 85 "Rats" : 150 …
-
PicGo&Github实现typora图床管理
PicGo 原先使用图片需要将图片存放在网站的相对路径images内,又需要在md文件内使用严格的索引格式,导致在typora端md文件编辑好之后,仓库端资源未同步,同时路径不正确,出现一张图要保存两次的情况 。将图片上传到云端(新建一个仓库当作图床),就可以实现typora端和仓库端均使用URL嵌入图片,不需要担心文件同步和索引问题。通过PicGo 可以实现将图片插入md中同时将文件上传到图床(github-Repository-Drawio),然后使用URL 嵌入md,则无需在网站资...…
-
Hugging Face Transformers部署与使用
Hugging Face Transformers…
-
Unity 2D chatper 1-- State Machine
【Unity教程】从0编程制作类银河恶魔城游戏_哔哩哔哩_bilibili1.状态机StateMachine Player.csusing System.Collections;using System.Collections.Generic;using UnityEngine;public class Player : MonoBehaviour{ public PlayerStateMachine stateMachine { get; private set; } pu...…
-
Animes Test
This a test for animes review…
-
Turing Complete全流程攻略
迷宫r#宏forward 1left 0right 2wall 1imm 0cpsubje0jne0jumplabel Findimm|forwardcp|0|out#forwardimm|leftcp|0|out#leftcp|in|1#get objimm|wallcp|0|2#reg1(obj) - reg2(wall) ->reg3subnotWalljne0#if obj!=wall jmp#obj==wall#while(obj==wall) right;imm|righ...…
-
Some chatper 1
…
-
Minecraft chatper 1
…
-
C/C++ Algorithm chatper 1
…
-
Experiment of Markdown image path
This is just a test.What calls for special attention is that the image path should be like this: /images/posts/2024-10-15-FirstMd/image.pngnot like this: images/posts/2024-10-15-FirstMd/image.pngor this: (though it seems to be correct, it is n...…
-
北航操作系统实验(希冀平台)git+CV大法速通教程,
1.拉取远程仓库随便开个终端cat .cgconifg # 获取ip ,我的是192.168.130.193#git clone git@你的ip:$CGUSERID-labgit clone git@192.168.130.193:$CGUSERID-lab然后左边会出现一个lab文件夹2.进入目录#cd 你的目录,切换到当前实验分支cd 22020007103-labgit branch -agit checkout lab0为了后面提交实验,随便写个邮箱和名称git config -...…
-
Spine2D
Spine文件路径不能有#我找找的明日方舟的解包文件很多都被重命名为带#的名称目前需要把#删掉,==包括atlas中第二行包含的png名称==对URL编码好像没啥用明日方舟解包资源路径,下载Android文件夹(或者你想要解包的文件)到共享文件夹下移到ArkUnpacker.exe 同根目录下执行exe,选1即可…
-
title
…
-
计算机系统基础ICS 第三章
IA-32(X86-32) –IA-32 %eax, %ecx, %edx, %ebx, %esi, %edi, %esp, %ebp –X86-64 %rax, %rcx, %rdx, %rbx, %rsi, %rdi, %rsp, %rbp –MIPS32 $0… $31 $t0通用寄存器 %eax:累加寄存器,用于算术运算和函数返回值result。 acc / res %ecx:计数寄存器,用于循环计数i 和字符串操作。...…