Loading...
mysql语句: INSERT INTO public_template_setting( `id`, `activity_id`, `key`, `value`, `created_at`, `updated_at` ) SELECT `id`, `activity_id`, `key`, `value`, `created_at`, `upda...
1、scrapypip install Scrapy 2、 seleniumpip install selenium 3、chromedriver首先需要下载Chrome客户端,然后查看客户端的版本号,如果是linux无界面的话可以执行命令行下载 rpm -ivh google-chrome-stable_current_x86_64.rpm 然后去 https://chromedrive...
安装rabbitmq-c库(librabbitmq)方法一:yum install librabbitmq(这个方法目前安装的是v0.8.0版本,最新目前已到v0.9.0版本,该方法到安装amqp扩展时找不到librabbitmq路径,因此选择了第二种)方法二:下载wget https://github.com/alanxz/rabbitmq-c/archive/v0.9.0.tar.gz解...
http://nodejs.cn/download/下载最新版本wget https://npm.taobao.org/mirrors/node/v12.16.1/node-v12.16.1-linux-x64.tar.xz 解压缩tar xvJf node-v12.16.1-linux-x64.tar.xz cp -r node-v12.16.1-linux-x64 /usr/local/...
编排模版version: '3' services: node1: image: registry.cn-beijing.aliyuncs.com/lnmprrsw/elasticsearch:6.4.2 container_name: node1 environment: - node.name=es01 - cluster.name=e...