git常用命令大全
一、配置用户名、邮箱 git config --global user.name "late" git config --global user.email "late@lategege.com" 二、查看配置信息、配置本地git config、配置全局git config git config --list git config -e git config -e --global 三、将当前目录…
Read More一、配置用户名、邮箱 git config --global user.name "late" git config --global user.email "late@lategege.com" 二、查看配置信息、配置本地git config、配置全局git config git config --list git config -e git config -e --global 三、将当前目录…
Read Morebootloader:相当于电脑中的efi/bios环境,一个独立于操作系统的引导系统,手机厂商会上锁。 fa
Read More在android app开发过程中,经常会遇到代码写着写着就非常臃肿,有时候改动了一处,引发了关联性灾难,这不
Read Moreopenwrt开启vpn服务端的目的是能够远程管理家庭各个设备,同时家庭网络如果连接了其他私网,那么家庭网络也
Read MorePVE自带了acme.sh脚本,可以从let's encrypt上自动获取证书,前提是你已经买了一个域名,下面
Read More作为开发人员,时不时回顾知识点非常有必要,不然很容易遗忘,回顾最好的方式就是用自己的语言阐述对事物的理解,所以
Read More进程是操作系统调度的最小单元,线程是cpu执行的最小单元,cpu将时间分片,随机算法选择线程执行,虽然操作系统
Read Moredocker搭建chevereto图床,最方便的是使用docker-compose,搭建步骤如下: 一、安装d
Read More