├── 2020
├── 11
│ ├── computer-binary
│ │ └── index.html
│ ├── dp1
│ │ └── index.html
│ ├── ml-data-transform
│ │ └── index.html
│ ├── ml-data-visualization
│ │ └── index.html
│ ├── ml-decisiontree1
│ │ └── index.html
│ ├── ml-decisiontree2
│ │ └── index.html
│ ├── ml-knn1
│ │ └── index.html
│ ├── ml-knn2
│ │ └── index.html
│ ├── ml-nb1
│ │ └── index.html
│ ├── ml-nb2
│ │ └── index.html
│ ├── ml-page-rank
│ │ └── index.html
│ └── ml-space-vector-model
│ │ └── index.html
├── 12
│ ├── dp-adapter
│ │ └── index.html
│ ├── dp-code-interface
│ │ └── index.html
│ ├── dp-command
│ │ └── index.html
│ ├── dp-decorator
│ │ └── index.html
│ ├── dp-factory
│ │ └── index.html
│ ├── dp-observer
│ │ └── index.html
│ ├── dp-singleton
│ │ └── index.html
│ ├── dp-strategy
│ │ └── index.html
│ ├── ml-adaboost
│ │ └── index.html
│ ├── ml-apriori
│ │ └── index.html
│ ├── ml-em
│ │ └── index.html
│ ├── ml-kmean
│ │ └── index.html
│ ├── ml-linear-regression
│ │ └── index.html
│ ├── ml-logistic-regression
│ │ └── index.html
│ └── ml-wordcloud
│ │ └── index.html
├── 04
│ ├── 0-basics-py
│ │ └── index.html
│ ├── funny-shell-cmd
│ │ └── index.html
│ ├── git-use
│ │ └── index.html
│ ├── linux-awk
│ │ └── index.html
│ ├── linux-sort
│ │ └── index.html
│ ├── linux-uniq
│ │ └── index.html
│ ├── love-music
│ │ └── index.html
│ ├── ten-lang-hellworld
│ │ └── index.html
│ ├── use-hugo
│ │ └── index.html
│ ├── use-md
│ │ └── index.html
│ ├── used-linux-cmd1
│ │ └── index.html
│ └── vim-use
│ │ └── index.html
├── 05
│ ├── http
│ │ └── index.html
│ ├── python-learn
│ │ └── index.html
│ ├── python-learn0
│ │ └── index.html
│ ├── python-learn1
│ │ └── index.html
│ ├── python-learn10
│ │ └── index.html
│ ├── python-learn11
│ │ └── index.html
│ ├── python-learn12
│ │ └── index.html
│ ├── python-learn13
│ │ └── index.html
│ ├── python-learn14
│ │ └── index.html
│ ├── python-learn2
│ │ └── index.html
│ ├── python-learn3
│ │ └── index.html
│ ├── python-learn4
│ │ └── index.html
│ ├── python-learn5
│ │ └── index.html
│ ├── python-learn6
│ │ └── index.html
│ ├── python-learn7
│ │ └── index.html
│ ├── python-learn8
│ │ └── index.html
│ ├── python-learn9
│ │ └── index.html
│ ├── regex
│ │ └── index.html
│ └── used-linux-cmd2
│ │ └── index.html
├── 06
│ ├── python-learn15
│ │ └── index.html
│ ├── python-learn16
│ │ └── index.html
│ ├── python-learn17
│ │ └── index.html
│ ├── python-learn18
│ │ └── index.html
│ ├── python-learn19
│ │ └── index.html
│ ├── python-learn20
│ │ └── index.html
│ └── python-learn21
│ │ └── index.html
└── 07
│ ├── python-learn22
│ └── index.html
│ ├── python-learn23
│ └── index.html
│ ├── python-learn24
│ └── index.html
│ ├── python-learn25
│ └── index.html
│ └── python-learn26
│ └── index.html
├── 2021
├── 11
│ ├── arch1
│ │ └── index.html
│ ├── arch2
│ │ └── index.html
│ ├── mysql-learn1
│ │ └── index.html
│ ├── mysql-learn2
│ │ └── index.html
│ ├── mysql-learn3
│ │ └── index.html
│ ├── mysql-learn4
│ │ └── index.html
│ ├── mysql-learn5
│ │ └── index.html
│ ├── redis-learn1
│ │ └── index.html
│ ├── redis-learn2
│ │ └── index.html
│ └── redis-learn3
│ │ └── index.html
├── 12
│ └── distributed
│ │ └── index.html
├── 01
│ ├── dp-composite
│ │ └── index.html
│ ├── dp-facade
│ │ └── index.html
│ ├── dp-iterator
│ │ └── index.html
│ ├── dp-proxy
│ │ └── index.html
│ ├── dp-state
│ │ └── index.html
│ ├── dp-template-method
│ │ └── index.html
│ ├── ml-randomforest
│ │ └── index.html
│ ├── ml-svm1
│ │ └── index.html
│ └── ml-svm2
│ │ └── index.html
├── 02
│ ├── es-aggregations
│ │ └── index.html
│ ├── es-analyzers
│ │ └── index.html
│ ├── es-app-search
│ │ └── index.html
│ ├── es-cluster-conf
│ │ └── index.html
│ ├── es-cluster-secure
│ │ └── index.html
│ ├── es-cluster
│ │ └── index.html
│ ├── es-datatypes
│ │ └── index.html
│ ├── es-doc
│ │ └── index.html
│ ├── es-dsl-search
│ │ └── index.html
│ ├── es-install
│ │ └── index.html
│ ├── es-introduction
│ │ └── index.html
│ ├── es-mappings
│ │ └── index.html
│ ├── es-s
│ │ └── index.html
│ ├── es-search-template-suggest
│ │ └── index.html
│ ├── es-search
│ │ └── index.html
│ ├── es-uri-search
│ │ └── index.html
│ └── others-install
│ │ └── index.html
├── 03
│ └── es-logstash-beats
│ │ └── index.html
└── 08
│ ├── jiagou-learn
│ └── index.html
│ └── mysql-learn
│ └── index.html
├── 2022
├── 01
│ ├── msg-queue
│ │ └── index.html
│ └── mysql-cluster
│ │ └── index.html
├── 02
│ ├── java-concurrent1
│ │ └── index.html
│ ├── java-concurrent2
│ │ └── index.html
│ └── netty-learn
│ │ └── index.html
├── 03
│ ├── es-es-cmds
│ │ └── index.html
│ ├── jvm1
│ │ └── index.html
│ ├── jvm2
│ │ └── index.html
│ ├── jvm3
│ │ └── index.html
│ └── tomcat-learn
│ │ └── index.html
├── 04
│ ├── go1
│ │ └── index.html
│ └── go2
│ │ └── index.html
├── 05
│ ├── es-build
│ │ └── index.html
│ ├── git-cmds
│ │ └── index.html
│ ├── go-grpc
│ │ └── index.html
│ └── go3
│ │ └── index.html
└── 06
│ ├── go-grpc
│ └── index.html
│ ├── go1
│ └── index.html
│ ├── go10
│ └── index.html
│ ├── go11
│ └── index.html
│ ├── go12
│ └── index.html
│ ├── go13
│ └── index.html
│ ├── go15
│ └── index.html
│ ├── go2
│ └── index.html
│ ├── go3
│ └── index.html
│ ├── go4
│ └── index.html
│ ├── go5
│ └── index.html
│ ├── go6
│ └── index.html
│ ├── go7
│ └── index.html
│ ├── go8
│ └── index.html
│ └── go9
│ └── index.html
├── 404.html
├── README.md
├── about
└── index.html
├── algorithm
└── index.html
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── book-manager
└── index.html
├── books
└── IntroToBoosting.pdf
├── browserconfig.xml
├── categories
├── category-2
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── category-3
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── english
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── es-笔记
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ ├── 1
│ │ └── index.html
│ │ └── 2
│ │ └── index.html
├── golang笔记
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── index.html
├── index.xml
├── linux-系统
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── music
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── python
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── python简明教程
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ ├── 1
│ │ └── index.html
│ │ └── 2
│ │ └── index.html
├── shortcodes
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── syntax-highlighting
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── theme-preview
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── 中文
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── 学习笔记
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ ├── 1
│ │ └── index.html
│ │ └── 2
│ │ └── index.html
├── 技术入门
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── 日本語
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ └── 1
│ │ └── index.html
├── 机器学习
│ ├── index.html
│ ├── index.xml
│ └── page
│ │ ├── 1
│ │ └── index.html
│ │ └── 2
│ │ └── index.html
└── 设计模式
│ ├── index.html
│ ├── index.xml
│ └── page
│ └── 1
│ └── index.html
├── dist
├── even.26188efa.min.js
├── even.c2a46f00.min.css
└── src
│ └── fonts
│ ├── chancery
│ ├── apple-chancery-webfont.eot
│ ├── apple-chancery-webfont.svg
│ ├── apple-chancery-webfont.ttf
│ ├── apple-chancery-webfont.woff
│ └── apple-chancery-webfont.woff2
│ └── iconfont
│ ├── iconfont.eot
│ ├── iconfont.svg
│ ├── iconfont.ttf
│ └── iconfont.woff
├── dp
└── index.html
├── es
└── index.html
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── go
└── index.html
├── img
├── reward
│ ├── alipay.png
│ └── wechat.png
└── spinner.svg
├── index.html
├── index.xml
├── learn-book
└── index.html
├── lib
├── fancybox
│ ├── jquery.fancybox-3.1.20.min.css
│ └── jquery.fancybox-3.1.20.min.js
├── flowchartDiagrams
│ ├── flowchart-1.8.0.min.js
│ └── raphael-2.2.7.min.js
├── highlight
│ └── highlight.pack.js
├── jquery
│ └── jquery-3.2.1.min.js
├── js-sequence-diagrams
│ ├── danielbd.woff2
│ ├── sequence-diagram-2.0.1.min.css
│ ├── sequence-diagram-2.0.1.min.js
│ ├── snap.svg-0.5.1.min.js
│ ├── underscore-1.8.3.min.js
│ └── webfontloader-1.6.28.js
├── slideout
│ └── slideout-1.0.1.min.js
└── timeago
│ ├── timeago-3.0.2.min.js
│ └── timeago.locales-3.0.2.min.js
├── love-music
└── index.html
├── manifest.json
├── ml
└── index.html
├── mstile-150x150.png
├── music
└── index.html
├── my.md_bak
├── page
├── 1
│ └── index.html
├── 2
│ └── index.html
├── 3
│ └── index.html
├── 4
│ └── index.html
├── 5
│ └── index.html
├── 6
│ └── index.html
├── 7
│ └── index.html
├── 8
│ └── index.html
└── 9
│ └── index.html
├── pics
├── GoF.png
├── ai-fathers.jpg
├── es.png
└── ml.jpg
├── post
├── '
├── chinese-preview
│ └── index.html
├── english-preview
│ └── index.html
├── even-preview
│ └── index.html
├── hidden-post
│ └── index.html
├── index.html
├── index.xml
├── japanese-preview
│ ├── index.html
│ └── zhifubao.png
├── js-flowchart-diagrams
│ └── index.html
├── js-sequence-diagrams
│ └── index.html
├── page
│ ├── 1
│ │ └── index.html
│ ├── 2
│ │ └── index.html
│ ├── 3
│ │ └── index.html
│ ├── 4
│ │ └── index.html
│ ├── 5
│ │ └── index.html
│ ├── 6
│ │ └── index.html
│ ├── 7
│ │ └── index.html
│ ├── 8
│ │ └── index.html
│ └── 9
│ │ └── index.html
├── shortcodes
│ └── index.html
├── syntax-highlighting
│ └── index.html
├── 一篇文章带你编写10种语言helloworld
│ └── index.html
├── 如何用hugo_搭建博客
│ └── index.html
└── 零基础如何自学python
│ └── index.html
├── python-learn
└── index.html
├── robots.txt
├── safari-pinned-tab.svg
├── sitemap.xml
├── sitemap.xsl
├── somecode
├── dp
│ ├── AbstractMethod.java
│ ├── Adapter.java
│ ├── Command.java
│ ├── Component.java
│ ├── Decorator.java
│ ├── Facede.java
│ ├── FactoryMethod.java
│ ├── Observers.java
│ ├── ProxyPattern.java
│ ├── SimpleFactory.java
│ ├── StatePattern.java
│ ├── Strategy.java
│ └── TemplateMethod.java
├── es
│ ├── movies.txt
│ └── movies_es.json
└── ml
│ ├── naive_bayes
│ ├── stop_word
│ │ └── stopword.txt
│ ├── test_data
│ │ ├── test_economy.txt
│ │ ├── test_fun.txt
│ │ ├── test_health.txt
│ │ └── test_sport.txt
│ ├── text_classification.py
│ ├── train_data
│ │ ├── train_economy.txt
│ │ ├── train_fun.txt
│ │ ├── train_health.txt
│ │ └── train_sport.txt
│ └── use_nb.py
│ └── wordcloud
│ ├── SimHei.ttf
│ ├── gushi.txt
│ └── gushi_wordcloud.py
└── tags
├── english
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── index.html
├── index.xml
├── preview
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── python
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── shortcodes
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── syntax-highlighting
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── tag-1
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── tag-2
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── tag-3
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── tag-4
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── tag-5
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── theme-preview
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
├── 中文
├── index.html
├── index.xml
└── page
│ └── 1
│ └── index.html
└── 日本語
├── index.html
├── index.xml
└── page
└── 1
└── index.html
/README.md:
--------------------------------------------------------------------------------
1 | # codeshellme.github.io
2 |
3 | [@码农充电站](https://codeshellme.github.io/),托管在github
4 |
--------------------------------------------------------------------------------
/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeshellme/codeshellme.github.io/76074d9edb1455b1a085768cee81df72f2517083/android-chrome-192x192.png
--------------------------------------------------------------------------------
/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeshellme/codeshellme.github.io/76074d9edb1455b1a085768cee81df72f2517083/android-chrome-512x512.png
--------------------------------------------------------------------------------
/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeshellme/codeshellme.github.io/76074d9edb1455b1a085768cee81df72f2517083/apple-touch-icon.png
--------------------------------------------------------------------------------
/books/IntroToBoosting.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeshellme/codeshellme.github.io/76074d9edb1455b1a085768cee81df72f2517083/books/IntroToBoosting.pdf
--------------------------------------------------------------------------------
/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | #b91d47
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/categories/category-2/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | category-2 on 码农充电站
5 | https://codeshellme.github.io/categories/category-2/
6 | Recent content in category-2 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Tue, 10 Jul 2018 00:00:00 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Theme preview
17 | https://codeshellme.github.io/post/even-preview/
18 | Tue, 10 Jul 2018 00:00:00 +0800
19 |
20 | https://codeshellme.github.io/post/even-preview/
21 | Based on MarkdownPreview test.md. Markdown 1 2 3 4 5 6 7 8 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### Duplicate Header ### Duplicate Header H1 H2 H3 H4 H5 H6 Duplicate Header Duplicate Header Paragraphs 1 2 3 4 This is a paragraph. I am still part of the paragraph. New paragraph. This is a paragraph. I am still part of the paragraph.
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/category-2/page/1/index.html:
--------------------------------------------------------------------------------
1 |
https://codeshellme.github.io/categories/category-2/
--------------------------------------------------------------------------------
/categories/category-3/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | category-3 on 码农充电站
5 | https://codeshellme.github.io/categories/category-3/
6 | Recent content in category-3 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Tue, 10 Jul 2018 00:00:00 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Theme preview
17 | https://codeshellme.github.io/post/even-preview/
18 | Tue, 10 Jul 2018 00:00:00 +0800
19 |
20 | https://codeshellme.github.io/post/even-preview/
21 | Based on MarkdownPreview test.md. Markdown 1 2 3 4 5 6 7 8 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### Duplicate Header ### Duplicate Header H1 H2 H3 H4 H5 H6 Duplicate Header Duplicate Header Paragraphs 1 2 3 4 This is a paragraph. I am still part of the paragraph. New paragraph. This is a paragraph. I am still part of the paragraph.
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/category-3/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/category-3/
--------------------------------------------------------------------------------
/categories/english/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | English · 码农充电站
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
56 |
57 |
61 |
62 |
63 |
64 |
65 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
89 |
90 |
111 |
112 |
113 |
140 |
141 |
142 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
--------------------------------------------------------------------------------
/categories/english/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | English on 码农充电站
5 | https://codeshellme.github.io/categories/english/
6 | Recent content in English on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Thu, 31 Aug 2017 15:43:48 +0800
11 |
12 |
13 |
14 |
15 | -
16 | [English] Creating a New Theme
17 | https://codeshellme.github.io/post/english-preview/
18 | Thu, 31 Aug 2017 15:43:48 +0800
19 |
20 | https://codeshellme.github.io/post/english-preview/
21 | Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I’ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won’t cover using CSS to style your theme.
22 | We’ll start with creating a new site with a very basic template.
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/categories/english/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/english/
--------------------------------------------------------------------------------
/categories/es-笔记/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/es-%E7%AC%94%E8%AE%B0/
--------------------------------------------------------------------------------
/categories/golang笔记/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/golang%E7%AC%94%E8%AE%B0/
--------------------------------------------------------------------------------
/categories/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Categories on 码农充电站
5 | https://codeshellme.github.io/categories/
6 | Recent content in Categories on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Wed, 29 Jun 2022 22:38:52 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Golang笔记
17 | https://codeshellme.github.io/categories/golang%E7%AC%94%E8%AE%B0/
18 | Wed, 29 Jun 2022 22:38:52 +0800
19 |
20 | https://codeshellme.github.io/categories/golang%E7%AC%94%E8%AE%B0/
21 |
22 |
23 |
24 | -
25 | 技术入门
26 | https://codeshellme.github.io/categories/%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8/
27 | Tue, 31 May 2022 22:39:52 +0800
28 |
29 | https://codeshellme.github.io/categories/%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8/
30 |
31 |
32 |
33 | -
34 | ES 笔记
35 | https://codeshellme.github.io/categories/es-%E7%AC%94%E8%AE%B0/
36 | Sun, 29 May 2022 22:39:52 +0800
37 |
38 | https://codeshellme.github.io/categories/es-%E7%AC%94%E8%AE%B0/
39 |
40 |
41 |
42 | -
43 | 学习笔记
44 | https://codeshellme.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/
45 | Mon, 28 Mar 2022 21:38:52 +0800
46 |
47 | https://codeshellme.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/
48 |
49 |
50 |
51 | -
52 | 机器学习
53 | https://codeshellme.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/
54 | Tue, 19 Jan 2021 22:38:52 +0800
55 |
56 | https://codeshellme.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/
57 |
58 |
59 |
60 | -
61 | 设计模式
62 | https://codeshellme.github.io/categories/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/
63 | Fri, 08 Jan 2021 21:38:52 +0800
64 |
65 | https://codeshellme.github.io/categories/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/
66 |
67 |
68 |
69 | -
70 | Python简明教程
71 | https://codeshellme.github.io/categories/python%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B/
72 | Thu, 23 Jul 2020 21:38:52 +0800
73 |
74 | https://codeshellme.github.io/categories/python%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B/
75 |
76 |
77 |
78 | -
79 | Linux 系统
80 | https://codeshellme.github.io/categories/linux-%E7%B3%BB%E7%BB%9F/
81 | Fri, 01 May 2020 01:37:56 +0800
82 |
83 | https://codeshellme.github.io/categories/linux-%E7%B3%BB%E7%BB%9F/
84 |
85 |
86 |
87 |
88 |
--------------------------------------------------------------------------------
/categories/linux-系统/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Linux 系统 on 码农充电站
5 | https://codeshellme.github.io/categories/linux-%E7%B3%BB%E7%BB%9F/
6 | Recent content in Linux 系统 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Fri, 01 May 2020 01:37:56 +0800
11 |
12 |
13 |
14 |
15 | -
16 | 实用的linux 命令(下)
17 | https://codeshellme.github.io/2020/05/used-linux-cmd2/
18 | Fri, 01 May 2020 01:37:56 +0800
19 |
20 | https://codeshellme.github.io/2020/05/used-linux-cmd2/
21 | 三,磁盘管理 15,du Linux du 命令用于显示目录或文件所占的磁盘大小,其语法格式如下: du `参数` `目录或文件` 参数与目录或文件的位置也可以反过来:
22 |
23 |
24 | -
25 | linux awk 命令实用手册
26 | https://codeshellme.github.io/2020/04/linux-awk/
27 | Thu, 16 Apr 2020 21:38:52 +0800
28 |
29 | https://codeshellme.github.io/2020/04/linux-awk/
30 | 0,简介 Linux awk 是一个实用的文本处理工具,它不仅是一款工具软件,也是一门编程语言。awk 的名称来源于其三位作者的姓氏缩写,其作者分别是Alfre
31 |
32 |
33 | -
34 | linux sort 命令实用手册
35 | https://codeshellme.github.io/2020/04/linux-sort/
36 | Thu, 16 Apr 2020 21:38:52 +0800
37 |
38 | https://codeshellme.github.io/2020/04/linux-sort/
39 | Linux 中的sort 命令是一个很实用的工具,用于对文本内容以行为单位进行ASCII 码排序,默认按照升序进行排序(当然也可以按照降序)。 sort 命令的格式
40 |
41 |
42 | -
43 | linux uniq 命令实用手册
44 | https://codeshellme.github.io/2020/04/linux-uniq/
45 | Thu, 16 Apr 2020 21:38:52 +0800
46 |
47 | https://codeshellme.github.io/2020/04/linux-uniq/
48 | Linux uniq 命令用于处理文本内容中的重复行。 这里我们只介绍其常用参数,其完整用法可参见man uniq。 例如,我们有如下文件内容: >>> cat log.txt _______________ hello HEllo world world hello 使
49 |
50 |
51 | -
52 | 实用的linux 命令(上)
53 | https://codeshellme.github.io/2020/04/used-linux-cmd1/
54 | Thu, 16 Apr 2020 21:38:52 +0800
55 |
56 | https://codeshellme.github.io/2020/04/used-linux-cmd1/
57 | 今天介绍几个我常用的Linux 命令,每个命令这里只介绍其常用参数。 对于每个Linux 命令都可以使用man + 命令名称,查看其完整使用方法。 0,
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/categories/linux-系统/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/linux-%E7%B3%BB%E7%BB%9F/
--------------------------------------------------------------------------------
/categories/music/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | music on 码农充电站
5 | https://codeshellme.github.io/categories/music/
6 | Recent content in music on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Thu, 09 Apr 2020 21:38:52 +0800
11 |
12 |
13 |
14 |
15 | -
16 | 音乐
17 | https://codeshellme.github.io/2020/04/love-music/
18 | Thu, 09 Apr 2020 21:38:52 +0800
19 |
20 | https://codeshellme.github.io/2020/04/love-music/
21 | 这是一份歌单,排名不分先后。 国语 1,周深 大鱼 相思 亲爱的旅人啊 愿得一人心 来不及勇敢 漂洋过海来看你 卷珠帘 一缕执念 2,许巍 生活不止眼前的苟且 蓝莲花
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/music/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/music/
--------------------------------------------------------------------------------
/categories/python/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | python on 码农充电站
5 | http://localhost:1313/categories/python/
6 | Recent content in python on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Wed, 30 Aug 2017 01:37:56 +0800
11 |
12 |
13 |
14 |
15 | -
16 | 零基础如何自学Python
17 | http://localhost:1313/post/%E9%9B%B6%E5%9F%BA%E7%A1%80%E5%A6%82%E4%BD%95%E8%87%AA%E5%AD%A6python/
18 | Wed, 30 Aug 2017 01:37:56 +0800
19 |
20 | http://localhost:1313/post/%E9%9B%B6%E5%9F%BA%E7%A1%80%E5%A6%82%E4%BD%95%E8%87%AA%E5%AD%A6python/
21 | 1,什么是Python 人与人的交流需要人类语言,人与计算机交流(控制计算机)需要计算机语言。 Python 是众多计算机语言中的一种,每种计算机语言都有它
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/python/page/1/index.html:
--------------------------------------------------------------------------------
1 | http://localhost:1313/categories/python/
--------------------------------------------------------------------------------
/categories/python简明教程/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/python%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B/
--------------------------------------------------------------------------------
/categories/shortcodes/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | shortcodes on 码农充电站
5 | https://codeshellme.github.io/categories/shortcodes/
6 | Recent content in shortcodes on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Tue, 30 Aug 2016 16:01:23 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Shortcodes
17 | https://codeshellme.github.io/post/shortcodes/
18 | Tue, 30 Aug 2016 16:01:23 +0800
19 |
20 | https://codeshellme.github.io/post/shortcodes/
21 | <h1 id="admonition">Admonition</h1>
22 | <!-- raw HTML omitted -->
23 | <p>biu biu biu.</p>
24 | <!-- raw HTML omitted -->
25 | <!-- raw HTML omitted -->
26 | <!-- raw HTML omitted -->
27 | <!-- raw HTML omitted -->
28 | <!-- raw HTML omitted -->
29 | <div class="highlight"><div class="chroma">
30 | <table class="lntable"><tr><td class="lntd">
31 | <pre class="chroma"><code><span class="lnt"> 1
32 | </span><span class="lnt"> 2
33 | </span><span class="lnt"> 3
34 | </span><span class="lnt"> 4
35 | </span><span class="lnt"> 5
36 | </span><span class="lnt"> 6
37 | </span><span class="lnt"> 7
38 | </span><span class="lnt"> 8
39 | </span><span class="lnt"> 9
40 | </span><span class="lnt">10
41 | </span><span class="lnt">11
42 | </span><span class="lnt">12
43 | </span></code></pre></td>
44 | <td class="lntd">
45 | <pre class="chroma"><code class="language-markdown" data-lang="markdown">{{% admonition note "I'm title!" false %}}
46 | biu biu biu.
47 |
48 | {{% admonition type="note" title="note" details="true" %}}
49 | biu biu biu.
50 | {{% /admonition %}}
51 |
52 | {{% admonition example %}}
53 | Without title.
54 | {{% /admonition %}}
55 |
56 | {{% /admonition %}}
57 | </code></pre></td></tr></table>
58 | </div>
59 | </div>
60 |
61 |
62 |
63 |
--------------------------------------------------------------------------------
/categories/shortcodes/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/shortcodes/
--------------------------------------------------------------------------------
/categories/syntax-highlighting/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Syntax Highlighting on 码农充电站
5 | https://codeshellme.github.io/categories/syntax-highlighting/
6 | Recent content in Syntax Highlighting on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Tue, 30 Aug 2011 16:01:23 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Syntax Highlighting
17 | https://codeshellme.github.io/post/syntax-highlighting/
18 | Tue, 30 Aug 2011 16:01:23 +0800
19 |
20 | https://codeshellme.github.io/post/syntax-highlighting/
21 | <div class="highlight"><div class="chroma">
22 | <table class="lntable"><tr><td class="lntd">
23 | <pre class="chroma"><code><span class="lnt">1
24 | </span><span class="lnt">2
25 | </span><span class="lnt">3
26 | </span></code></pre></td>
27 | <td class="lntd">
28 | <pre class="chroma"><code class="language-js" data-lang="js"><span class="kd">function</span> <span class="nx">helloWorld</span> <span class="p">()</span> <span class="p">{</span>
29 | <span class="nx">alert</span><span class="p">(</span><span class="s2">"Hello, World!"</span><span class="p">)</span>
30 | <span class="p">}</span>
31 | </code></pre></td></tr></table>
32 | </div>
33 | </div>
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/categories/syntax-highlighting/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/syntax-highlighting/
--------------------------------------------------------------------------------
/categories/theme-preview/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Theme preview on 码农充电站
5 | https://codeshellme.github.io/categories/theme-preview/
6 | Recent content in Theme preview on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Tue, 10 Jul 2018 00:00:00 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Theme preview
17 | https://codeshellme.github.io/post/even-preview/
18 | Tue, 10 Jul 2018 00:00:00 +0800
19 |
20 | https://codeshellme.github.io/post/even-preview/
21 | Based on MarkdownPreview test.md. Markdown 1 2 3 4 5 6 7 8 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### Duplicate Header ### Duplicate Header H1 H2 H3 H4 H5 H6 Duplicate Header Duplicate Header Paragraphs 1 2 3 4 This is a paragraph. I am still part of the paragraph. New paragraph. This is a paragraph. I am still part of the paragraph.
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/theme-preview/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/theme-preview/
--------------------------------------------------------------------------------
/categories/中文/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | 中文 · 码农充电站
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
56 |
57 |
61 |
62 |
63 |
64 |
65 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
89 |
90 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
中文
118 |
119 |
120 |
121 |
122 | 2017-08-30
123 |
124 |
125 |
126 | [中文] 《长恨歌》
127 |
128 |
129 |
130 |
131 |
132 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
--------------------------------------------------------------------------------
/categories/中文/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 中文 on 码农充电站
5 | https://codeshellme.github.io/categories/%E4%B8%AD%E6%96%87/
6 | Recent content in 中文 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Wed, 30 Aug 2017 01:37:56 +0800
11 |
12 |
13 |
14 |
15 | -
16 | [中文] 《长恨歌》
17 | https://codeshellme.github.io/post/chinese-preview/
18 | Wed, 30 Aug 2017 01:37:56 +0800
19 |
20 | https://codeshellme.github.io/post/chinese-preview/
21 | 《长恨歌》是中国唐朝诗人白居易的一首长篇叙事诗。 第一段:贵妃受宠爱 汉皇重色思倾国,御宇多年求不得。杨家有女初长成,养在深闺人未识。 天生丽质难
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/中文/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/%E4%B8%AD%E6%96%87/
--------------------------------------------------------------------------------
/categories/学习笔记/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/
--------------------------------------------------------------------------------
/categories/技术入门/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 技术入门 on 码农充电站
5 | https://codeshellme.github.io/categories/%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8/
6 | Recent content in 技术入门 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Tue, 31 May 2022 22:39:52 +0800
11 |
12 |
13 |
14 |
15 | -
16 | Git 命令参考
17 | https://codeshellme.github.io/2022/05/git-cmds/
18 | Tue, 31 May 2022 22:39:52 +0800
19 |
20 | https://codeshellme.github.io/2022/05/git-cmds/
21 | 学习资料: Git 官方手册-中文版 Git 官方手册-英文版 1,git config 1,用户名和邮件 配置用户名和邮件: # 添加配置 git config --global user.name 'Your name' git config --global user.email 'Your email' # 查看配置 git config
22 |
23 |
24 | -
25 | 计算机二进制原码反码补码
26 | https://codeshellme.github.io/2020/11/computer-binary/
27 | Sun, 22 Nov 2020 01:37:56 +0800
28 |
29 | https://codeshellme.github.io/2020/11/computer-binary/
30 | 公号:码农充电站pro 主页:https://codeshellme.github.io 计算机最基本的工作是处理数据,而数据的最底层表现形式是
31 |
32 |
33 | -
34 | Regex 正则表达式入门
35 | https://codeshellme.github.io/2020/05/regex/
36 | Sun, 03 May 2020 01:37:56 +0800
37 |
38 | https://codeshellme.github.io/2020/05/regex/
39 | 0,什么是正则表达式 正则表达式(Regular Expression简写为Regex),又称为规则表达式,它是一种强大的文本匹配模式,其用于在
40 |
41 |
42 | -
43 | HTTP 协议图解
44 | https://codeshellme.github.io/2020/05/http/
45 | Fri, 01 May 2020 01:37:56 +0800
46 |
47 | https://codeshellme.github.io/2020/05/http/
48 | HTTP 协议是一个非常重要的网络协议,我们平时能够使用浏览器浏览网页,其中一个非常重要的条件就是HTTP 协议。 0,什么是网络协议 互联网的目的是分享
49 |
50 |
51 | -
52 | Git 简明手册
53 | https://codeshellme.github.io/2020/04/git-use/
54 | Tue, 28 Apr 2020 01:37:56 +0800
55 |
56 | https://codeshellme.github.io/2020/04/git-use/
57 | 0,Git 是什么 Git 是一个VCS(Version Control System),即版本控制系统。 版本控制系统从字面意思来看,它的用途就是管理/控制文件的版本
58 |
59 |
60 | -
61 | 如何使用Markdown 编写文档
62 | https://codeshellme.github.io/2020/04/use-md/
63 | Sat, 25 Apr 2020 21:38:52 +0800
64 |
65 | https://codeshellme.github.io/2020/04/use-md/
66 | Markdown 是一种轻量级标记语言,用来编写文本文档,一般后缀名为.md。该语言在 2004 由约翰·格鲁伯(John Gruber)创建。 由于Markdown 语法
67 |
68 |
69 | -
70 | 如何高效使用Vim
71 | https://codeshellme.github.io/2020/04/vim-use/
72 | Sat, 11 Apr 2020 01:37:56 +0800
73 |
74 | https://codeshellme.github.io/2020/04/vim-use/
75 | Vim 是一款文本编辑器,被称为编辑器之神,非常适合在shell 中编辑代码,熟练的使用Vim,可以让你高效的编写代码。 Vim 是Vi 的增强版,所有的类U
76 |
77 |
78 | -
79 | 15个有趣好玩的linux shell命令
80 | https://codeshellme.github.io/2020/04/funny-shell-cmd/
81 | Thu, 09 Apr 2020 01:37:56 +0800
82 |
83 | https://codeshellme.github.io/2020/04/funny-shell-cmd/
84 | 今天介绍一些有趣的linux shell命令,所有的命令都可以使用man + 命令名称 来查看完整的使用方法。 1,figlet 字符画 figlet 可以将英文字符
85 |
86 |
87 | -
88 | 一篇文章带你编写10种语言HelloWorld
89 | https://codeshellme.github.io/2020/04/ten-lang-hellworld/
90 | Tue, 07 Apr 2020 01:37:56 +0800
91 |
92 | https://codeshellme.github.io/2020/04/ten-lang-hellworld/
93 | 0,编程语言排行榜 计算机编程语言众多,世界上大概有600 多种编程语言,但是流行的也就几十种。我们来看下编程语言排行榜,下面介绍两种语言排行榜
94 |
95 |
96 | -
97 | 如何用hugo 搭建博客
98 | https://codeshellme.github.io/2020/04/use-hugo/
99 | Mon, 06 Apr 2020 01:37:56 +0800
100 |
101 | https://codeshellme.github.io/2020/04/use-hugo/
102 | 1,Hugo 简介 搭建个人博客有很多开源的博客框架,我们要介绍的框架叫作Hugo。Hugo 是一个基于Go 语言的框架,可以快速方便的创建自己的博
103 |
104 |
105 | -
106 | 零基础如何自学Python
107 | https://codeshellme.github.io/2020/04/0-basics-py/
108 | Mon, 06 Apr 2020 01:37:56 +0800
109 |
110 | https://codeshellme.github.io/2020/04/0-basics-py/
111 | 1,什么是Python 人与人的交流需要人类语言,人与计算机交流(控制计算机)需要计算机语言。 Python 是众多计算机语言中的一种,每种计算机语言都有它
112 |
113 |
114 |
115 |
--------------------------------------------------------------------------------
/categories/技术入门/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8/
--------------------------------------------------------------------------------
/categories/日本語/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 日本語 on 码农充电站
5 | https://codeshellme.github.io/categories/%E6%97%A5%E6%9C%AC%E8%AA%9E/
6 | Recent content in 日本語 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Wed, 30 Aug 2017 01:53:34 +0800
11 |
12 |
13 |
14 |
15 | -
16 | [日本語] 敬語体系
17 | https://codeshellme.github.io/post/japanese-preview/
18 | Wed, 30 Aug 2017 01:53:34 +0800
19 |
20 | https://codeshellme.github.io/post/japanese-preview/
21 | 日本語の敬語体系は、一般に、大きく尊敬語・謙譲語・丁寧語に分類される。文化審議会国語分科会は、2007年2月に「敬語の指針」を答申し、これに
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/categories/日本語/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/%E6%97%A5%E6%9C%AC%E8%AA%9E/
--------------------------------------------------------------------------------
/categories/机器学习/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/
--------------------------------------------------------------------------------
/categories/设计模式/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 设计模式 on 码农充电站
5 | https://codeshellme.github.io/categories/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/
6 | Recent content in 设计模式 on 码农充电站
7 | Hugo -- gohugo.io
8 | en
9 | @码农充电站
10 | Fri, 08 Jan 2021 21:38:52 +0800
11 |
12 |
13 |
14 |
15 | -
16 | 组合模式-统一的处理个别对象与组合对象
17 | https://codeshellme.github.io/2021/01/dp-composite/
18 | Fri, 08 Jan 2021 21:38:52 +0800
19 |
20 | https://codeshellme.github.io/2021/01/dp-composite/
21 | 公号:码农充电站pro 主页:https://codeshellme.github.io 本篇来介绍组合模式(Composite Design Pattern
22 |
23 |
24 | -
25 | 代理模式-访问对象的代理而非其本身
26 | https://codeshellme.github.io/2021/01/dp-proxy/
27 | Thu, 07 Jan 2021 21:38:52 +0800
28 |
29 | https://codeshellme.github.io/2021/01/dp-proxy/
30 | 公号:码农充电站pro 主页:https://codeshellme.github.io 本篇来介绍代理模式(Proxy Design Pattern),通过
31 |
32 |
33 | -
34 | 状态模式-将状态和行为封装成对象
35 | https://codeshellme.github.io/2021/01/dp-state/
36 | Wed, 06 Jan 2021 21:38:52 +0800
37 |
38 | https://codeshellme.github.io/2021/01/dp-state/
39 | 公号:码农充电站pro 主页:https://codeshellme.github.io 本篇文章来介绍状态模式(State Design Pattern),
40 |
41 |
42 | -
43 | 迭代器模式-统一集合的遍历方式
44 | https://codeshellme.github.io/2021/01/dp-iterator/
45 | Tue, 05 Jan 2021 21:38:52 +0800
46 |
47 | https://codeshellme.github.io/2021/01/dp-iterator/
48 | 公号:码农充电站pro 主页:https://codeshellme.github.io 今天来介绍迭代器模式(Iterator Design Pattern
49 |
50 |
51 | -
52 | 模板方法模式-封装一套算法流程
53 | https://codeshellme.github.io/2021/01/dp-template-method/
54 | Mon, 04 Jan 2021 21:38:52 +0800
55 |
56 | https://codeshellme.github.io/2021/01/dp-template-method/
57 | 公号:码农充电站pro 主页:https://codeshellme.github.io 今天来介绍模板方法模式(Template Method Design Patte
58 |
59 |
60 | -
61 | 外观模式-简化子系统的复杂性
62 | https://codeshellme.github.io/2021/01/dp-facade/
63 | Sun, 03 Jan 2021 21:38:52 +0800
64 |
65 | https://codeshellme.github.io/2021/01/dp-facade/
66 | 公号:码农充电站pro 主页:https://codeshellme.github.io 今天来介绍外观模式(Facade Design Pattern)。 1
67 |
68 |
69 | -
70 | 适配器模式-让不兼容的接口得以适配
71 | https://codeshellme.github.io/2020/12/dp-adapter/
72 | Thu, 31 Dec 2020 21:38:52 +0800
73 |
74 | https://codeshellme.github.io/2020/12/dp-adapter/
75 | 公号:码农充电站pro 主页:https://codeshellme.github.io 本篇来介绍适配器模式(Adapter Design Pattern)
76 |
77 |
78 | -
79 | 命令模式-将请求封装成对象
80 | https://codeshellme.github.io/2020/12/dp-command/
81 | Wed, 30 Dec 2020 21:38:52 +0800
82 |
83 | https://codeshellme.github.io/2020/12/dp-command/
84 | 公号:码农充电站pro 主页:https://codeshellme.github.io 本篇来介绍命令模式(Command Design Pattern),
85 |
86 |
87 | -
88 | 装饰者模式-动态的包装原有对象的行为
89 | https://codeshellme.github.io/2020/12/dp-decorator/
90 | Tue, 29 Dec 2020 21:38:52 +0800
91 |
92 | https://codeshellme.github.io/2020/12/dp-decorator/
93 | 公号:码农充电站pro 主页:https://codeshellme.github.io 今天来介绍装饰者模式(Decorator Design Patter
94 |
95 |
96 | -
97 | 观察者模式-将消息通知给观察者
98 | https://codeshellme.github.io/2020/12/dp-observer/
99 | Mon, 28 Dec 2020 21:38:52 +0800
100 |
101 | https://codeshellme.github.io/2020/12/dp-observer/
102 | 公号:码农充电站pro 主页:https://codeshellme.github.io 观察者模式(Observer Design Pattern)也被称为
103 |
104 |
105 | -
106 | 策略模式-定义一个算法族
107 | https://codeshellme.github.io/2020/12/dp-strategy/
108 | Fri, 25 Dec 2020 21:38:52 +0800
109 |
110 | https://codeshellme.github.io/2020/12/dp-strategy/
111 | 公号:码农充电站pro 主页:https://codeshellme.github.io 本篇来介绍策略模式(Strategy Design Pattern)
112 |
113 |
114 | -
115 | 针对接口编程,而不是针对实现编程
116 | https://codeshellme.github.io/2020/12/dp-code-interface/
117 | Wed, 23 Dec 2020 22:38:52 +0800
118 |
119 | https://codeshellme.github.io/2020/12/dp-code-interface/
120 | “针对接口编程”的真正含义是“针对超类型编程”,它利用了多态的特性。 更明确的来说就是,一个变量 a 的声明类型应该是超类型A,所谓的超类型一般是
121 |
122 |
123 | -
124 | 工厂模式-将对象的创建封装起来
125 | https://codeshellme.github.io/2020/12/dp-factory/
126 | Wed, 23 Dec 2020 21:38:52 +0800
127 |
128 | https://codeshellme.github.io/2020/12/dp-factory/
129 | 公号:码农充电站pro 主页:https://codeshellme.github.io 工厂模式(Factory Design Pattern)可细分为三种
130 |
131 |
132 | -
133 | 单例模式-让一个类只有一个实例
134 | https://codeshellme.github.io/2020/12/dp-singleton/
135 | Tue, 22 Dec 2020 21:38:52 +0800
136 |
137 | https://codeshellme.github.io/2020/12/dp-singleton/
138 | 公号:码农充电站pro 主页:https://codeshellme.github.io 当我们需要使得某个类只能有一个实例时,可以使用单例模式
139 |
140 |
141 | -
142 | 设计模式之高质量代码
143 | https://codeshellme.github.io/2020/11/dp1/
144 | Thu, 12 Nov 2020 21:38:52 +0800
145 |
146 | https://codeshellme.github.io/2020/11/dp1/
147 | 公号:码农充电站pro 主页:https://codeshellme.github.io 如果有人问你,“什么样的代码是好代码”,你会怎样回答呢
148 |
149 |
150 |
151 |
--------------------------------------------------------------------------------
/categories/设计模式/page/1/index.html:
--------------------------------------------------------------------------------
1 | https://codeshellme.github.io/categories/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/
--------------------------------------------------------------------------------
/dist/even.26188efa.min.js:
--------------------------------------------------------------------------------
1 | !function(t){var o={};function a(e){if(o[e])return o[e].exports;var n=o[e]={i:e,l:!1,exports:{}};return t[e].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=t,a.c=o,a.d=function(e,n,t){a.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(n,e){if(1&e&&(n=a(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)a.d(t,o,function(e){return n[e]}.bind(null,o));return t},a.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(n,"a",n),n},a.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},a.p="",a(a.s=1)}([function(e,n,t){},function(e,n,t){"use strict";t.r(n);var o={backToTop:function(){var e=$("#back-to-top");$(window).scroll(function(){100<$(window).scrollTop()?e.fadeIn(1e3):e.fadeOut(1e3)}),e.click(function(){$("body,html").animate({scrollTop:0})})},mobileNavbar:function(){var e=$("#mobile-navbar"),n=$(".mobile-navbar-icon"),t=new Slideout({panel:document.getElementById("mobile-panel"),menu:document.getElementById("mobile-menu"),padding:180,tolerance:70});t.disableTouch(),n.click(function(){t.toggle()}),t.on("beforeopen",function(){e.addClass("fixed-open"),n.addClass("icon-click").removeClass("icon-out")}),t.on("beforeclose",function(){e.removeClass("fixed-open"),n.addClass("icon-out").removeClass("icon-click")}),$("#mobile-panel").on("touchend",function(){t.isOpen()&&n.click()})},_initToc:function(){var n=$(".post-toc"),e=$(".post-footer");if(n.length){var t=n.offset().top-20,o=e.offset().top-n.height()-20,a={start:{position:"absolute",top:t},process:{position:"fixed",top:20},end:{position:"absolute",top:o}};$(window).scroll(function(){var e=$(window).scrollTop();ee[t]&&n<=e[t+1])return t;return n>e[e.length-1]?e.length-1:-1}(s,e);if($(r).removeClass("active"),$(l).removeClass("has-active"),-1!==n){$(r[n]).addClass("active");for(var t=r[n].parentNode;"NAV"!==t.tagName;)$(t).addClass("has-active"),t=t.parentNode.parentNode}})},fancybox:function(){$.fancybox&&($(".post-content").each(function(){$(this).find("img").each(function(){$(this).wrap(''))})}),$(".fancybox").fancybox({selector:".fancybox",protect:!0}))},highlight:function(){for(var e=document.querySelectorAll("pre code"),n=0;n'.concat(l+1,"");for(var i="",s=0;s'.concat(a[s],"");t.className+=" highlight";var d=document.createElement("figure");d.className=t.className,d.innerHTML=''.concat(c,' | ').concat(i," |
"),o.parentElement.replaceChild(d,o)}},chroma:function(){for(var e=document.querySelectorAll(".highlight > .chroma"),n=0;n code"),a=o?o.className:"";t.className+=" "+a}},toc:function(){var e=document.getElementById("post-toc");if(null!==e){var n=document.getElementById("TableOfContents");null===n?e.parentNode.removeChild(e):(this._refactorToc(n),this._linkToc(),this._initToc())}},_refactorToc:function(e){for(var n,t=e.children[0],o=t;1===o.children.length&&"UL"===(n=o.children[0].children[0]).tagName;)o=n;o!==t&&e.replaceChild(o,t)},_linkToc:function(){for(var e=document.querySelectorAll("#TableOfContents a:first-child"),n=0;nh"+t),a=0;a