Code Monkey home page Code Monkey logo

selenium-test's Introduction

selenium-test

conda env create -f selenium_env.yml 导入conda环境,这里我的conda环境导出的可能有点问题,但是不影响实际运行。

使用mysql数据库创建currency_db数据库,使用sql语句 '''CREATE TABLE currency_mapping_table ( id INT AUTO_INCREMENT PRIMARY KEY, currency_name VARCHAR(50), currency_code VARCHAR(10) )''',创建一个表文件currency_mapping_table,直接运行的话可能会显示找不到表文件。 currency_mapping_table.sql就是根据https://www.11meigui.com/tools/currency 货币标准符号的网站来爬取的数据,包括每个货币名称对应的货币代号。

selenium-test's People

Contributors

chi030303 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.