上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 338 下一页
摘要: 在Windows上面安装Visual Studio Code代码编辑器时,常常会因为安装的时候忘记勾选相关选项等原因,没有将“Open with Code”(右键快捷方式)添加到鼠标右键菜单里,所以需要手动将VSCode相关快捷打开添加至鼠标右键菜单之中。 https://cloud.tencent 阅读全文
posted @ 2024-05-29 08:15 emanlee 阅读(5221) 评论(0) 推荐(1)
摘要: 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 阅读全文
posted @ 2024-05-28 20:46 emanlee 阅读(29) 评论(0) 推荐(0)
摘要: https://www.w3schools.com/css/css_combinators.asp CSS Combinators 组合器 A combinator is something that explains the relationship between the selectors. 阅读全文
posted @ 2024-05-28 20:43 emanlee 阅读(23) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2024-05-28 20:35 emanlee 阅读(43) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2024-05-28 20:31 emanlee 阅读(20) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2024-05-28 20:29 emanlee 阅读(29) 评论(0) 推荐(0)
摘要: 使用快捷键: 按下 Ctrl + F(在Mac上是 Cmd + F)打开查找和替换界面, 然后选择“使用正则表达式”复选框, 并在“查找”框中输入 ^\s*\n, 在“替换”框中留空或输入您想要的替换文本(无内容即为删除),点击“全部替换”按钮。 阅读全文
posted @ 2024-05-28 19:53 emanlee 阅读(601) 评论(0) 推荐(0)
摘要: vs code 自动调整代码格式 安装插件: 阅读全文
posted @ 2024-05-28 19:52 emanlee 阅读(27) 评论(0) 推荐(0)
摘要: $ git push -u origin "master"To https://gitee.com/ee/0523.git ! [rejected] master -> master (non-fast-forward)error: failed to push some refs to 'http 阅读全文
posted @ 2024-05-23 15:05 emanlee 阅读(29) 评论(0) 推荐(0)
摘要: MinGW,是Minimalist GNU for Windows的缩写。它是一个可自由使用和自由发布的Windows特定头文件和使用GNU工具集导入库的集合,允许你在GNU/Linux和Windows平台生成本地的Windows程序而不需要第三方C运行时(C Runtime)库。MinGW 是一组 阅读全文
posted @ 2024-05-22 23:00 emanlee 阅读(264) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 338 下一页