Leon

Results 7 issues of Leon

``` 2019-06-18 15:45:47.748 3510-17027/com.example.app W/System.err: java.io.EOFException 2019-06-18 15:45:47.749 3510-17027/com.example.app W/System.err: at okio.RealBufferedSource.require(RealBufferedSource.java:61) 2019-06-18 15:45:47.749 3510-17027/com.example.app W/System.err: at okio.GzipSource.consumeHeader(GzipSource.java:114) 2019-06-18 15:45:47.749 3510-17027/com.example.app W/System.err: at okio.GzipSource.read(GzipSource.java:73) 2019-06-18 15:45:47.749 3510-17027/com.example.app W/System.err: at okio.Buffer.writeAll(Buffer.java:1135)...

初始化评论框的时候会报错,在create issues时,post的title是空串 暂时把问题定位到gitment.js的53行和156行 平台是Arch Linux,Chrome 版本 59.0.3071.109(正式版本) (64 位) 浏览器代理信息:`Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.109 Safari/537.36` ![deepinscreenshot20170625115535](https://user-images.githubusercontent.com/28891919/27513575-a2832fca-599d-11e7-8280-98f0e9a5606c.png) ![deepinscreenshot20170625115605](https://user-images.githubusercontent.com/28891919/27513576-a2b61aca-599d-11e7-9dff-f8faeeacf39a.png)

只是实现了界面,但实际上验证的功能没有,用了等于白用,机器不会操作你的界面的,想滥用你的接口直接拦截请求去模拟就行了,前端界面直接绕过就行,写的这个东西不和后台配合是验证不了是人是机,用了这个非但没保护接口,反而给用户体验上带来阻碍. 控件写的不错,但没有实际作用

### What is version of KubeSphere DevOps has the issue? 3.3.0 ### How did you install the Kubernetes? Or what is the Kubernetes distribution? ks-installer on k8s ### Describe this...

kind/feature

在模块化架构中,为了减少模块间的耦合,尽量想在每个模块中持有相关的entity和DAO,但是ROOM数据库的架构需要注解所有的entity在一个抽象的AppDatabase类中,如果想减少耦合的话,需要在每一个业务module里声明一个AppDatabase单例,这样内存消耗就会过高,在官方文档中有这么一段备注: > Note: If your app runs in a single process, you should follow the singleton design pattern when instantiating an AppDatabase object. Each RoomDatabase instance is fairly expensive, and...