Temp

7805 bookmarks
Custom sorting
微信公众号临时链接如何变成永久的?
微信公众号临时链接如何变成永久的?
神箭手有一个未开源爬虫从搜狗微信采集数据,其他的我都采到了,就是不知道它的永久链接是怎么得来的。找了好久都没找到方法,求大神讲解。sn参数获取不到。
·segmentfault.com·
微信公众号临时链接如何变成永久的?
从Dash iOS开源说起,不要过于追求完美代码
从Dash iOS开源说起,不要过于追求完美代码
在以往开发者的印象里,开源意味着展示自己,意味着对代码有追求,Dash可以说粉碎了这个看法。但代码写得如何,并不妨碍它在商业上的成功。你对追求完美代码有什么看法呢?
·mp.weixin.qq.com·
从Dash iOS开源说起,不要过于追求完美代码
Oracle JDK17及以后的版本真的都免费么?
Oracle JDK17及以后的版本真的都免费么?
大约2021年9月初,看到新闻说Oracle JDK17免费下载,可以免费商用,这就有些奇怪了,因为8月1日时,JDK8的升级还提示要遵守新的不可商用的许可协议(http://www.brofive.org/?p=8924)。于是怀着将信将疑的心情去…
·zhuanlan.zhihu.com·
Oracle JDK17及以后的版本真的都免费么?
gin/.goreleaser.yaml at master · gin-gonic/gin
gin/.goreleaser.yaml at master · gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...
·github.com·
gin/.goreleaser.yaml at master · gin-gonic/gin
How to write a kubectl plugin using Golang
How to write a kubectl plugin using Golang
Table of contents Introduction Decide which plugin you want to develop Clone the Krew plugin template Implementing the plugin Installing the plugin Releasing the plugin on Github Publishing the plugin on Krew Introduction Have you ever thought about extending kubectl cli to add a missing functionality? Actually, extending kubectl is fairly easy, in this blog post I’ll explain how you can write your own plugin with Go. Plugin can be develop in any programming language, but using Go is generally recommended, there is a template that help you set up a new repo, it works on any platform and the plugin is being distributed as a single binary.
·cloudnative.blog·
How to write a kubectl plugin using Golang
GO cookbook 食用指南 - 掘金
GO cookbook 食用指南 - 掘金
不要在锁里面执行费时操作。 这里 “锁里面” 是指在mutex.Lock和mutex.Unlock之间的代码 在锁的最佳编程实践中,如果明确一组数据的并发访问符合 “绝大部分情况下是读操作,少量情况有写操作” ,这种 “读多写少” 特征,那么应该用读写锁。
·juejin.cn·
GO cookbook 食用指南 - 掘金
推荐一个 Go 项目发布工具 · Discussion #134 · IrineSistiana/mosdns
推荐一个 Go 项目发布工具 · Discussion #134 · IrineSistiana/mosdns
前几天在摸索 Github CLI 是如何打包的,发现他们用的是这个东西: GoReleaser 以及其配套 GitHub Actions ,除了 GitHub Actions 还能配合很多 CI 使用,能够代替自己写的脚本进行编译打包并上传的工作,简单且配置灵活,除了打包普通压缩包甚至还能打包 deb 、 rpm 等常见 Linux 包管理器包,感觉非常适合 mosdns 这样的项目。 我...
·github.com·
推荐一个 Go 项目发布工具 · Discussion #134 · IrineSistiana/mosdns
Go Version for Cobra Projects
Go Version for Cobra Projects
Do you use cobra and goreleaser to package and build your golang CLIs. If not, you should reconsider. They are a fantastic combination and combined with one of my new projects you can add an easy to …
·hein.dev·
Go Version for Cobra Projects