java
mangues
This is a boy who love programming and girl
展开
-
java String 常量变量
编译时替换final String a = "hello"; //字面常量final String b = "world"; //字面常量String c = a+b; //此处会在编译时直接替换成String c = "helloworld"final String a = "hello"; //字面常量String b = &am原创 2018-08-23 10:13:25 · 6535 阅读 · 0 评论 -
给springmvc接口快速增加字段检索,外键从表检索,外键从表查询的searchdb注解
源码地址https://github.com/mangues/search-db安装方式具体案例可以查看 demo分支maven<dependency> <groupId>top.m原创 2018-11-29 14:48:49 · 1059 阅读 · 2 评论