yafeng-Soong

Results 5 comments of yafeng-Soong

I have question about the §5 (the evaluation section) in this paper. When testing the system’s ability to resist traffic analysis attacks, the authors only tested the case where covert...

> > When testing the system’s ability to resist traffic analysis attacks, the authors only tested the case where covert data was YouTube video same as the carrier video. Then...

大家可以看看我搞的泛型分页封装示例,风格类似MyBatis-plus,博客https://juejin.cn/post/7078279187471679518,代码https://github.com/yafeng-Soong/blog-example/tree/main/gorm_page_generic 希望能有所帮助 Hey Guys,I wrote a simple example using generic, the style looks like Java's MyBatis-plus. blog——https://juejin.cn/post/7078279187471679518, Code——https://github.com/yafeng-Soong/blog-example/tree/main/gorm_page_generic Hope to help you.

> The reason why pagination can use generics is that they have the same logic. Take `db.Find` as an example, the model of each user cannot be the same, so...

> I don't think `FileSystemStore` is used in this `gin-contrib/sessions`, so I assume you are using the cookie-based store. > > Here is the `Save` function for cookie-based store. You...