一. 安装: 1. 安装py3,使用Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install python3 2. 安装请求库,Pi ...
分类:
编程语言 时间:
2021-05-24 04:50:49
阅读次数:
0
Selenium基本操作 Selenium工具原理 Selenium2的核心是webdriver webdriver是按照 client-server设计原理设计 client:简单来说就是我们写的代码,以http请求的方式发送给server端,server 端接收请求,执行相应操作,并返回给cli ...
分类:
其他好文 时间:
2021-05-24 04:49:43
阅读次数:
0
本地搭建,我们可以使用LVS+KEEPALIVED方式轻松实现Kubernetes中的Api-server的高可用。但是,阿里的ECS不能使用KEEPALIVED。因为VPC不支持组播,没组播VRRP拿什么周期发通告报文(224.0.0.18)。所以我们被迫只能使用阿里的 slb了,阿里官方答复因为 ...
1、什么是Redis Redis是一款内存高速缓存数据库。Redis全称为:Remote Dictionary Server (远程数据服务),使用C语言编写,Redis是一个key-value存储系统(键值存储系统),支持丰富的数据类型,如:String、list、set、zset、hash。 R ...
分类:
其他好文 时间:
2021-05-24 04:25:00
阅读次数:
0
Accounts used for Azure AD Connect Azure AD Connect uses 3 accounts in order to synchronize information from on-premises or Windows Server Active Dire ...
分类:
其他好文 时间:
2021-05-24 04:09:23
阅读次数:
0
如若oracle 的账号拥有默认的schema,schema 可写可不写 以下情况适合不拥有默认的schema 如果不加schema 会报错 sqoop 报错如下 datax 报错如下 sqoop sqoop import -Dmapred.job.queue.name=default --num- ...
分类:
数据库 时间:
2021-05-24 04:06:46
阅读次数:
0
解决方案在入口文件夹public下查看.htaccess是否存在。不存在则新建,存在的话,那内容替换为下面这串代码 就可以解决Not Fund #<IfModule mod_rewrite.c># Options +FollowSymlinks -Multiviews# RewriteEngine ...
分类:
Web程序 时间:
2021-05-24 04:03:07
阅读次数:
0
Eating out What do you think of Haidilao hot pot Kung Pao Chicken roast Beijing duck Chop bell pepper fish head 剁椒鱼头 Yuxiang shredded pork 鱼香肉丝 Buddha ...
分类:
其他好文 时间:
2021-05-24 03:55:56
阅读次数:
0
C++ stdlower_bound and stdset::lower_bound 在set中使用stdlower_bound发现非常耗时,而使用stdsetlower_bound发现速度明显提升。 该文章解释说明了这两个的区别,在set中使用stdset::lower_bound才是最好的选择。 ...
分类:
其他好文 时间:
2021-05-24 03:15:28
阅读次数:
0
yum 报错 解决办法: 一:注册账号 1,访问网址:https://developers.redhat.com/ 2,滚动滑轮至网页底部,点击join Red hat Edveloper 3,开始注册账号 注册完成后即成为红帽开发者 二:激活系统 激活命令: subscription-manage ...
分类:
其他好文 时间:
2021-05-24 02:56:44
阅读次数:
0