摘要:
DESC employees ; DESC departments; ## 中图 就是内连接 SELECT last_name,department_name FROM employees e JOIN departments d ON e.department_id=d.department_id 阅读全文
摘要:
今天在push code 的时候发现报了如下的错误 remote: Support for password authentication was removed on August 13, 2021. 根据提示发现需要update github 的token , https://github.co 阅读全文
摘要:
第一次做这个的时候,都是别人直接提供给我们了image 和OVMF.fd,可以直接进行以下的command就可以实现最终目的了: CMD to boot up the img which had the os installed without network enabling. #qemu-img 阅读全文