1700511960
1700511961
[root
@localhost ~]# mysql-u root-pEnter password
:Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 3Server version: 5.6.33 MySQL Community Server(GPL)Copyright(c)2000, 2016, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.mysql>
1700511962
1700511963
现在,MySQL服务器已经可以用root用户和密码“data”进行连接了。
1700511964
1700511965
1700511966
1700511967
1700511969
数据科学家养成手册 A.9 安装MySQL-Python驱动
1700511970
1700511971
访问https://pypi.python.org/pypi/MySQL-python/1.2.5#downloads,下载MySQL-python-1.2.5.zip文件,并将其放到虚拟机的桌面上。
1700511972
1700511973
解压缩MySQL-python-1.2.5.zip。
1700511974
1700511975
unzip /root/Desktop/MySQL-python-1.2.5.zip
1700511976
1700511977
进入解压缩后的路径。
1700511978
1700511979
cd /root/MySQL-python-1.2.5
1700511980
1700511981
安装mysql-devel包。
1700511982
1700511983
yum install mysql-devel
1700511984
1700511985
安装python-devel包。
1700511986
1700511987
yum install python-devel
1700511988
1700511989
安装MySQLdb。
1700511990
1700511991
python setup.py buildpython setup.py install
1700511992
1700511993
1700511994
1700511995
1700511997
数据科学家养成手册 A.10 MT4平台简介
1700511998
1700511999
MetaTrader 4(MT4)是MetaQuotes公司专为金融中介机构定制的网上交易平台,旨在帮助金融中介机构为其客户提供外汇、差价合约、股票和期货市场等的金融产品交易平台。通过MT4,用户可以开展自己的金融中介业务,为全球金融市场提供交易服务,通过互联网为经纪公司提供全方位的服务(包括后台支持等)。截至2013年年底,超过100家外汇经纪公司和30个国家的银行已经选择MT4作为网络交易平台。
1700512000
1700512001
MT4客户端为自行交易者提供了实时模式的交易功能和技术指标。交易平台为交易者提供了强大的功能,包括各种交易执行功能、图表、大量技术指标和曲线、自定义指标及脚本。
1700512002
1700512003
在百度搜索引擎中输入“MT4”,会得到很多支持MT4的做市商信息,如图A-33所示。
1700512004
1700512005
1700512006
1700512007
1700512008
图A-33 搜索结果
1700512009
[
上一页 ]
[ :1.70051196e+09 ]
[
下一页 ]