File tree 7 files changed +22
-2
lines changed
7 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 421
421
- [ PostgreSQL for mac] ( src/PostgreSQL/mac.md ) mac下安装及使用
422
422
71 . [ ICU4C VS ICU4J] ( src/ICU/README.md )
423
423
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 )
Original file line number Diff line number Diff line change 1
- ## sync
1
+ ## sync
2
+ > https://studygolang.com/articles/12972
3
+ > https://studygolang.com/articles/319
Original file line number Diff line number Diff line change 1
1
## for select
2
+ > https://wudaijun.com/2017/10/go-select/
3
+
2
4
- return 退出
3
5
4
6
package main
Original file line number Diff line number Diff line change
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/
Original file line number Diff line number Diff line change
1
+ ## tcp 黏包问题
2
+ > https://juejin.im/post/5d220f7b6fb9a07ec7553da4
Original file line number Diff line number Diff line change
1
+ ## PLC
2
+ - [ 西门子 S7-200SmartPLC] ( Siemens.md )
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments