Skip to content

Commit

Permalink
更改文件名,新增目录
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimiankang committed Sep 19, 2024
1 parent f672fb7 commit fa3676c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 17 deletions.
17 changes: 4 additions & 13 deletions ComputerSkills.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ LoremN*M // M 代表要生成几句
``` scss

ctrl + ~ //打开终端
ctrl + b // 打开资源管理器
ctrl + k ctrl + o //打开文件夹
ctrl + k ctrl + t //打开主题设置
ctrl + shift + p //打开 VsCode 命令面板
alt + 上下键 //调整代码位置
alt + 上下键 //调整代码位置
alt + l alt + o //在本地服务打开
alt + b //在默认浏览器打开

Expand All @@ -96,7 +97,7 @@ ctrl + shift + n //新建窗口
ctrl + shift + k //删除一行内容
ctrl + k ; ctrl + 0 //折叠所有代码 不同的数字代表 折叠等级 0是折叠全部 1是折叠第一级
ctrl + k ; ctrl + j //展开所有代码

ctrl + shift + c // 在根目录打开CMD
```

## HbuilderX 使用:
Expand Down Expand Up @@ -158,7 +159,7 @@ ctrl + shift + a // 查找操作

```

## Jet Brains 全家桶 插件
## Jet Brains 全家桶插件

| 插件名称 | 说明 |
| :--------------------------------- | :--------------------------------------------------- |
Expand All @@ -178,16 +179,6 @@ ctrl + shift + a // 查找操作



## ApiCloud Studio3 使用:

**简介:**基于业界领先的VSCode深度定制,帮助您快速地构建多端应用,我们为Windows、Mac和Linux提供了出色的开发体验,您可以使用自己喜欢的操作系统进行开发。

```scss

```



## SubmileText 使用:

```scss
Expand Down
4 changes: 3 additions & 1 deletion Frontend_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@

​ 输入伪类选择器:input:focus{color:red;}( 键盘输入焦点 )



**其他伪类选择器:**

- p:first-child{color:red;} (第一个p)
Expand Down Expand Up @@ -246,7 +248,7 @@ text-indent // 首行缩进

**turn:** 全称为 Turns,表示圈(转),一个圆共一圈(转)

| 单位 | 基于... |
| 单位 | 描述 |
| :----- | :----------------------------------------------------------- |
| `em` | 元素的字号 |
| `ex` | 字体的 X 字高(x-height) |
Expand Down
File renamed without changes.
File renamed without changes.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# study-notes
存放我的学习笔记
### 我的学习笔记



**HelloWorld.md** 笔记其实是综合编程类,存放关于各个编程种使用到的工具,以及一些语法...

也不知道为啥在Github上预览有些格式会很乱😵😵

#### 目录

| 文件 | 描述 |
| -------------------------------------------------- | ----------------------------------------------------------- |
| <a href="./ComputerSkills.md">ComputerSkills</a> | 计算机使用技巧,记录一些使用计算机的快捷键之类的内容 |
| <a href="./Frontend_notes.md">Frontend_notes</a> | 学习前端笔记,主要记录HTML和CSS的基础内容和使用技巧 |
| <a href="./HelloWorld.md">HelloWorld</a> | 综合编程类,存放关于各个编程种使用到的工具,以及一些语法... |
| <a href="./Java_notes.md">Java_notes</a> | Java学习笔记 |
| <a href="./JavaScript.md">JavaScript</a> | Js学习笔记包括NodeJS |
| <a href="./jQuery_notes.md">jQuery_notes</a> | jQuery学习笔记 |
| <a href="./Linux_notes.md">Linux_notes</a> | Linux学习笔记,记录一些Linux的命令以及一些使用技巧 |
| <a href="./">MongoDB_notes</a> | MongoDB笔记,记录MongoDB的一些概念以及用法 |
| <a href="./Photoshop_notes.md">Photoshop_notes</a> | 记录PS和LR的使用快捷键和一些方法技巧 |
| <a href="./PHP_notes.md">PHP_notes</a> | PHP学习笔记 |
| <a href="./Python_notes.md">Python_notes</a> | Python学习笔记 |
| <a href="./React_notes.md">React_notes</a> | React学习笔记 |
| <a href="./SQL_notes.md">SQL_notes</a> | SQL语法、主要还是以MySQL为例 |
| <a href="./Vue_notes.md">Vue_notes</a> | Vue学习笔记 |
| <a href="./WeChatMP.md">WeChatMP</a> | 微信小程序笔记 |



咱也不知道为啥在Github上预览有些格式会很乱😵😵
File renamed without changes.

0 comments on commit fa3676c

Please sign in to comment.