Barat Semet

Results 20 comments of Barat Semet

不用看后台了,我大概知道是什么意思了。 等我有时间了分析下这个需求怎么实现,个人觉得还是蛮有意义的。

由于前期设计的时候,没考虑过这种情况。 分析了一下,如果现在要实现它的话,需要在 302 之前再做一次数据库查询。 这样速度就会慢很多。 所以,这个需求我暂时挂起。等我再下个阶段考虑怎么样优化吧!

from Gitee https://gitee.com/barat/ohurlshortener/issues/I5G0LM

Thanks for ur reply. Let me come back to this issue later. I'm new to sqlite3, I might need to dig in a little bit.

> @PaperPrototype @barats The solution I've been using to avoid manually passing my user data at the end of every request is using the `context.Keys` map to hold the equivalent...

已支持 Reids 存储验证码,查看 PR https://github.com/barats/ohUrlShortener/pull/19 过几天再把 Redis Cluster 的问题解决后,一起发布 v1.9 版本。

多用户操作功能,其实是支持的。 不过用户管理(用户的CURD操作)尚未在后台界面中支持。 近期考虑新增这部分功能。

> 首先这个工具很不错,帮了大忙,感谢作者。但是我遇到一个问题,就是gif图片放大后,变为一张静态图片了,原gif图片是一张动图 竟然有这样的事情?我试试看吧!之前没怎么试过 gif 的问题。 btw:我已经把这个工具做成了GUI软件,不出意外的话,一个月之内会发布。欢迎关注。

Same problem here. I even tried to use PostgreSQL instead of MySQL, failed as well due to the same problem, Database Connection. Is there any upgrade for this?

> Same problem here. > > I even tried to use PostgreSQL instead of MySQL, failed as well due to the same problem, Database Connection. > > Is there any...