- 博客(15)
- 资源 (4)
- 收藏
- 关注
原创 flask开发RESTful架构的api–部署到nginx
本文进介绍怎么将flask 开发的 restful api部署到Nginx环境配置:python2.7 + linux 安装gunicorn: pip install gunicorn 安装nginx::参考http://www.runoob.com/linux/nginx-install-setup.htmlrestful api文件#app.pyfrom flas...
2018-05-09 11:31:59
3007
转载 Linux中Anaconda设置为默认python环境
1、若是用.sh文件安装,则在安装过程中选择yes将anaconda加入环境变量,则安装完成后,默认的python环境就为anaconda了,无需其他的操作; 2、若是复制已编译的anaconda文件,则需要手工添加环境变量:在终端输入$sudo gedit /etc/profile,打开profile文件。在文件末尾添加一行:export PATH=/home/grant/anacon...
2018-03-14 14:45:13
19388
原创 sparkling-water Unsupported argument: (spark.dynamicAllocation.enabled,true) on CDH
PYSPARK_DRIVER_PYTHON="ipython" bin/pysparkling from pysparkling import * import h2o hc = H2OContext.getOrCreate(spark) 此时会出现错误: Unsupported argument:(spark.dynamicAllocation.enabled,true) 查到如下解
2018-01-26 14:07:31
3476
原创 Bash: /gradlew: No such file or directory
在linux下使用./gradlew build -x check时出错:Bash: /gradlew: No such file or directory按这里操作解决了。 即:
2018-01-19 10:32:30
9211
原创 windows下安装rpy2及解决("Unable to locate R.dll within %s" % R_HOME)
在win7下使用pyculiarity来调用twitter的AnomalyDetection R包,需要安装R、rpy2。
2017-12-27 16:03:14
3175
1
原创 pyculiarity错误:No module named 'detect_vec'
打算使用Twitter 开源的anomaly detection R库,查了一下发现pyculiarity可以帮忙实现在python环境下调用这个R包。 安装完R、rpy2、pyculiarity之后,运行:from pyculiarity import detect_ts出现错误:No module named ‘detect_vec’ 但其实该文件是存在的。搜了一下,发现这里说到: 原来
2017-12-27 13:48:40
1636
1
原创 Error: package or namespace load failed for ‘utils’ in dyn.load(file, DLLpath = DLLpath, ...): unab
在linux下安装R(yum install R)后,运行R出现错误: Error: package or namespace load failed for ‘utils’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/lib64/R/library/utils/libs/utils
2017-12-27 10:58:04
12415
原创 python Dataframe pandas 将数据分割成时间跨度相等的数据块
Python Dataframe pandas 将数据分割成时间跨度相等的数据块 有如下dataframe格式的数据,列名分别为date、ip,我需要统计每5s内出现的ip,以及这些ip出现的频数。
2017-11-21 12:03:09
11659
2
原创 Python学习笔记2——python的数据类型
#1 标示符与关键字使用无效的标示符会产生一个SyntaxError异常#2 integral类型python提供两种内置的integral类型,即int与bool。0与False表示False;其他任意整数与True表示True。在数字表达式中,True表示1;False表示0。因此,i+=True也有效。二进制数以0b引导,八进制以0o引导,十六进制以0x引导,大写字母
2015-03-12 18:23:59
695
转载 Python 错误:Error: Inconsistent indentation detected!...
运行Python程序时,特别是把比人
2014-07-23 10:11:31
3757
2
原创 Python 错误:UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position...
代码:.......... #打开xml文档 dom = xml.dom.minidom.parse('E:\\test.xml') #得到文档元素对象 root = dom.documentElement itemlist = root.getElementsByTagName('word') fo
2014-07-19 19:21:26
1156
转载 cytoscape 安装后打开时出现错误:The JVM could not be started.....的解决方式
环境:java7 版本。Cytoscape 3.1版本错误
2014-07-18 11:32:57
20874
2
Practical Machine Learning with H2O
2018-01-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人