41、[FlareOn4]IgniteMe [MRCTF2020]Xor [GKCTF2020]BabyDriver [MRCTF2020]hello_world_go crackMe [WUSTCTF2020]level3 [FlareOn6]Overlong [WUSTCTF2020]Cr0ss ...
分类:
其他好文 时间:
2021-01-27 12:53:28
阅读次数:
0
查看显卡驱动: nvidia-smi 报错: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is instal ...
分类:
其他好文 时间:
2021-01-27 12:52:58
阅读次数:
0
1、MySQL配置: jdbc:mysql://<主机名>:<端口号(默认3306)>/<数据库名> url=jdbc:mysql://localhost:3306/testdb?useUnicode=true&characterEncoding=utf-8 driver=com.mysql.jdb ...
分类:
数据库 时间:
2021-01-26 12:21:17
阅读次数:
0
//对于SpringBoot所推崇的去除xml化编程需求,将原始的spring-*.xml文件使用配置类的方式进行注入 //mybatis // 该标签表示将这个类注入到Spring的IOC容器内 @Configuration // 配置mybatis Mapper的扫描路径 @MapperScan ...
分类:
编程语言 时间:
2021-01-26 12:19:56
阅读次数:
0
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:
其他好文 时间:
2021-01-26 12:04:45
阅读次数:
0
上面的实例程序并没有使用 Mapper 动态代理和注解来完成,下面我们就来试试如何用动态代理和注解: 配置文件: <!-- Mapper 扫描器 --> <bean class="org.mybatis.spring.mapper.MapperScannerConfigurer"> <!-- 扫描 ...
分类:
移动开发 时间:
2021-01-26 11:54:10
阅读次数:
0
一、说在前面 我在用pip下载包时经常有下载比较慢和如下错误的问题 Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pipenv/ 二、解决方法 默认pip是使用Python官方的源,但是由于国外官方源经常被墙,导致不可用,我 ...
分类:
编程语言 时间:
2021-01-26 11:47:24
阅读次数:
0
整体分发流程 Android Input Framework 这篇详细讲解了触摸事件从硬件分发到Activity之前的过程。 graph TD; a(Input Hardware)-->b(Kernel/Driver); b-->c(EventHub); c-->d(InputReader); d- ...
分类:
移动开发 时间:
2021-01-22 12:02:30
阅读次数:
0
连接前请先确保MySQL服务已启动 启动IDEA后点击右侧边栏的Database 会出现下图中的侧边框 如下图,点击加号,选择【Data Source】→【MySQL】 选择MySQL后会弹出如下图窗口,对本次连接命名,输入主机地址、端口、数据库账号密码,点击【Test Connection】,提示 ...
分类:
数据库 时间:
2021-01-22 11:58:54
阅读次数:
0
cv::Mat transparentImage; cv::cvtColor(image, transparentImage, CV_BGR2BGRA); // find all white pixel and set alpha value to zero: for (int y = 0; y < ...
分类:
其他好文 时间:
2021-01-22 11:46:37
阅读次数:
0