Skip to content

Commit aadde07

Browse files
committed
update go & PLC
1 parent 053d2b0 commit aadde07

File tree

7 files changed

+22
-2
lines changed

7 files changed

+22
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,6 @@
421421
- [PostgreSQL for mac](src/PostgreSQL/mac.md) mac下安装及使用
422422
71. [ICU4C VS ICU4J](src/ICU/README.md)
423423
72. [VS Code](src/VSCode/README.md)
424-
- [go 环境配置](src/VSCode/go.md)
424+
- [go 环境配置](src/VSCode/go.md)
425+
73. [PLC](src/PLC/README.md)
426+
- [西门子 S7-200SmartPLC](src/PLC/Siemens.md)

src/Go/StandardLibrary/sync.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
## sync
1+
## sync
2+
> https://studygolang.com/articles/12972
3+
> https://studygolang.com/articles/319

src/Go/for-select.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## for select
2+
> https://wudaijun.com/2017/10/go-select/
3+
24
- return 退出
35

46
package main

src/Go/portability.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## portability 可移植性
2+
> https://tonybai.com/2017/06/27/an-intro-about-go-portability/
3+
> https://www.jisec.com/application-development/753.html 交叉编译
4+
> CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go
5+
> https://tonybai.com/2014/10/20/cross-compilation-with-golang/

src/Go/tcp.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## tcp 黏包问题
2+
> https://juejin.im/post/5d220f7b6fb9a07ec7553da4

src/PLC/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## PLC
2+
- [西门子 S7-200SmartPLC](Siemens.md)

src/PLC/Siemens.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 西门子 S7-200SmartPLC
2+
> https://blog.csdn.net/u014780302/article/details/52796187
3+
> https://github.com/falionname/Siemens
4+
> https://github.com/netdata-be/libnodave
5+
> https://github.com/robinson/gos7

0 commit comments

Comments
 (0)