SpringBoot整合freemarker的讲解

SpringBoot整合freemarker的讲解

freemarker和thymeleaf是模板引擎。在早前我们使用Struts或者SpringMVC等框架的时候,使用的都是jsp,jsp的本质其实就是一个Servlet,其中的数据需要在后端进行渲...

VS+opencv实现鼠标移动图片

VS+opencv实现鼠标移动图片

基于控制台应用程序+opencv,实现点击鼠标左键,可以拖动图片以显示感兴趣区域 #include opencv2/highgui/highgui.hpp//#include iostream //using namespace std; using namespace...