摘要: # Packages which are always needed.brew install automake autoconf libtoolbrew install pkgconfigbrew install icu4cbrew install leptonica # Packages req 阅读全文
posted @ 2021-11-10 17:14 狂猫 阅读(142) 评论(0) 推荐(0) 编辑
摘要: map area 热区自适应的实现代码 html: 1 2 3 4 5 6 7 8 9 10 <style> img{ display:block;max-width:1920;width: 100%;border: 0; } </style> <img src="src/1.jpg" usemap 阅读全文
posted @ 2021-03-08 11:56 狂猫 阅读(343) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; listen [::]:80; server_name lnmp.org www.lnmp.org; root /home/wwwroot/nextcloud; add_header X-Content-Type-Options nosniff; add_he 阅读全文
posted @ 2021-02-22 09:59 狂猫 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 在CentOS 7系统上安装PHP 7.4版本的方法 聚石成磊 2020-06-13 16:45:03 3963 收藏 文章标签: centos php linux 版权 本文介绍在CentOS 7操作系统上安装PHP 7.4版本的方法。当前PHP 7.4.0RC1版本已经发布,供开发人员和用户测试 阅读全文
posted @ 2020-12-31 16:49 狂猫 阅读(6389) 评论(0) 推荐(0) 编辑
摘要: 【Docker】Docker部署安装yapi框架 1、启动 MongoDB docker run -d --name mongo-yapi mongo 2、获取 Yapi 镜像,版本信息可在 阿里云镜像仓库 查看 docker pull registry.cn-hangzhou.aliyuncs.c 阅读全文
posted @ 2020-11-17 09:52 狂猫 阅读(310) 评论(0) 推荐(0) 编辑
摘要: navicat 连接docker mysql 2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: .... 剑灵尊 2018-12-16 18:13:16 1077 收藏 4 分类专栏: docker 版权 d 阅读全文
posted @ 2020-08-21 14:06 狂猫 阅读(252) 评论(0) 推荐(0) 编辑
摘要: download the rpm pkg of google-stablehttps://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm dependenciesyum install redhat-lsbyum 阅读全文
posted @ 2020-04-13 12:07 狂猫 阅读(761) 评论(0) 推荐(0) 编辑
摘要: System.setProperty("webdriver.chrome.driver", "xxx/chromedriver");// Chromeoptions = new ChromeOptions();// 启动就最大化// options.addArguments("start-fulls 阅读全文
posted @ 2020-04-13 00:59 狂猫 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://github.com/facebook/php-webdriver 一、技术选型 php + facebook/webdriver + selenium Selenium是一套完整的Web应用程序测试系统,它提供了一系列的操作浏览器的 API webdriver 是 fac 阅读全文
posted @ 2020-03-31 23:39 狂猫 阅读(2040) 评论(0) 推荐(1) 编辑
摘要: 通过nginx转发,用外网连接阿里云的redis,报Unexpected end of stream的解决办法 一、在与redis同一个内网的服务器上A的nginx做了下面的设置 stream { upstream redis { server redis.rds.aliyuncs.com:6379 阅读全文
posted @ 2019-06-08 13:06 狂猫 阅读(476) 评论(0) 推荐(0) 编辑