ios 打开app应用权限 var cllocationManger = plus.ios.importClass("CLLocationManager"); var enable = cllocationManger.locationServicesEnabled(); var status = ...
分类:
移动开发 时间:
2020-04-08 12:30:06
阅读次数:
114
if (plus.os.name == "Android") { var context = plus.android.importClass("android.content.Context"); var locationManager = plus.android.importClass("an ...
分类:
移动开发 时间:
2020-04-08 11:45:39
阅读次数:
109
1、Mybatis或Mybatis Plus创建重复Mapper问题:Skipping MapperFactoryBean with name 'XXX' and 'xx.xx..' mapperInterface. Bean already defined with the same name!, ...
分类:
其他好文 时间:
2020-04-06 13:37:23
阅读次数:
190
Mybatis Plus Introduce Simple:MyBatis Plus is an powerful enhanced tool for MyBatis. it provides many efficient operations for MyBatis. and you can se ...
分类:
其他好文 时间:
2020-04-05 13:18:30
阅读次数:
87
选择Remote Access Plus作为企业内部远程工具的五个原因
分类:
数据库 时间:
2020-04-03 15:11:26
阅读次数:
113
为了解放程序员的双手,减少重复性代码的编写,推荐使用插件:mybatis-plus-generator 进行代码自动生成。下面我将详细介绍通过 mybatis-plus-generator 插件自动生成 controller、service、mapper、serviceImpl相关代码。 项目工程目 ...
分类:
其他好文 时间:
2020-04-03 13:45:01
阅读次数:
80
一.创建定义方法的类 public class MyMethod extends AbstractMethod { @Override public MappedStatement injectMappedStatement(Class<?> mapperClass, Class<?> modelC ...
分类:
数据库 时间:
2020-04-03 00:30:02
阅读次数:
86
一.Configuration @Configuration public class MybatisPlusConfiguration { public static ThreadLocal<String> inputTableName = new ThreadLocal<>(); @Bean p ...
分类:
数据库 时间:
2020-04-02 01:34:58
阅读次数:
256
CompareCamp是一个受信任的B2B评价平台,由评估SaaS工具的领先行业专家管理。这是可靠的SaaS评价来源,可提供建议、信息和分析,以帮助企业选择合适的软件。根据CompareCamp的专家和该平台的用户所说,PatchManagerPlus是市场上性能最高的补丁管理和分发解决方案之一。在分析了产品之后,CompareCamp为PatchManagerPlus颁发了两个奖项:优质用户体验
分类:
其他好文 时间:
2020-04-01 19:20:11
阅读次数:
63
org.mybatis.caches.ehcache.LoggingEhcache 错误信息 今天在测试mybatis plus生成代码,生成完成后启动过程中报错,错误信息如下: 查看错误日志可以看到一条重要信息 : org.mybatis.caches.ehcache.LoggingEhcache ...
分类:
系统相关 时间:
2020-03-30 13:07:41
阅读次数:
91