自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 Head First HTML and CSS 2nd - Chapter6 Reading Notes

DOCTYPE is an element tells the browser which HTML version is supposed to be used. It looks like this:Notice that the DOCTYPE is a totally different element with HTML element. In HTML5, you can just use <!doctype html> to tell the browser you're using HTML

2025-06-01 13:37:06 893

原创 Head First HTML and CSS 2nd - Chapter5 Reading Notes

Browsers handle <img> elements a little differently than other elements.When a browser sees an <img> element, the browser has to retrieve the image before it can be displayed in a page. Browsers retrieve images step by step before all of images ready for d

2025-06-01 12:17:33 543

原创 Head First HTML and CSS 2nd - Chapter4 Reading Notes

【代码】Head First HTML and CSS 2nd - Chapter4 Reading Notes。

2025-05-23 14:30:13 1003

原创 Head First HTML and CSS 2nd - Chapter3 Reading Notes

the <q> element gives you a way to quote a content in a paragraph.As you use this element, the broswer will be going to the trouble of adding the double quotes. And there's an important thing we want to notice is that not all browsers display double quotes

2025-05-22 21:16:34 965

原创 Head First HTML and CSS 2nd - Chapter2 Reading Notes

The <a> element gives you a way to create a hypertext link to another web page.The content of the <a> element becomes clickable in the web page.The attribute "href" tells the broswer the destination of the link, and that's how the "HT" in "HTML" comes. "HT

2025-05-21 20:03:57 533

原创 Head First HTML and CSS 2nd - Chapter1 Reading Notes

That's where the HTML comes in.The HTML tells the broswer all about the content and structure of the page we want to display.The "ML" in "HTML" means "Mark up Language" ,which give you a way to "mark up" your text with tags that tell the braswer how your

2025-05-21 19:23:57 669

原创 【超详细】Ubuntu隐藏进程教程【隐藏进程】【操作系统】【linux】【操作系统实验】

本学期一门名为"操作系统专题实践"的课要实现隐藏进程,然而,实验的指导手册使用的操作系统是个老古董,比我年纪还大,整了半天也整不好。于是改用ubuntu进行实验,ubuntu下隐藏进程在网络上的教程很多,但是有完整流程的很少,并且个别博客的代码错误频发,遂在此结合题目描述记录完整流程并附上细节,附带我遇到的一些问题以及解决方案,供日后参考。Ubuntu编译前原内核版本:5.15.0.126Ubuntu编译源码选取内核版本:5.15.1环境:VMware workstation 16 Pro;

2024-12-13 19:28:05 1860

原创 解决从elastic上下载Elasticsearch、Kibana、Logstash、Logstash过往版本网页无法进入的问题(问题:网页重定向次数过多)

最近学校要针对一个软件的体系结构进行逆向分析,但是在配置一个基于微服务的项目时要配置过往的版本,在官网上过往版本已经打不开了,在网上找了半天也没找到原因,换了好几个浏览器都没用,而且官网在这个月中旬就更新了新的版本,甚至网页都和前几个月不一样了。【解决方法】这个解决方法不是从根本上解决重定向次数过多的,但是的确可以从网站上下载我们需要的过往版本。需要大家获取到自己需要的版本。如我要下载的版本是:7.17.3的。文件会下载到当前的工作目录,也就是你的cmd的工作路径下,在这个路径下可以找到你下载好的文件。

2024-10-31 11:25:46 748

原创 visual studio无法连接虚拟机(linux,centos)

因为学校的暑期实训项目要在linux上开发一个非关系型数据库,想着用visual studio来开发方便一点,之前做操作系统实验的时候也是在vs上弄的直接远程连接虚拟机,但是今天突然不行了,虚拟机上可以ping通百度的网站,但是主机不能ping通虚拟机,显示请求超时。csdn上各种方法都试了还是不行,特此记录以下下面的解决方法,至于怎么连接请看其他博客,这里记录的是知道怎么连但是连不上的情况。

2024-07-03 12:42:29 876

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除