Results 15 comments of njhd2

Hi, i met the same problem, and i use it like this way. ``` import React, { Component } from 'react'; import { SafeAreaView, Text, StyleSheet } from 'react-native'; import...

这里jwt生成的token存在了哪个地方呢, 也没放存在mysql里面啊

``` replace ( github.com/EDDYCJY/go-gin-example/pkg/setting => ~/go-application/go-gin-example/pkg/setting ) ``` ### go version 1.13.5 中, 需要将replace路径指定为相对路径, 否则报路径错误, 这是我的路径 ``` replace ( gin-blog/conf => ./conf ) ```

"github.com/Unknwon/com" 这里的Unknwon应该为unknwon

> 如果不想用 Postman,也可以在命令行用 curl 哈~ > 尤其是你本机开了 VPN 的时候,Postman 就会和 VPN 冲突,这时候 curl 就比较容易解决这个问题了。 > > ``` > 获取标签列表 > curl 127.0.0.1:8000/api/v1/tags > > 新建标签 > curl -X POST --data...

> 另外,`BeforeCreate` 和 `BeforeUpdate` 定义在 `Model` 而不是 `Tag` 上,是不是会更方便一点呢? > 这样,我们就不用在后续的新Model类型里面定义同样的Hook方法了。 后面的章节将这个判断放到了Model中,

> 是不是要在 models.go 里面加上 `db.AutoMigrate(&Tag{})`?我这里一直提示数据库中没有这个表。 数据库里面的表是自己手动创建的, 你打开mysql看看,

还是使用[largelist](https://github.com/bolan9999/react-native-largelist)吧