- 博客(5)
- 收藏
- 关注
原创 MacOS Monterey从源码构建安装opencv 4.5.5
1.准备环境 所需的包 CMake 3.9 或更高版本 git Python 2.7 或更高版本和 Numpy 1.5 或更高版本 ant jdk(需要配置环境变量) cd ~ git clone https://gitee.com/mirrors/opencv.git git checkout 4.5.5 cd opencv mkdir build cd build cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -
2022-02-24 13:48:05
2178
原创 JackSon工具类整理
package com.ruoyi.common.utils; import cn.hutool.json.JSONArray; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.ja
2021-03-05 08:39:13
464
3
原创 SpringBoot打包成jar后/WEB-INF/下JSP404错误
1.打包版本更改为1.4.2.RELEASE <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.4.2.RELEASE<...
2019-06-26 14:12:32
1423
原创 微信小程序 微信支付
微信端代码 JS: //index.js //获取应用实例 var app = getApp() Page({ data: { motto: 'Hello World', userInfo: {} }, onLoad: function () { console.log('onLoad') }, // payoff: function...
2018-05-29 15:15:47
833
原创 maven Web项目创建 到 SSM框架的搭建
1.创建MAVEN WEB项目 Eclipse:File->New->Other->Maven Project (1)勾选User default Workspace location->Next (2)选择Artiface Id为maven-archetype-webapp一栏 ->Next (3)输入Group Id->com.sangeban...
2018-05-29 11:24:41
336
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅