• json-schema-validator

    使用工具把要check的json转换成json-schemafun checkJsonData(json: String,schema:String) { val start = System.currentTimeMillis() val jsonSchemaFacor...

    Module with the Main dispatcher is missing. Add dependency providing the Main dispatcher,

    Process: com.shouji.look, PID: 27695 java.lang.IllegalStateException: Module with the Main dispatcher is missing. Add dependency providing the Main...

    Mybaties @Select orderBy错误

    把#改为mybaties可识别的变量${}就可以了如下:原注解@Select(SELECT * FROM users WHERE city = #{cityId} ORDER BY #{byName}) 修改后@Select(SELECT * FROM users WHERE city = #{ci...