1、下载mybatis源码 官网地址:https://github.com/mybatis/mybatis-3 选择需要的版本下载。 本例下载的是 mybatis-3-mybatis-3.5.1,下载完后解压。打开pom.xml,查看mybatis的依赖的父工程版本 2、下载载mybatis-par ...
分类:
其他好文 时间:
2021-05-23 23:47:41
阅读次数:
0
Vue.js 技术揭秘 https://ustbhuangyi.github.io/vue-analysis/v2/prepare/ Vue源码阅读 - 文件结构与运行机制 https://segmentfault.com/a/1190000015440980 ...
分类:
其他好文 时间:
2021-05-23 23:34:12
阅读次数:
0
#include<iostream> #include<cstring> #include<string> #include<stdio.h> using namespace std; void print(int n,char *x,char *y) { if(n<=0) return; int ...
分类:
其他好文 时间:
2021-05-23 23:32:39
阅读次数:
0
FastJson 将对象转换为JSON字符串 下载地址:https://github.com/alibaba/fastjson 转换JSON字符串的步骤: 1. 引入JAR包 ①IDEA中新建文件夹lib ②粘贴fastjson-1.2.70.jar文件 ③打开File-Project Struct ...
分类:
Web程序 时间:
2021-05-23 23:27:08
阅读次数:
0
很多朋友都知道,ffmpeg是一个功能强大的多媒体处理工具,可惜它并不是java语言开发,如果需要在java项目中使用时,得自己写很多代码,幸好github上有一个开源项目jave2 把ffmpeg做了封装,很大程度上简化了开发,使用方法如下: 先添加依赖项 <dependency> <groupI ...
分类:
其他好文 时间:
2021-05-23 23:13:38
阅读次数:
0
csv文件:逗号分隔值(Comma-Separated Values,CSV,有时也称为字符分隔值,因为分隔字符也可以不是逗号) 右键点击raw按钮,选择目标另存为,下载的是txt文件 win10如何修改txt文件为csv文件? https://jingyan.baidu.com/article/4 ...
paper:Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks Tensorflow-faster r-cnn github:Tensorflow Faster RCNN for Object ...
分类:
其他好文 时间:
2021-05-04 16:41:54
阅读次数:
0
基于wine模式安装微信. 参考 https://github.com/zq1997/deepin-wine 在4K屏幕下, 分辨率太高导致字体太小, 如下调整 ...
分类:
微信 时间:
2021-05-04 15:33:57
阅读次数:
0
##Vue3+ElementPlus+Koa2 全栈开发后台系统 Vue3 ElementPlus Koa2-介绍 Element Plus,一套为开发者、设计师和产品经理准备的基于 Vue 3.0 的桌面端组件库。 到目前为止,Element每月已经获得了48800个Github Stars和10 ...
分类:
其他好文 时间:
2021-05-04 15:29:38
阅读次数:
0
#1. 安装依赖 yum install glib2 glib2-devel GeoIP-devel ncurses-devel zlib zlib-devel -y wget https://github.com/maxmind/geoip-api-c/releases/download/v1.6 ...
分类:
其他好文 时间:
2021-05-04 15:25:34
阅读次数:
0