本文使用的是spring-data-redis 首先说下redis最简单得使用,除去配置。 需要在你要使用得缓存得地方,例如mybatis在mapper.xml中加入: <cache eviction=”…
标签:编程问答
MySQL InnoDB Cluster安装之简介
MySQL InnoDB Cluster安装 ---------------------------------------- 关闭防火墙 systemctl stop firewalld.service 关闭selin…
TensorFlow基础笔记(15) 编译TensorFlow.so,提供给C++平台调用
参考 http://blog.csdn.net/rockingdingo/article/details/75452711 https://www.cnblogs.com/hrlnw/p/7007648.ht…
在Mac中执行.sh脚本,异常/bin/sh^M: bad interpreter: No such file or directory
在Mac/Linux中执行.sh脚本,异常/bin/sh^M: bad interpreter: No such file or directory。 分析:这是不同系统编码格式引起的:在windows系统中编辑的.sh…
Spring Security无法注入authenticationManager:No qualifying bean of type AuthenticationManager found for
出错提示: Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type […
Bazel入门
原文:http://bazel.io/docs/getting-started.html 译者:chai2010 安装 安装过程请参考: http://bazel.io/docs/install.html 使用工作区(w…
错误:上传App Store 时报错
今天把集成了环信客服的程序上传到appstore时报了一下错误: iTunes Store operation failed. Unexpected CFBundleExecutable Key. The bundle …
使用Detectron进行目标检测
背景 上个月的时候(2018年1月),Facebook终于开源了他们的目标检测平台Detectron: facebookresearch/Detectron。这一平台是在老旧的py-faster-rcnn停止维护2年后才…
su: user tomcat does not exist
http://www.cnblogs.com/allegro/p/5005352.html 问题在于 你的startup.sh 里面设置了 用户,你需要修改为root或者tomcat用户 这是开发 迁移碰到的问题 tes…
dart反射
https://www.jianshu.com/p/d68278d19f79
flutter的webview案例
flutter 加载webview 安装插件 flutter_webview_plugin: ^0.2.1 从listview点击item跳转页面加载详情页案例 import 'dart:asy…
oracle数据库无法连接 The Network Adapter could not establish
Caused by: java.sql.SQLException: Io 异常: The Network Adapter could not establish the connection 这个错误很明显是连接不到数据…