首页 > TAG信息列表 > rong

python-rong-day04

列表 # 列表 : 类似其他语言的数组, 只不过可以存储不同类型的数据, 更灵活 player_ls = ['刘翔', '姚明', '杨倩', 100, 99.7, [0.8, 9], 233] print(player_ls) print(type(player_ls)) # 最基本操作 # 访问 支持下标(索引)访问 print(player_ls[1]) print(player_ls[0])

什么是DeFi?

DeFi是去中心化金融(Decentralized Finance)的缩写,通常指基于以太坊的金融智能合约组成的去中心化应用程序(DApps)。简单来说,它是基于区块链构建的财务软件。 那么具体来说,DeFi是什么?它一般是指基于智能合约平台(例如以太坊)构建的加密zi产、金rong类智能合约以及协议。 DeFi旨在建立

centos6 安装 python3 和 opencv-python

一、安装 Python 3.6.1 1. 从官网下载 python3.6.1 wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz tar -zxvf Python-3.6.1.tgz cd Python-3.6.1   2. 创建安装目录 mkdir -p /home/rong/python3   3. 安装(在Python-3.6.1目录下执行) ./configur

presto安装和集成kerberos的hive

安装 下载安装包 presto官网:https://prestodb.io/ presto-server下载连接:https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.248/presto-server-0.248.tar.gz presto-cli客户端下载连接:https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.248/

presto安装集成kerberos

安装 下载安装包 presto官网:https://prestodb.io/ presto-server下载连接:https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.248/presto-server-0.248.tar.gzpresto-cli客户端下载连接:https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.2