上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 338 下一页
摘要: cd change directory 改变目录,切换目录 cd . 到当前目录 cd .. 到上一级目录 cd \ 到根目录 cd 某一绝对路径 cd 某一相对路径 dir directory 显示当前位置的文件或文件夹 从一个盘到另外一个盘 C: > D: cls 清除显示 mkdir 建立新文 阅读全文
posted @ 2024-05-22 16:07 emanlee 阅读(24) 评论(0) 推荐(0)
摘要: 使用“git remote add origin”指令,可以轻松地将本地项目连接到远程Git仓库. git remote add origin <远程Git仓库地址> 1. 更改默认的远程仓库在项目中可能存在多个远程仓库,如果你想更改默认仓库,可以使用如下指令: git remote set-url 阅读全文
posted @ 2024-05-22 13:05 emanlee 阅读(1553) 评论(0) 推荐(1)
摘要: git github gitee 目录 git 使用要检查一致性: 本地历史记录--网络上记录 本地文件的修改时间,修改的内容。 git 入门教程 (github,gitee) git 的使用 Git分支模型 git fetch 和 pull 的区别 git, github, gitee, Comm 阅读全文
posted @ 2024-05-22 07:46 emanlee 阅读(12) 评论(0) 推荐(0)
摘要: https://111.111.111.111/ The connection for this site is not secure 111.111.111.111 uses an unsupported protocol. Try: Search the web for 111.111.111. 阅读全文
posted @ 2024-05-21 19:03 emanlee 阅读(17) 评论(0) 推荐(0)
摘要: ibm power 内存条 顺序 P740 P720 740 IBM Power 740 内存缺失问题 IBM Power 740 7 单用户引导模式 IBM Power 740 面板操作查看IP地址 power 740 p740 连接远程管理模块 阅读全文
posted @ 2024-05-21 09:55 emanlee 阅读(46) 评论(0) 推荐(0)
摘要: Values and units, in CSS, are significant as they determine the size, proportions, and positioning of elements on a web page. Units, define the measur 阅读全文
posted @ 2024-05-19 12:03 emanlee 阅读(48) 评论(0) 推荐(0)
摘要: There are four ways to associate styles with your HTML document. Most commonly used methods are inline CSS and External CSS. Embedded CSS - The <style 阅读全文
posted @ 2024-05-19 12:02 emanlee 阅读(19) 评论(0) 推荐(0)
摘要: cs01 CSS Syntax cs02 CSS Selectors cs03 CSS Inclusion cs04 CSS Measurement Units cs05 CSS Paddings Property REF https://www.tutorialspoint.com/css/ind 阅读全文
posted @ 2024-05-19 12:00 emanlee 阅读(9) 评论(0) 推荐(0)
摘要: A CSS comprises of style rules that are interpreted by the browser and then applied to the corresponding elements in your document. A style rule is ma 阅读全文
posted @ 2024-05-19 12:00 emanlee 阅读(14) 评论(0) 推荐(0)
摘要: CSS selectors are patterns used to select and style HTML elements on a web page. They allow you to target specific elements or groups of elements to a 阅读全文
posted @ 2024-05-19 10:33 emanlee 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 338 下一页