zhouixi

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 ··· 11 下一页

2019年5月21日

摘要: git status 这里面的iml文件类似 eclipse .project文件 ,不能删除 。删除就不能识别项目了。 通过git .gitignore文件 过滤 git status gitignore 会提示修改过。我们要忽略这个文件 git update-index --assume-unc 阅读全文
posted @ 2019-05-21 14:40 zhouixi 阅读(123) 评论(0) 推荐(0) 编辑

2019年5月16日

摘要: 启动类配置扫描 goods.mapper为当前项目mapper路径 ,common.mpper为其他jar包。 1. 2.mybatis.mapper-locations=classpath*:mapper/*.xml 注意:classpath后面有个星号(*) 成功获取到common.mapper 阅读全文
posted @ 2019-05-16 17:34 zhouixi 阅读(3939) 评论(0) 推荐(1) 编辑

2019年5月15日

摘要: gogs 阅读全文
posted @ 2019-05-15 17:28 zhouixi 阅读(2380) 评论(0) 推荐(0) 编辑

2019年5月14日

摘要: 枚举: //实现层调用 orderMapper.getOrder(OrderStatus.DISCOUNT); sql打印: 实际sql: select * from order where orderStatus = DISCOUNT 预期sql: select * from order wher 阅读全文
posted @ 2019-05-14 18:06 zhouixi 阅读(780) 评论(0) 推荐(0) 编辑

2019年5月2日

摘要: 一般的项目 如果没有做防刷 容易被人爆接口 或者就是说没有做token防刷过滤。 容易被人用正常的token刷接口。有些token非一次性。 用户登录之后生成token会有一个过期时间,但一般没有做频率检查,每访问一次,会延长这个token时间,刷新用户状态 另一种就是养号,拿着真实的token,哪 阅读全文
posted @ 2019-05-02 21:27 zhouixi 阅读(3299) 评论(0) 推荐(1) 编辑

2019年4月27日

摘要: 数据表: 静态用 case when then mysql 只能,动态用存储 , SQL Server中行列转换用 Pivot UnPivot 结果: sql: 阅读全文
posted @ 2019-04-27 22:20 zhouixi 阅读(1413) 评论(0) 推荐(0) 编辑

2019年4月26日

摘要: controller 监听器,监听配置实时变化 src/main/resources >META-INF >app.properties apollo 界面 测试访问 : 实时变化 测试: 控制台打印: OK。 阅读全文
posted @ 2019-04-26 14:54 zhouixi 阅读(225) 评论(0) 推荐(0) 编辑

2019年4月17日

摘要: import java.util.Stack; public class Solution { public static void main(String[] args) { Solution s = new Solution(); System.out.println(s.isValid("[]{")); ... 阅读全文
posted @ 2019-04-17 23:31 zhouixi 阅读(447) 评论(0) 推荐(0) 编辑

2019年3月20日

摘要: 一次 诡异的 idea Invalid bound statement (not found): 配置文件: mybatis.mapper-locations=classpath:mapper/*.xml 错 mybatis.mapperLocations=classpath:mapper/*.xm 阅读全文
posted @ 2019-03-20 22:44 zhouixi 阅读(192) 评论(0) 推荐(0) 编辑

2019年3月17日

摘要: 后台代码: git:https://gitee.com/xxoo0_297/js_rsa_java.git 阅读全文
posted @ 2019-03-17 20:01 zhouixi 阅读(1376) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 11 下一页