Solo 站外相关阅读链接域名为 null 的问题 有更新!

  |   0 评论   |   0 浏览

各位,有没有人遇到自己发的帖子推送到社区后,在自己博客中查看访贴时,会在下方站外相关阅读中显示站外帖子,但链接地址不对,在点儿绕哈。 具体情况如下,我在自己的博客中的文章:https://fuyiyi.imdo.co/articles/2019/05/11/1557556661045.html 打开后,在最下面的站外相关阅读中也显示了该文章,但地址域名为 null,如下图: 在没有人遇到这个问题?

MySQL InnoDB Cluser 多主模式实现高可用负载均衡 有更新!

  |   0 评论   |   0 浏览

MySQL 的 Group Replication 功能,可以在一组 MySQL 服务器之间实现自动主机选举,形成一主多从结构。经过高级配置后,可以实现多主多从结构。 MySQL Router 是一个轻量级透明中间件,可以自动获取上述集群的状态,规划 SQL 语句,分配到合理的 MySQL 后端进行执行。 MySQL Shell 是一个同时支持 JavaScript 和 SQL 的交互程序,可以快速配置 InnoDB Cluster。
1493998183242301b.png

Pros and cons of end to end testing tools

  |   0 评论   |   0 浏览

My background in test automation is based on using Selenium WebDriver and Java. Since JavaScript has been widely used for testing Web applications, I have decided to investigate tools currently available on the market. I will use these tools to make different scripts and hence find their advantages and disadvantages.

I have investigated the following tools and syntax for automation:

  1. Selenium Webdriver + Java
  2. Selenium WebDriver + Cucumber + Java
  3. Selenium WebDriver + Jasmine syntax for JavaScript applications
  4. Selenium WebDriver + Mocha syntax for JavaScript applications
  5. Cypress
  6. Selenium WebDriver + Protractor
  7. Selenium WebDriver + NightWatch
  8. Selenium WebDriver + WebDriverIO