Tips


  • 简介
  • 目录大纲
  • 最新文档
  • 文集下载

    远程本地多用户桌面1.17(一种不让电脑跟你抢键鼠的思路) - 哔哩哔哩

    远程本地多用户桌面1.17(一种不让电脑跟你抢键鼠的思路) ~本文是我的一个朋友授权发布的,我不是作者,本文为GitHub某项目附带文档的b站版~ 建议按顺序阅读并操作,不要跳过步骤!!! 请不要利用此文档进行非法牟利,不希望在小黄鱼看见利用我这个教程和软件收费的,谢谢 家庭版或者只使用微软远程桌面的用户可以考虑采用的顺序 第2步➤第4步➤第5.5步➤第6步,如果不行就走完再从头看一遍 文章提到的……

    yg9538 - 2024年11月10日 22:06


    docker 中启动 docker

    ```python ! /usr/bin/python3 type hints are provided in 'types/systemctl3.pyi' from future import print_function import threading import grp import pwd import hashlib import select import fcntl import……

    yg9538 - 2024年10月30日 11:10


    K8S删除Evicted状态的pod

    ```shell kubectl get pods --all-namespaces --field-selector=status.phase==Failed | grep Evicted | awk '{print "kubectl delete pod -n " $1 " " $2}' | sh ```

    yg9538 - 2024年10月9日 10:42


    edk2

    https://dl.rockylinux.org/pub/rocky/8/Devel/aarch64/os/Packages/e/edk2-aarch64-20220126gitbb1bba3d77-13.el8_10.noarch.rpm

    yg9538 - 2024年9月30日 15:13


    Modular RAG and RAG Flow: Part II

    In Part I, we primarily discussed the three-tier structure of modular RAG (Module Type - Module- Operator) and briefly mentioned the concept of RAG Flow. After defining Module and Operator, they can h……

    yg9538 - 2024年9月7日 22:15



    yg9538