摘要:
在Windows上面安装Visual Studio Code代码编辑器时,常常会因为安装的时候忘记勾选相关选项等原因,没有将“Open with Code”(右键快捷方式)添加到鼠标右键菜单里,所以需要手动将VSCode相关快捷打开添加至鼠标右键菜单之中。 https://cloud.tencent 阅读全文
摘要:
https://www.w3schools.com/css/css_pseudo_classes.asp What are Pseudo-classes? A pseudo-class is used to define a special state of an element. For exam 阅读全文
摘要:
https://www.w3schools.com/css/css_combinators.asp CSS Combinators 组合器 A combinator is something that explains the relationship between the selectors. 阅读全文
摘要:
https://www.w3schools.com/css/css_selectors.asp A CSS selector selects the HTML element(s) you want to style. CSS Selectors CSS selectors are used to 阅读全文
摘要:
https://www.w3schools.com/css/css_syntax.asp A CSS rule consists of a selector and a declaration block. CSS Syntax The selector points to the HTML ele 阅读全文
摘要:
https://www.w3schools.com/css/css_intro.asp CSS is the language we use to style a Web page. What is CSS? CSS stands for Cascading Style Sheets CSS des 阅读全文
摘要:
MinGW,是Minimalist GNU for Windows的缩写。它是一个可自由使用和自由发布的Windows特定头文件和使用GNU工具集导入库的集合,允许你在GNU/Linux和Windows平台生成本地的Windows程序而不需要第三方C运行时(C Runtime)库。MinGW 是一组 阅读全文