https://blog.csdn.net/notacoder/article/details/102680465 https://blog.csdn.net/weixin_46233323/article/details/104871075 sudo rm /var/lib/apt/lists/l ...
分类:
系统相关 时间:
2021-06-02 19:09:24
阅读次数:
0
问题描述: pymssql模块连接sqlserver出现如下错误: pymssql._pymssql.OperationalError) (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Se ...
分类:
数据库 时间:
2021-06-02 19:05:11
阅读次数:
0
运行代码出现类似下图报错 selenium.common.exceptions.WebDriverException: Message:An unknow server-side error occurred while processing the command.Original error:F ...
分类:
移动开发 时间:
2021-06-02 18:56:17
阅读次数:
0
Linux安装与使用: 首先,我们要先安装虚拟机(VMware ),然后在安装Linux操作系统,Linux操作系统有很多,安装自己的需求去官网下载使用即可;我用的是Ubuntu系统; 安装虚拟机及Ubuntu系统 虚拟机安装 下载VMware: 百度搜“VMware”>应用程序和云栏里点击查看所有 ...
分类:
系统相关 时间:
2021-06-02 18:29:40
阅读次数:
0
linux命令行录制 1.安装 # mac brew install asciinema # ubuntu sudo apt instal asciinema # windows请在CYGWIN中使用 2.使用 1.)开始录制 asciinema rec 2.)停止录制 ctrl+d 或 exit ...
分类:
系统相关 时间:
2021-06-02 18:20:36
阅读次数:
0
Leetcode 第243场周赛 前两题简单。 第三题一个模拟,容易边界处理不好。 第四题dp,卡精度。 第一题 https://leetcode-cn.com/problems/check-if-word-equals-summation-of-two-words/ 直接算就行。 class So ...
分类:
其他好文 时间:
2021-06-02 18:17:06
阅读次数:
0
原文:https://www.cnblogs.com/YangJiaXin/p/10211649.html 列举了MySQL主从复制主要的相关参数 binlog server_id 服务器在集群中唯一标识符 log_bin[=binlog_name] 启动二进制日志 log_bin_index 二进 ...
分类:
数据库 时间:
2021-06-02 18:10:05
阅读次数:
0
测试环境 系统 IP 软件 Centos8 192.168.248.80 lvs+keepalived Centos8 192.168.248.81 lvs+keepalived Centos8 192.168.248.100 Web server Centos8 192.168.248.101 W ...
分类:
其他好文 时间:
2021-06-02 17:50:07
阅读次数:
0
非关系型数据库我只知道两种,那么在Net中开发平台用得比较多的是memorycache,但是这玩意只是缓存,redis还能持久化.... 今天我们来研究一下这个redis怎么用 首先需要去官网下载 我这里就使用 5.0.1版本了 1.启动redis 在程序目录下cmd执行:redis-server. ...
我用ssh连上了ubuntu虚拟机, 尝试xclip命令时, 输入ls | xclip -sel c, 得到报错: Error: Can't open display: (null). 搜索后, 发现好像和X11和DISPLAY有关. 还说ssh应该打开-X选项. 可用ssh -X连接, 还是不行. ...
分类:
其他好文 时间:
2021-06-02 17:07:02
阅读次数:
0