问题: 原因:firefox浏览器版本和浏览器驱动版本不匹配 解决办法:卸载高版本浏览器,安装低版本浏览器 下载地址:http://ftp.mozilla.org/pub/firefox/releases/ 比如http://ftp.mozilla.org/pub/firefox/releases/ ...
分类:
其他好文 时间:
2019-08-20 20:17:24
阅读次数:
80
由于服务器的安全限制, 导致我们在程序里面请求调用很多第三方的https接口返回unable to find valid certification path to requested target等异常信息, 我们可能要通过以下几个办法解决 ...
分类:
Web程序 时间:
2019-08-20 10:42:16
阅读次数:
99
Mysql运用MERGE引擎进行分表 这里所做的分表是指水平拆分,就是多张表数据结构完全一致(所有的数据列一致,不多不少)。 要想用 MERGE引擎,所有需要拆分的表及拆分后的字表,必须为 MYISAM 引擎,这个好难满足。因为 MYISAM 引擎不支持事务,这在生产实际中极少数据表会采用 MYIS ...
分类:
其他好文 时间:
2019-08-20 00:33:03
阅读次数:
170
当运行sudo apt-get install/update/其他命令时,会出现如下提示: E: 无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)E: Unable to acquire the dpkg frontend lock (/v ...
分类:
其他好文 时间:
2019-08-18 13:48:36
阅读次数:
102
在使用numpy读取一个四百多万行数据的.csv文件时抛出了如下异常: numpy.core._exceptions.MemoryError: Unable to allocate array with shape (4566386, 23) and data type <U20 以下是我的源代码: ...
分类:
其他好文 时间:
2019-08-17 18:30:49
阅读次数:
6862
问题: remote: Permission to beijing01/learn_github.git denied to liuhongyang02. fatal: unable to access 'https://github.com/beijing01/learn_github.git/' ...
分类:
其他好文 时间:
2019-08-17 14:38:05
阅读次数:
104
I have Flash Player installed, but I am unable to view Flash content in Chromium. How do I enable Flash Player to view this content? I have Flash Play ...
分类:
其他好文 时间:
2019-08-17 10:25:38
阅读次数:
110
创建映射80端口的交互式容器 安装Nginx 安装文本编辑器vim 创建静态页面 修改Nginx配置文件 运行Nginx 验证网页访问 1、运行一个待端口映射的交互容器,命名为web 2、进入容器, 安装Nginx 3、(可选)发现运行结果为unable to locate package ngin ...
分类:
Web程序 时间:
2019-08-14 12:44:34
阅读次数:
195
【注意事项】 1 所有文件名,输入输出名都必须是小写字母; 2 主函数返回值类型必须是int类型,返回值必须是0; 3 保存名称为题目名.cpp 如:relay.cpp 4 运行内存上限50m Debug->Debugging windows->Examing memory,弹出Memory窗口,即 ...
分类:
其他好文 时间:
2019-08-03 15:03:50
阅读次数:
131
前几天做主从同步的时候没什么问题,今天做双机热备的时候出现了问题,问题如下:Slave failed to initialize relay log info structure from the repository(服务器未能从存储库初始化中继日志信息结构)可能是某些记录的存在导致的把,所以就尝 ...
分类:
其他好文 时间:
2019-08-03 12:39:41
阅读次数:
96