240 发简信
IP属地:重庆
  • 在Golang中对MySQL进行操作

    Golang官方并没有提供数据库驱动,但通过database/sql/driver包来提供了实现驱动的标准接口。可以在Github上找到很多开源...

  • Golang中range指针数据的坑

    在Golang中使用for range语句进行迭代非常的便捷,但在涉及到指针时就得小心一点了。 下面的代码中定义了一个元素类型为*int的通道c...

  • 替换云服务器操作系统为Archlinux

    操作环境: 支持浏览器VNC方式登录的云服务商(e.g. 阿里云、腾讯云)Ubuntu 16.04 服务器 准备工作 对于不支持DHCP的厂商,...

  • 使用Certbot签发免费泛域名SSL证书

    服务器环境: ArchlinuxNginx1.15.6(自行编译) (1)安装Certbot (2)开始签发因为我的Nginx是自行编译的,所以...

  • Linux Process Credentials

    Process Credentials包含一系列的ID: real user ID & real group ID effective user...

  • chdir()与chroot()

    最近在学习容器时,遇到了以下几个系统调用,遂作个记录 chdir:更改工作目录 chroot:更改root目录 chdir 示例 chdir将当...

  • Replace Ubuntu on WSL with Archlinux

    欢迎访问我的博客原文:https://blog.peven.me/post/replace-ubuntu-on-wsl-with-archlin...

个人介绍
怎么才能成为大牛啊