上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 342 下一页
摘要: 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 阅读(34) 评论(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 阅读(61) 评论(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 阅读(37) 评论(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 阅读(44) 评论(0) 推荐(0)
摘要: 使用快捷键: 按下 Ctrl + F(在Mac上是 Cmd + F)打开查找和替换界面, 然后选择“使用正则表达式”复选框, 并在“查找”框中输入 ^\s*\n, 在“替换”框中留空或输入您想要的替换文本(无内容即为删除),点击“全部替换”按钮。 阅读全文
posted @ 2024-05-28 19:53 emanlee 阅读(712) 评论(0) 推荐(0)
摘要: vs code 自动调整代码格式 安装插件: 阅读全文
posted @ 2024-05-28 19:52 emanlee 阅读(40) 评论(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 阅读(48) 评论(0) 推荐(0)
摘要: MinGW,是Minimalist GNU for Windows的缩写。它是一个可自由使用和自由发布的Windows特定头文件和使用GNU工具集导入库的集合,允许你在GNU/Linux和Windows平台生成本地的Windows程序而不需要第三方C运行时(C Runtime)库。MinGW 是一组 阅读全文
posted @ 2024-05-22 23:00 emanlee 阅读(317) 评论(0) 推荐(0)
摘要: cd change directory 改变目录,切换目录 cd . 到当前目录 cd .. 到上一级目录 cd \ 到根目录 cd 某一绝对路径 cd 某一相对路径 dir directory 显示当前位置的文件或文件夹 从一个盘到另外一个盘 C: > D: cls 清除显示 mkdir 建立新文 阅读全文
posted @ 2024-05-22 16:07 emanlee 阅读(42) 评论(0) 推荐(0)
摘要: 使用“git remote add origin”指令,可以轻松地将本地项目连接到远程Git仓库. git remote add origin <远程Git仓库地址> 1. 更改默认的远程仓库在项目中可能存在多个远程仓库,如果你想更改默认仓库,可以使用如下指令: git remote set-url 阅读全文
posted @ 2024-05-22 13:05 emanlee 阅读(1813) 评论(0) 推荐(1)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 342 下一页