Jermineの博客

Jermineの博客

书不记,熟读可记;义不精,细思可精;惟有志不立,直是无着力处。

  • 首页
  • Github
  • Go语言标准库
  • Nyx
  • 关于我

记defer中的一些坑

什么是 defer?如何理解 defer 关键字?Go 中使用 defer 的一些坑。 defer 意为延迟,在 golang 中用于延迟执行一个函数。它可以帮助我们处理容易忽略的问题,如资源释

2017年11月29日

Golang生成C/C++可调用的动态库.so和静态库

Golang类似于C的静态语言,效率也接近于C,如果Golang也可以导出可供C调用的库,那可以和很多高级语言say goodbye了,goo

2017年03月29日

Golang与C互用以及调用C的so动态库和a静态库

Golang与C的关系非常密切,下面主要介绍在Golang中使用C。 Golang中嵌入C代码 package main //#include <stdio.h> //#include <stdlib.h> /* void Hello(char *str) { printf("%s\n", str); } */ import "C" //假设把C当

2017年02月23日

Go语言静态库的编译和使用

本文主要介绍go语言静态库的编译和使用方法,以windows平台为例,linux平台步骤一样,具体环境如下: >echo %GOPATH% E:\share\git\go_practice\ >echo %GOROOT% C:\Go\ >tree /F %GOPATH%\src 卷 work 的文件夹 PATH

2016年08月29日

浅谈Golang sync

尽管 Golang 推荐通过 channel 进行通信和同步,但在实际开发中 sync 包用得也非常的多。另外 sync 下还有一个 atomic 包,提供了一些底层的原子操作(这里不做介绍)。本篇文章主

2016年07月23日

Golang Cross Compiled Config - go语言跨平台交叉编译

go在各个平台交叉编译的介绍 Golang 支持交叉编译,在一个平台上生成另一个平台的可执行程序,最近使用了一下,非常好用,这里备忘一下。 Mac 下的交叉编译 Mac

2016年03月23日

分类

  • all65
  • c/c++2
  • ceph1
  • chart1
  • conda1
  • cuda4
  • database1
  • deeplearn3
  • devops4
  • docker12
  • dotnet-core1
  • efficiency3
  • gdb1
  • git3
  • golang6
  • harbor1
  • helm1
  • kubernetes3
  • kvm2
  • linux30
  • microservice1
  • mq1
  • nvidia3
  • openshift1
  • openstack1
  • python3
  • raspberry-pi7
  • registry1
  • server4
  • sse1
  • tensorflow2
  • tools2
  • train1
  • web1
  • websocket1
  • windows4
  • 代理1
  • 关于我1
  • 协议2
  • 嵌入式1
  • 课程1
  • 项目管理1

标签

  • all1
  • arm6
  • arm646
  • c/c++2
  • ceph1
  • chart1
  • code-review1
  • conda1
  • cross-compiling1
  • cuda4
  • database1
  • debug1
  • deeplearn3
  • devops3
  • dns1
  • docker18
  • dotnet-core1
  • editor1
  • efficiency4
  • gdb1
  • git3
  • golang6
  • gpu1
  • harbor3
  • helm1
  • influxdb1
  • jenkins1
  • jermine1
  • jira2
  • k8s1
  • kubernates1
  • kubernetes3
  • kvm5
  • ldap2
  • linux32
  • markdown1
  • microservice1
  • mirrors1
  • mq1
  • nexcloud1
  • nvida-docker1
  • nvidia3
  • opencv2
  • openshift1
  • openstack1
  • python3
  • raspberry-pi7
  • registry1
  • reviewboard1
  • samba1
  • server4
  • shortcut-keys1
  • sse1
  • ssh1
  • swap1
  • tensorflow3
  • tools1
  • vs-code2
  • web1
  • websocket1
  • windows4
  • 交叉编译1
  • 代理1
  • 关于我1
  • 协议2
  • 嵌入式1
  • 敏捷开发1
  • 武汉大学授课1
  • 课程1
  • 项目管理1

归档

标签云

all arm arm64 c/c++ ceph chart code-review conda cross-compiling cuda database debug deeplearn devops dns docker dotnet-core editor efficiency gdb git golang gpu harbor helm influxdb jenkins jermine jira k8s kubernates kubernetes kvm ldap linux markdown microservice mirrors mq nexcloud nvida-docker nvidia opencv openshift openstack python raspberry-pi registry reviewboard samba server shortcut-keys sse ssh swap tensorflow tools vs-code web websocket windows 交叉编译 代理 关于我 协议 嵌入式 敏捷开发 武汉大学授课 课程 项目管理
RSS 订阅

Powered by Jermine © 2022 Jermineの博客