forked from xiaolincoder/CS-Base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
262 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# yaml-language-server: $schema=https://huacnlee.github.io/autocorrect/schema.json | ||
rules: | ||
# Default rules: https://github.com/huacnlee/autocorrect/raw/main/autocorrect/.autocorrectrc.default | ||
spellcheck: 2 | ||
spellcheck: | ||
words: | ||
# Please do not add a general English word (eg. apple, python) here. | ||
# Users can add their special words to their .autocorrectrc file by their need. | ||
- ActiveMQ | ||
- AirPods | ||
- Aliyun | ||
- API | ||
- App Store | ||
- AppKit | ||
- AppStore = App Store | ||
- AWS | ||
- CacheStorage | ||
- CDN | ||
- CentOS | ||
- CloudFront | ||
- CORS | ||
- CPU | ||
- DNS | ||
- Elasticsearch | ||
- ESLint | ||
- GeForce | ||
- GitHub | ||
- GPU | ||
- H5 | ||
- Hadoop | ||
- HBase | ||
- HDFS | ||
- HKEX | ||
- HTML | ||
- HTTP | ||
- HTTPS | ||
- I10n | ||
- I18n | ||
- iMovie | ||
- IndexedDB | ||
- Intel | ||
- iOS | ||
- iPad | ||
- iPadOS | ||
- iPhone | ||
- iTunes | ||
- JavaScript | ||
- jQuery | ||
- JSON | ||
- JWT | ||
- Linux | ||
- LocalStorage | ||
- macOS | ||
- Markdown | ||
- Microsoft | ||
- MongoDB | ||
- Mozilla | ||
- MVC | ||
- MySQL | ||
- Nasdaq | ||
- Netflix | ||
- NodeJS = Node.js | ||
- NoSQL | ||
- NVDIA | ||
- NYSE | ||
- OAuth | ||
- Objective-C | ||
- OLAP | ||
- OSS | ||
- P2P | ||
- PaaS | ||
- RabbitMQ | ||
- Redis | ||
- RESTful | ||
- RSS | ||
- RubyGem | ||
- RubyGems | ||
- SaaS | ||
- Sass | ||
- SDK | ||
- Shopify | ||
- SQL | ||
- SQLite | ||
- SQLServer | ||
- SSL | ||
- Tesla | ||
- TikTok | ||
- tvOS | ||
- TypeScript | ||
- Ubuntu | ||
- UML | ||
- URI | ||
- URL | ||
- VIM | ||
- watchOS | ||
- WebAssembly | ||
- WebKit | ||
- Webpack | ||
- Wi-Fi | ||
- Windows | ||
- WWDC | ||
- Xcode | ||
- XML | ||
- YAML | ||
- YML | ||
- YouTube |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
## **实验** | ||
|
||
实验一把看看… 建一张表 | ||
实验一把看看…… 建一张表 | ||
|
||
```sql | ||
CREATE TABLE person( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ select count(id) from t_order; | |
|
||
用下面这条语句作为例子: | ||
|
||
``` | ||
```plain | ||
select count(1) from t_order; | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.