- 博客(17)
- 收藏
- 关注
原创 freeCodeCamp | Learn Basic Css by building a Cafe Menu
Basic structure needed to start building your web page. Add the tag, and an html element with a lang attribute of en.Step 2Add a head element within the html element, so you can add a title element. The title element’s text should be Cafe Menu.Step 3Th
2025-03-26 21:49:31
919
原创 中国航天发展
2022年,中国航天全年实施发射任务64次,再次刷新中国航天全年发射次数的纪录。这是我国首型固体捆绑中型运载火箭“长征六号改”的首飞,标志着我国新一代运载火箭家族再添新成员,进一步完善了我国新一代运载火箭的型谱,实现了我国固体捆绑等一系列技术新突破,推动新一代运载火箭迈向更高效、更智能、更安全的发展路径。北京时间2021年6月17日9时22分,搭载神舟十二号载人飞船的长征二号F遥十二运载火箭,在酒泉卫星发射中心点火发射,顺利将聂海胜、刘伯明、汤洪波3名航天员送入太空,飞行乘组状态良好,发射取得圆满成功。
2025-03-26 21:47:14
711
原创 The Markdown Guide Note
1.Getting Started2.Doing Things With Markdown3.Basic SyntaxCharacter Name\ backslash tick mark* asterisk_ uderscore{} curly braces[] brackets() parentheses# pound sign+ plus sign- minus sign(hyphen). dot! exclamation ma
2022-05-09 20:28:06
1027
原创 Markdown行列式代码
行列式代码\[\left|\begin{array}{ccc} 1&6&9\\ 7&90&f(x)\\ 9&psi(x)&g(x)\end{array}\right|\]其中 \left| 和 \right| 表示左右定界符。如果我们将|换成 ( )或 [ ],就得到了矩阵 在这里,行列式和矩阵都是中间对齐的,如果你想左对齐或右对齐,你将{cccc}换成{llll}(左对齐)或{rrrr}(右对齐)就行了。& 是对齐符
2022-04-25 07:08:43
497
原创 Git配置SSH
git config --global user.name "用户名"git config --global user.email "邮箱"mkdir testcd testgit init //初始化git config --global user.name "用户名"git config --global user.email "邮箱"mkdir testcd testgit init //初始化在这里插入代码片...
2022-04-25 07:05:56
1525
原创 How to Install Pycharm and Python on Linux
How to Install Pycharm and Python on Linux
2020-10-29 11:07:15
253
1
Python编程:从入门到实践(第二版)书例源码
2023-01-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人