liyuexin1

导航

2026年9月17日 #

麒麟系统

摘要: 银河麒麟(openKylin)研究方向 一句话区分:鸿蒙OpenHarmony:微内核,面向全场景终端、IoT;银河麒麟:基于Linux内核,面向桌面、服务器、工业主机,信创主力系统 一、内核与底层架构方向(硬核,适合计算机底层课题) 1. Linux内核裁剪与国产芯片适配 银河麒麟基于Linux内 阅读全文

posted @ 2026-09-17 11:16 李玥锌 阅读(4) 评论(0) 推荐(0)

鸿蒙(OpenHarmony/HarmonyOS)主要研究方向

摘要: 鸿蒙(OpenHarmony/HarmonyOS)主要研究方向 分为底层系统方向、分布式与全场景、AI原生、安全隐私、行业应用、软件工程生态六大类,适合课程论文、毕业设计选题。 一、操作系统底层内核方向(偏底层、硬核) 1. 微内核架构优化:鸿蒙自研微内核,研究微内核的进程间通信IPC性能、内存隔离 阅读全文

posted @ 2026-09-17 11:10 李玥锌 阅读(3) 评论(0) 推荐(0)

2026年9月11日 #

安装vmware

摘要: 一、安装前必做检查 1. 开启CPU硬件虚拟化(VT‑x / AMD‑V) 快捷键 Ctrl+Shift+Esc 打开任务管理器 → 性能 → CPU,看右上角虚拟化 ​ ✅ 已启用:直接安装 ​ ❌ 已禁用:重启电脑进BIOS,开启 Intel VT‑x (Intel)/ AMD‑V (AMD) 阅读全文

posted @ 2026-09-11 15:18 李玥锌 阅读(7) 评论(0) 推荐(0)

2026年6月26日 #

圆形制作

摘要: .circle{ width: 200px; height: 200px; border-top-right-radius: 50%; border-bottom-left-radius: 50%; background-color: red; text-align: center; line-he 阅读全文

posted @ 2026-06-26 09:16 李玥锌 阅读(8) 评论(0) 推荐(0)

2026年6月21日 #

论插图

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" div.content{ width: 200px; height:200px ; margin: 0 auto; } li{ float: 阅读全文

posted @ 2026-06-21 12:49 李玥锌 阅读(5) 评论(0) 推荐(0)

细线表格制作

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" /table,th,td{ border: 1px solid red; } table{ border-collapse: collapse 阅读全文

posted @ 2026-06-21 12:48 李玥锌 阅读(3) 评论(0) 推荐(0)

点击下载

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" a{ color: #000; text-decoration: none; } 点击下载 阅读全文

posted @ 2026-06-21 12:46 李玥锌 阅读(4) 评论(0) 推荐(0)

设置2种不同的链接样式

摘要: !DOCTYPE html html head meta charset="UTF-8" title设置2种不同的链接样式/title style type="text/css" a{ text-decoration:none ; color: black; } a#blue{ background 阅读全文

posted @ 2026-06-21 12:44 李玥锌 阅读(3) 评论(0) 推荐(0)

结束签到

摘要: !DOCTYPE html html head meta charset="UTF-8" title结束签到</title style type="text/css" body{ height: 2000px; background-image: url(img/index_03.jpg); bac 阅读全文

posted @ 2026-06-21 12:43 李玥锌 阅读(6) 评论(0) 推荐(0)

如何动态改变css的样式

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" *{margin: 0;padding: 0;} .bg{ margin: 0 auto; width: 500px; height: 300 阅读全文

posted @ 2026-06-21 12:34 李玥锌 阅读(5) 评论(0) 推荐(0)