错误:找不到实体类 解决办法:放错了包,在相应包的平行位置创建了相同的包所以找不到实体类 DEBUG [main] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. DEBUG ...
分类:
其他好文 时间:
2020-09-17 16:04:31
阅读次数:
55
register注册变量可以将输出信息作为变量值示例:[root@jack7-1work]#catregister.ymlhosts:PCremote_user:roottasks:name:testshellshell:"echotest>/root/test"register:testvar==================>将shell输出的结果赋值给tes
分类:
其他好文 时间:
2020-09-17 16:02:37
阅读次数:
28
""" Django settings for swiper project. Generated by 'django-admin startproject' using Django 1.11.15. For more information on this file, see https:// ...
分类:
其他好文 时间:
2020-09-16 12:28:25
阅读次数:
36
一、pre-installerldap1.1、实验环境系统:CentOS7Openldap:2.4.44Freeradius:3.0.13Ldapadmin:1.8.3(win64)Phpldapadmin:1.2.31.2、系统优化关闭防火墙:systemctlstopfirewalld.service&&systemctldisablefirewalld.service关闭Ne
分类:
其他好文 时间:
2020-09-14 19:12:56
阅读次数:
58
课程链接:https://edu.51cto.com/course/24749.html三维点云是物理世界的三维数据表达形式,其应用日益广泛,如自动驾驶、AR/VR、FaceID等。PointNet网络模型是直接对三维点云数据进行深度学习的开山之作,PointNet++是对PointNet的改进技术。本课程对PyTorch版的PointNet++进行原理讲述、论文复现和代码详解。包括:提供三维点云
分类:
Web程序 时间:
2020-09-14 18:47:47
阅读次数:
67
#VS Code:Windows下编写运行C/C程序(GCC) ##安装Visual Studio Code ##在VS Code中安装 C/C扩展(快捷键:Ctrl+Shift+X) ##安装Mingw-w64 下载地址:https://sourceforge.net/projects/mingw ...
分类:
编程语言 时间:
2020-09-11 14:14:04
阅读次数:
70
今天在写二分查找,计算中间值的时候是这样写的: long mid = left + (right - left) >> 1; 然后提交一直都是超时,脑改了很多地方都不行,只能debug,发现循环死在left=16,right=30时,由于循环一直是进入left=mid+1中,然而mid根本没有变,所 ...
分类:
其他好文 时间:
2020-09-09 19:21:19
阅读次数:
59
本文热部署插件(Arthas Hot Swap)是基于 Arthas redefine 命令实现的,使用该插件进行远程热部署无需任何配置,无需使用 debug 端口,只需几个简单动作就能完成。
分类:
编程语言 时间:
2020-09-09 19:00:49
阅读次数:
55
分布式追踪的概念 谷歌在2010年4月发表了一篇论文《Dapper, a Large-Scale Distributed Systems Tracing Infrastructure》(http://1t.click/6EB),介绍了分布式追踪的概念。 对于分布式追踪,主要有以下的几个概念: 追踪 ...
分类:
其他好文 时间:
2020-09-07 19:12:32
阅读次数:
41
VS编译问题:无法将文件“.\bin\Debug \*dll”复制到“bin\*dll”。对路径“bin \*dll”的访问被拒绝。Your project does not reference ".NETFramework,Version=v4.5.2" framework. Add a refe... ...
分类:
Web程序 时间:
2020-09-03 17:07:34
阅读次数:
102