06 2019 档案

Golang & Postgresql & JWT & GORM & mux
摘要:https://www.sohamkamani.com/blog/golang/2019-01-01-jwt-authentication/ In this tutorial, we are going to learn how to develop and deploy a secure REST 阅读全文

posted @ 2019-06-28 17:14 youhui 阅读(1596) 评论(0) 推荐(0) 编辑

Docker容器进入的4种方式
摘要:https://www.cnblogs.com/xhyan/p/6593075.html 在使用Docker创建了容器之后,大家比较关心的就是如何进入该容器了,其实进入Docker容器有好几多种方式,这里我们就讲一下常用的几种进入Docker容器的方法。 进入Docker容器比较常见的几种做法如下: 阅读全文

posted @ 2019-06-28 10:23 youhui 阅读(167) 评论(0) 推荐(0) 编辑

Linux入门基础
摘要:https://cloud.tencent.com/developer/labs/lab/10000 1、目录操作 1.1 创建目录 使用 mkdir 命令创建目录 mkdir $HOME/testFolder 1.2 切换目录 使用 cd 命令切换目录 cd $HOME/testFolder 使用 阅读全文

posted @ 2019-06-27 10:52 youhui 阅读(259) 评论(0) 推荐(0) 编辑

Vim 编辑器使用详解
摘要:https://cloud.tencent.com/edu/learning/course-1394 阅读全文

posted @ 2019-06-27 10:35 youhui 阅读(75) 评论(0) 推荐(0) 编辑

基于 CentOS 7 搭建 GitLab
摘要:准备环境 在正式开始安装之前,先更新软件包并打开相关服务的权限。 更新软件包 安装 sshd 安装 sshd: 启用并启动 sshd: 配置防火墙 打开 /etc/sysctl.conf 文件,在文件最后添加新的一行并按 Ctrl + S 保存: 启用并启动防火墙: 放通 HTTP: 重启防火墙: 阅读全文

posted @ 2019-06-27 10:31 youhui 阅读(119) 评论(0) 推荐(0) 编辑

CentOS 搭建 Git 服务器
摘要:下载安装 git Git 是一款免费、开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。 以 CentOS 7.2 x64 的系统为环境,搭建 git 服务器。 安装依赖库和编译工具 为了后续安装能正常进行,我们先来安装一些相关依赖库和编译工具 安装编译工具 下载 git 选一个目录, 阅读全文

posted @ 2019-06-27 10:22 youhui 阅读(121) 评论(0) 推荐(0) 编辑

docker部署Go + mysql
摘要:https://studygolang.com/articles/12670 https://studygolang.com/articles/11547 将Golang应用部署到Docker 三、重新构建镜像 重复先前的步骤,回到 gin-blog 的项目根目录下执行 docker build - 阅读全文

posted @ 2019-06-26 18:15 youhui 阅读(2118) 评论(0) 推荐(0) 编辑

Golang Gin开发实践
摘要:https://github.com/gin-gonic/gin https://github.com/EDDYCJY/go-gin-example/blob/master/README_ZH.md https://segmentfault.com/blog/eddycjy 自定义http请求参数签 阅读全文

posted @ 2019-06-24 11:43 youhui 阅读(333) 评论(0) 推荐(0) 编辑

Golang 图像验证码
摘要:https://github.com/mojocn/base64Captcha 小图片使用base64响应对于RESTful服务来说更便捷 安装golang包 go get -u github.com/mojocn/base64Captcha 对于国内用户 go get golang.org/x/i 阅读全文

posted @ 2019-06-24 10:53 youhui 阅读(3311) 评论(0) 推荐(0) 编辑

Golang: A Global Proxy for Go Modules
摘要:https://goproxy.io/zh/ 阅读全文

posted @ 2019-06-24 10:34 youhui 阅读(83) 评论(0) 推荐(0) 编辑

Golang beego/orm
摘要:code: package main import ( "fmt" "github.com/astaxie/beego/orm" _ "github.com/go-sql-driver/mysql" ) type User struct { Id int `orm:"auto"` Name stri 阅读全文

posted @ 2019-06-21 15:34 youhui 阅读(291) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示