书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2801 个相关结果.
  • 构建一个 Python CRUD 示例

    构建一个 Python CRUD 示例 开始前准备 环境配置 新建表 插入数据 查询数据 更新数据 删除数据 构建一个 Python CRUD 示例 本篇文档将指导你如何使用 Python 构建一个简单的应用程序,并实现 CRUD(创建、读取、更新、删除)功能。 开始前准备 环境配置 在你开始之前,确认你已经下载并安装了如下软件:...
  • 输入和输出

    4783 2018-03-03 《Python 之旅》
    输入和输出 输入 输出 Python2 中的 print Python3 中的 print 小结 参考资料 输入和输出 Python2 提供了 input ,raw_input ,print 等用于输入输出,但在 Python3 中发生了一些改变,raw_input 已经没有了,input 的用法发生了变化,print 也从原来的...
  • Running a Local Flask Backend

    Flask server OS Dependencies Dependencies Logging to the browser console Frontend Assets Flask server OS Dependencies Make sure your machine meets the OS dependencies befo...
  • Windows下的PIP安装

    Windows下的PIP安装 一、环境准备 1.1目前飞桨支持的环境 1.2如何查看您的环境 二、开始安装 首先请您选择您的版本 根据版本进行安装 2.1 CPU版的PaddlePaddle 2.2 GPU版的PaddlePaddle 三、验证安装 四、如何卸载 Windows下的PIP安装 一、环境准备 1.1目前飞...
  • 第8课、区块链浏览器

    区块链浏览器 区块链浏览器 我们需要有一个接口,可以获得某个地址的全部信息。 生成私钥匙和公钥 python3 generate . py 测试一下,指定ip和端口,发送一条测试上链的数据。 python3 test . py - host localhost - port 3333 向某个节点上链 python3 clie...
  • Ansible 2.2

    Ansible 2.2 Docker Extras split from Core Tweaks/Fixes AWS Google OpenStack Azure load balancer VMware Windows Network Role revamp Vault Python3 Infrastructure Buildou...
  • Installation

    Installation Installing on Windows Installing on macOS Installing on Linux Installation In this chapter we will install and run the Python interpreter in your local computer...
  • 1. 选取多个DataFrame列

    1. 选取多个DataFrame列 # 用列表选取多个列 In [ 2 ]: movie = pd . read_csv ( 'data/movie.csv' ) movie_actor_director = movie [[ 'actor_1_name' , 'actor_2_name' , 'actor...
  • evm-tools编译工具链windows一键安装

    1. evm-tools是什么 2. 安装Git终端 3. 安装python3 4. 下载evm-tools 5. 一键安装EVM开发环境 6. 编译体验 1. evm-tools是什么 evm-tools 是EVM官方团队针对windows平台提供的编译工具链,用于编译、调试和烧写程序; 工具 描述 版本 cma...
  • Installing

    Installing Boards Manager Prerequisites Instructions Using git version Prerequisites Instructions - Windows 10 Instructions - Other OS Installing Boards Manager This is ...