Temp

7806 bookmarks
Custom sorting
GitHub - Shopify/ejson: EJSON is a small library to manage encrypted secrets using asymmetric encryption.
GitHub - Shopify/ejson: EJSON is a small library to manage encrypted secrets using asymmetric encryption.
EJSON is a small library to manage encrypted secrets using asymmetric encryption. - GitHub - Shopify/ejson: EJSON is a small library to manage encrypted secrets using asymmetric encryption.
·github.com·
GitHub - Shopify/ejson: EJSON is a small library to manage encrypted secrets using asymmetric encryption.
Prisma
Prisma
Prisma is an ORM that helps app developers build faster and make fewer errors. Combined with its Data Platform developers gain reliability and visibility when working with databases.
·prisma.io·
Prisma
Packer by HashiCorp
Packer by HashiCorp
Packer is a free and open source tool for creating golden images for multiple platforms from a single source configuration.
·packer-git-master-hashicorp.vercel.app·
Packer by HashiCorp
GlitchTip
GlitchTip
GlitchTip is an open source, Sentry API compatible error tracking platform.
·glitchtip.com·
GlitchTip
来!试试用 iPad 来写代码吧!
来!试试用 iPad 来写代码吧!
买了 iPad 以后,就感觉破破 XPS 老吉尔重了,出门还是喜欢带一个 iPad + 某宝20块钱买的蓝牙键盘码码字。但由于上课还是得撸码写写 C 或者 Python 什么的,XPS 还是得带,于是在网络上寻找有没有可以用 iPad 来写代码,最好能调试运行的方案。
·guo.moe·
来!试试用 iPad 来写代码吧!
如何使用 RCON 與伺服器連線
如何使用 RCON 與伺服器連線
RCON 全名為 Remote Console,就字面意思來說就是控制控制台這邊會用 PHP 與 Minecraft 伺服器進行教學,其他有可用的 RCON 也差不多是這種方式。 前置工作 下載 RCON for PHP: https://github.com/thedudeguy/PHP-Minecraft-Rcon設定伺服器 server.propert...
·haer0248.me·
如何使用 RCON 與伺服器連線
【C】MCRCOND:给Minecraft服务器实现更方便的命令交互脚本控制 - 技术宅的结界 - Powered by Discuz!
【C】MCRCOND:给Minecraft服务器实现更方便的命令交互脚本控制 - 技术宅的结界 - Powered by Discuz!
[md]# MCRCOND——给Minecraft服务器实现更方便的命令交互脚本控制最早设计这个程序的想法是想要让冒险者大陆服务器的后台脚本控制更平滑流畅。众所周知,Minecraft服务 ...(来自技术宅的结界)
·0xaa55.com·
【C】MCRCOND:给Minecraft服务器实现更方便的命令交互脚本控制 - 技术宅的结界 - Powered by Discuz!
Go函数的参数传递方式是值传递
Go函数的参数传递方式是值传递
什么是传值(值传递) 传值的意思是:函数传递的总是原来这个东西的一个副本,一副拷贝。比如我们传递一个int类型的参数,传递的其实是这个参数的一个副本;传递一个指针类型的参数,其实传递的是这个该指针的一份拷贝,而不是这个指针指向的值。 对于int这类基础类型我们可以很好的理解,它们就是一个拷贝,但是指针呢?我们觉得可以通过它修改原来的值,怎么会是一个拷贝呢?下面我
·willje.github.io·
Go函数的参数传递方式是值传递