璃的 Blog
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于
  • 友链

Keeping Bluetooth devices paired between Linux and Windows

Source When booting between Debian and Windows on my laptop, I used to have to re-pair my Bluetooth devices each time. In this guide, I'll show how I copied the pairing keys from Windows and used them
2025-07-04
#Linux #Windows #Bluetooth

如何安装谷歌三件套

如何安装谷歌三件套 (来源) Google服务框架 Google play service Google play store 1. 安装Google服务框架 Google服务框架下载地址 注意一定要选择你的安卓系统版本的服务框架,根据文件名字来找。 img img 2. Google play service Google play service下载地址 一定要安装最新版本,选
2025-04-18
#Android

Favorite Games

Red Dead Redemption 2! You must play this game. Best graphic even without ray tracing. Best story ever for its kind. Forza Horizon 4! Racing game balanced between arcade and simulation. The best
2025-03-26
#Gaming

在 macOS 上安全使用 EasyConnect

来源:在 macOS 上安全使用 EasyConnect - Soulike 的博客 关于 EasyConnect,懂的都懂,不用多说。本文介绍如何相对安全的在 macOS 上使用 EasyConnect。 EasyConnect 主要有以下行为: 后台常驻进程 EasyMonitor 和 ECAgentProxy,且都以 root 权限运行; 自动安装根证书,包括系统根证书与 FireFox
2025-02-26
#security #macOS #ChineseSoftware

🎵

This blog is encrypted.
2024-12-11
#音乐

O-shell: 自己搓的玩具shell

Note: this is the Experiment 1 of the OS course. The source code can be found in my GitHub repository O-shell is a shell that performs basic functions of a UNIX shell (e.g. bash, zsh) There are seve
2024-04-10
#code #project #OS

二叉树与 Huffman 树

二叉树与 Huffman 树 二叉树 目的与要求 实现一个二叉树的数据结构 实现拓展二叉树的先序建树 在二叉树的基础上实现层序遍历 实现中序线索二叉树的数据结构 在一个中序线索二叉树中,对于其中一个结点 p: 求结点 p 的中序下的前驱 求结点 p 的中序下的后继 实现二叉树的数据结构 由于二叉树是由许多结点组成的,因此,如果想要实现二叉树的数据结构,我们应该首先实现二叉树的节点的
2023-11-06
#code #project #algorithm

Future Plan

This blog is encrypted.
2023-10-14
#留学 #plan

CCF-CSP202012-3带配额的文件系统

是全英文计算机组成原理前两周的作业,花了我快一周了 (好难xd 我自己写的代码: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
2023-09-09
#code #learning

C++-Project-实现自己手搓的vector

简介 Source Code: (github.com) 这是一个由编写的C++ vector模版类,是模仿std::vector类设计的,与std::vector有着相像的功能,包括vector长度的动态分配、自由插入或更改相同类型的元素、迭代器、range-based loop、使用initializer_list进行初始化和赋值等功能。 在此文档中,有自定义的输出运算符重载,以及有关的类型
2023-04-30
programming
#project #library
12

搜索

Hexo Fluid