Skip to content

Commit

Permalink
Merge commit '395850fc7027fe43c343af1b030d30677e963f5f'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisawind committed Jun 18, 2024
2 parents 2e08fa8 + 395850f commit c209fa2
Show file tree
Hide file tree
Showing 705 changed files with 484 additions and 26,056 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
.DS_Store
Thumbs.db
db.json
*.log
node_modules/
public/
.deploy*/
yarn.lock
public
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/github-style"]
path = themes/github-style
url = https://github.com/MeiK2333/github-style.git
Empty file added .hugo_build.lock
Empty file.
21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

40 changes: 0 additions & 40 deletions README.md

This file was deleted.

108 changes: 0 additions & 108 deletions _config.yml

This file was deleted.

5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = false
+++
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ layout: post
title: "Welcome to Jekyll!"
date: 2019-02-01 16:51:50
categories: [other]
tags: [other]
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
<!--more-->

To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: post
title: "Docker基本命令"
date: 2019-2-6 17:58:46
categories: [docker,docker]
categories: [docker]
tags: [docker]
excerpt_separator: <!--more-->
---
通常使用的docker命令.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "个人博客终于搭建完了"
date: 2019-2-6 18:27:08
categories: [other]
tags: [other]
excerpt_separator: <!--more-->
---
个人博客终于搭建完了.
Expand All @@ -18,3 +19,6 @@ https证书是申请域名时,阿里云免费赠送。
博客系统使用的是jekyll,以前试图使用angular-cli,但是当初angular版本不稳定,坑太多放弃了。

使用一段时间试试吧,不知道jekyll好不好用。

2019-08-30 切换到Hexo
2024-06-18 切换到hugo
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Python包内文件相互引用Error"
date: 2019-2-14 17:09:15
categories: [编程语言,python]
tags: [python]
excerpt_separator: <!--more-->
---
Python包内文件相互引用Error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "规则引擎概要"
date: 2019-2-15 15:59:07
categories: [other]
tags: [tools]
excerpt_separator: <!--more-->
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ layout: post
title: "k8s无法删除pod解决方法"
date: 2019-2-18 14:35:46
categories: [k8s]
tags: [linux]
excerpt_separator: <!--more-->
---
k8s无法删除pod解决方法
<!--more-->

1. `kubectl get rc` (或者 `kubectl get rs`)
2. 如果有rc或者rs则删除rc或rs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Go语言异常处理defer,panic,recover"
date: 2019-2-19 14:34:20
categories: [编程语言,golang]
tags: [golang]
excerpt_separator: <!--more-->
---
为什么Golang不使用`try-catch-finally`进行异常处理?可以参考官方给出的解释
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ layout: post
title: "Linux切替阿里云镜像源"
date: 2019-2-22 11:09:35
categories: [linux,centos]
tags: [linux]
pin: true
excerpt_separator: <!--more-->
---
Linux切替阿里云镜像源
<!--more-->

### Centos

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: post
title: "Docker删除none镜像"
date: 2019-2-26 14:25:50
categories: [docker,docker]
categories: [docker]
tags: [docker]
pin: true
excerpt_separator: <!--more-->
---
Docker删除none镜像和Exited的容器
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Ubuntu进程后台运行几个方法"
date: 2019-2-26 14:41:55
categories: [linux,ubuntu]
tags: [linux]
excerpt_separator: <!--more-->
---
Ubuntu进程后台运行几个方法
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: post
title: "Dockerfile 命令"
date: 2019-2-27 16:36:49
categories: [docker,docker]
categories: [docker]
tags: [docker]
excerpt_separator: <!--more-->
---
Dockerfile文件命令
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "QT存储库"
date: 2019-3-1 10:32:32
categories: [qt]
tags: [qt]
excerpt_separator: <!--more-->
---
要继续此操作,至少需要一个有效且已启用的储存库
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "dart如何有效的进行数据转换"
date: 2019-3-1 15:01:59
categories: [编程语言,dart]
tags: [dart]
excerpt_separator: <!--more-->
---
在不同的数据格式之间进行转换,是计算机工程的常规作业。Dart语言也没有例外,使用`dart:convert`核心库,能够提供一系列转换器和有用的工具生成新的转换器。库已经提供了一些常用到的转换例子,例如:`JSON``UTF-8`。在这篇文章中,我们展示了Dart的转换方法是怎样工作的,还有在Dart的世界中,你可以怎样创建自己高效的转换器。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "virtualbox与HyperV冲突"
date: 2019-3-5 11:09:04
categories: [虚拟化,virtualbox]
tags: [windows]
excerpt_separator: <!--more-->
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Kubernetes设计架构"
date: 2019-3-7 11:58:28
categories: [k8s]
tags: [tools]
excerpt_separator: <!--more-->
---
Kubernetes集群包含有节点代理kubelet和Master组件(APIs, scheduler, etc),一切都基于分布式的存储系统。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "mongodb批量修改字段的值"
date: 2019-3-14 18:42:28
categories: [数据库, mongodb]
tags: [mongodb]
excerpt_separator: <!--more-->
---
由于代码Coding时,单词拼写错误,导致需要把数据库`meta.type`的值进行修改。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "nginx编译方法"
date: 2019-3-14 18:46:23
categories: [nginx]
tags: [tools]
excerpt_separator: <!--more-->
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "njs编译方法"
date: 2019-3-14 18:47:24
categories: [nginx]
tags: [tools]
excerpt_separator: <!--more-->
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "njs使用方法"
date: 2019-3-14 18:48:37
categories: [nginx]
tags: [tools]
excerpt_separator: <!--more-->
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "frp内网穿透"
date: 2019-3-19 10:04:48
categories: [other]
tags: [tools]
excerpt_separator: <!--more-->
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Ubuntu Server 18.04使用wifi连接网络"
date: 2019-3-21 17:37:55
categories: [linux,ubuntu]
tags: [linux]
excerpt_separator: <!--more-->
---
服务器在局域网中(无外网),使用无线路由连接外网。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "mongodb多数据库查询"
date: 2019-3-21 17:20:51
categories: [数据库, mongodb]
tags: [mongodb]
excerpt_separator: <!--more-->
---
使用Go语言实现,mongodb多数据库联合查询
Expand Down
Loading

0 comments on commit c209fa2

Please sign in to comment.