k8s api

Posted by 夏泽民

curl -is –cacert ca.pem –key admin-key.pem https://localhost:6443/api



Parallels

Posted by 夏泽民

https://www.parallels.cn/pd/general/?utm_source=baidu&utm_medium=ppc



template 源码分析

Posted by 夏泽民

https://www.cnblogs.com/f-ck-need-u/p/10035768.html



reflect 反射访问修改结构体的非导出字段

Posted by 夏泽民

如果字段名的首字母小写,这个字段就是不可导出的。但其实,通过golang提供的反射,我们是可以在包外访问并操作到结构体中的非导出字段的。



funcMap 模板调用函数

Posted by 夏泽民

tpl, err := template.Parse(filename)得到文件名为名字的模板,并保存在tpl变量中。tpl可以被执行来显示模板。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required