重启mysql提示MySQL server PID file could not be found! Starting MySQL...The server quit without updating PID file (/usr/local/mysql/data/rekfan.pid). 我只能呵 ...
分类:
数据库 时间:
2020-04-04 22:36:29
阅读次数:
114
Debugging SSL on Linux To help anyone looking at the SSL code, here are a few tips I've found handy. Contents Logging Network Traces Logging There are ...
分类:
系统相关 时间:
2020-04-02 19:44:51
阅读次数:
84
mac python3.7消费kafka数据时报错如下: kafka.errors.UnsupportedCodecError: UnsupportedCodecError: Libraries for snappy compression codec not found 解决方案: 1. brew ...
分类:
移动开发 时间:
2020-04-02 14:25:37
阅读次数:
246
这行报错predict = model(Variable(x_train)) RuntimeError: Expected object of type torch.cuda.FloatTensor but found type torch.FloatTensor for argument #4 ' ...
分类:
其他好文 时间:
2020-04-02 01:07:38
阅读次数:
188
1、查看系统中的别名 alias 2、临时更改别名 alias rm='command not found.' 3.永久更改别名 vim /etc/profile > 最后一行添加 alias rm='command not found.' 》 保存退出后,source /etc/profile 激 ...
分类:
系统相关 时间:
2020-04-02 01:04:23
阅读次数:
99
一、环境: CentOS 7.7.1908 PHP 7.4.2 Oniguruma 6.9.4二、问题: 安装PHP 7.4.x过程中出现如下错误信息: …………………… checking whether to enable multibyte string support... yes check ...
分类:
Web程序 时间:
2020-04-01 12:36:11
阅读次数:
857
Eclipse版本4.15.0,从https://github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3下载的压缩包按网上的方法安装都不行(包括直接引入压缩包和解压后引入),然后又直接复制下载链接进行添加也 ...
分类:
编程语言 时间:
2020-03-31 23:15:19
阅读次数:
243
运行效果图: 结构目录: 注意事项: 如果logcat有错误提示:No Channel found for pkg, 可参考链接:https://blog.csdn.net/u010356768/article/details/83546008 activity_main.xml: 1 <?xml ...
分类:
其他好文 时间:
2020-03-31 22:47:38
阅读次数:
131
How do I get notifications for commits to a repository? I just found out by accident that you can easily manage to achieve this: fork the project (if ...
分类:
其他好文 时间:
2020-03-31 18:46:41
阅读次数:
64
执行个别shell测试脚本运行报错$'\r': command not found 考虑到可能是windows与Linux的换行符不同的原因(windows是\r\n,Linux是\n)造成的,但是又不想一个个替换。 可以使用如下命令来解决: # vi 脚本名 命令行模式下输入: :set ff=u ...
分类:
系统相关 时间:
2020-03-31 14:10:39
阅读次数:
101