信息来自 https://docs.nvidia.com/cuda/cuda toolkit release notes/index.html title resolved issues ...
分类:
其他好文 时间:
2019-12-29 16:57:17
阅读次数:
370
docker启动mysql反复重启,通过 # docker logs $container_id 查看日志如下: chown: cannot read directory '/var/lib/mysql/': Permission denied 但是目录权限确认没问题,即使 chmod 777 还是 ...
分类:
数据库 时间:
2019-12-29 16:47:15
阅读次数:
76
Problem Statement Given two words word1 and word2, find the minimum number of operations required to convert word1 to word2. You have the following 3 ...
分类:
其他好文 时间:
2019-12-29 11:21:04
阅读次数:
66
part1:正确 文本文件可以看,二进制文件看不懂。 part2: #include <stdio.h> #include <stdlib.h> #include <string.h> const int N = 10; // 定义结构体类型struct student,并定义其别名为STU typ ...
分类:
其他好文 时间:
2019-12-29 10:45:40
阅读次数:
57
链接: https://codeforces.com/contest/1279/problem/C 题意: Santa has to send presents to the kids. He has a large stack of n presents, numbered from 1 to n ...
分类:
其他好文 时间:
2019-12-29 00:36:12
阅读次数:
93
1.1: // 将file1.txt中小写字母转换成大写后,另存为file2.txt #include <stdio.h> #include <stdlib.h> int main() { FILE *fin, *fout; // 定义文件类型指针 int ch; fin = fopen("file ...
分类:
其他好文 时间:
2019-12-28 23:11:10
阅读次数:
148
1. 自己用vCenter安装了一个ubuntu18.04, 结果因为是 vCenter6.7 只有web界面, 发现GUI操作时鼠标位置不对,没办法只能通过cli的方式设置ip地址. 2. 先简单查看一下虚拟机的ip地址,然后通过ssh连接上去. 这里面有一点ubuntu 默认不允许root用户登 ...
分类:
系统相关 时间:
2019-12-28 16:30:02
阅读次数:
124
eslint Cannot read property 'range' of null错误 手动添加的配置,2个项目OK,还个项目 运行报错 Cannot read property 'range' of null TypeError: Cannot read property 'range' of ...
分类:
其他好文 时间:
2019-12-28 09:40:11
阅读次数:
155
1、BUG Cannot set headers after they are sent to the client 解决 :即发出一次请求得到两次或以上的回应时会出现此警告,此时注意查看再在一些条件下是否有使用return终止请求 2、地址栏怪异问题....id=%209 在html中查看时链接是 ...
分类:
Web程序 时间:
2019-12-28 09:36:51
阅读次数:
112
记一次RabbitMQ,使用Jackson反序列化的报错; 报错: Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of out of START_ ...
分类:
其他好文 时间:
2019-12-27 13:12:16
阅读次数:
298