读者指南 目的:为了更好地理解Maven插件 参考文档:菜鸟教程 https://www.runoob.com/maven/maven-tutorial.html Maven是什么? apache项目,纯java开发,基于POM(Project object model),管理项目的构建、报告、文档 ...
分类:
其他好文 时间:
2020-05-07 21:23:15
阅读次数:
79
profile 分析sql开销 1.使用之前先查看当前数据库的版本信息,低版本无法使用. show version(); 或者 show variables like '%version%' 2.查看profiling show variables like '%profil%' ; result: ...
分类:
数据库 时间:
2020-05-05 10:35:12
阅读次数:
73
人脸识别是图像处理与OpenCV非常重要的应用之一,opencv官方专门有教程和代码讲解其实现方法。此示例程序就是使用objdetect模块检测摄像头视频流中的人脸,位于...\opencv\sources\samples\cpp\tutorial_code\objectDetection路径之下。 ...
分类:
其他好文 时间:
2020-05-04 14:57:27
阅读次数:
54
Web Tutorial "Web专题零:HTTP协议" "Web专题一:Servlet" ...
分类:
Web程序 时间:
2020-05-02 23:22:50
阅读次数:
104
Redis Tutorial "Redis专题一:数据类型" "Redis专题二:事务" "Redis专题三:key的过期" ...
分类:
其他好文 时间:
2020-05-02 23:17:38
阅读次数:
105
In this tutorial, we will extend last Maven + Spring hello world example by adding JDBC support, to use Spring + JDBC to insert a record into a custom ...
分类:
数据库 时间:
2020-05-02 09:43:18
阅读次数:
61
1. 根据https://shumeipai.nxez.com/2018/02/20/raspberry pi zero usb ethernet gadget tutorial macos.html的操作, 在我的电脑上由 命令即可连接。现在不懂为什么dhcp的动态ip可以通过ssh连接上?可能是 ...
分类:
其他好文 时间:
2020-05-01 16:26:30
阅读次数:
59
cpu bound还是gpu bound cpu bound:渲染task可能分布在多个线程,叫做多线程渲染。主线程、渲染线程、worker线程。主线程包含一些渲染的任务。渲染线程发送命令给gpu。worker线程执行一些单独的任务,裁剪、mesh skin等。但不同目标也可能不同。 哪个task是 ...
分类:
编程语言 时间:
2020-04-29 14:27:19
阅读次数:
142
通过代理转发后,webapi的swagger无法访问,本质原因是代理后url路径发生变化导致/swagger无法定位到json。 相关issue: issue评论中,一般推荐通过PreSerializeFilters设置BasePath的方案,但在5.x版本中BasePath被删除了。最终选择使用设 ...
分类:
Web程序 时间:
2020-04-29 12:47:09
阅读次数:
131
最近的项目需要用到Redis数据库和MySQL,恶补学习。 Redis的使用手册可以看: https://redis.io/ https://www.runoob.com/redis/redis-tutorial.html http://www.redis.cn/ Redis(Remote Dict ...
分类:
数据库 时间:
2020-04-28 00:28:21
阅读次数:
84