File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ categories:
1212
1313- 1 . [ Kotlin] ( #kotlin )
1414
15- 💠 2024-08-14 15:45:26
15+ 💠 2024-12-25 22:33:48
1616****************************************
1717# Kotlin
1818> [ Kotlin官网] ( https://kotlinlang.org/ )
1919> 一个能够跨越多个平台和领域的语言
2020
21- > [ mirai] ( https://github.com/mamoe/mirai ) ` Kotlin写的QQ客户端 `
21+ ** 实践项目**
22+ > [ mirai] ( https://github.com/mamoe/mirai ) ` Kotlin写的QQ客户端 `
23+ > [ square/okhttp] ( https://github.com/square/okhttp )
2224
2325** 教程资源**
2426- [ Learn Kotlin by Example] ( https://play.kotlinlang.org/byExample/overview )
Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ categories:
9696 ```
97973 . ** 查看版本** ` go version ` 正常输出go的版本则是配置成功
9898
99+ ### 多版本
100+ > [ Managing Go installations - The Go Programming Language] ( https://go.dev/doc/manage-install )
101+
102+ go install golang.org/dl/go1.10.7@latest
103+ go1.10.7 download
104+ go1.10.7 version
105+ go1.10.7 env GOROOT
106+
107+ 安装后,可以发现二进制目录不一样,其他环境变量都是一致的
108+
99109### Hello World
100110
1011111 . 在 ` $HOME/Code/go ` 下 新建 test.go
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ categories:
2222 - 3.3.5. [ Httperf] ( #httperf )
2323 - 3.3.6. [ k6] ( #k6 )
2424- 4 . [ 数据库] ( #数据库 )
25- - 4.0 .1. [ MySQL] ( #mysql )
26- - 4.0 .1.1. [ 主从复制以及读写分离] ( #主从复制以及读写分离 )
25+ - 4.1. [ MySQL] ( #mysql )
26+ - 4.1.1. [ 主从复制以及读写分离] ( #主从复制以及读写分离 )
2727
28- 💠 2024-09-06 11:36:43
28+ 💠 2024-12-25 22:33:48
2929****************************************
3030# Web应用性能优化
3131
@@ -116,6 +116,6 @@ categories:
116116
117117# 数据库
118118
119- ### MySQL
120- #### 主从复制以及读写分离
119+ ## MySQL
120+ ### 主从复制以及读写分离
121121- [ 读写分离博客] ( http://www.cnblogs.com/luckcs/articles/2543607.html )
Original file line number Diff line number Diff line change 22
33- [ testcontainers] ( https://testcontainers.com/ ) ` 将依赖组件运行在容器内,实现完备的集成测试 `
44
5+ ## 测试工具
6+ > [ 30 Best Postman Alternatives in 2024 | Free & Open Source Tools] ( https://apidog.com/blog/top-postman-alternative-open-source/ )
7+
8+ - Postman
9+ - [ Kong/insomnia] ( https://github.com/Kong/insomnia )
10+
511## 自动化测试平台
612- [ gauge] ( https://github.com/getgauge/gauge )
You can’t perform that action at this time.
0 commit comments