入门客AI创业平台(我带你入门,你带我飞行)
博客笔记
16
2015-10
NodeManager启动不起来 2015-10-16
nodemanager最少需要1024内存,配置低于1024会启动不了哦 http://f.dataguru.cn/thread-530444-1-1.html 阅读更多
30
2016-11
Python判断一个文件或文件夹是否存在,并创建 2016-11-30
Python判断一个文件或文件夹是否存在,并创建 import os #判断文件夹是否存在,若存在,则返回True input: f = os.path.exists("D:/test/good") input: f True input: f2 = os.pa

			
				使用curl库,以post方式向服务器发送json/字符串数据
使用curl库,以post方式向服务器发送json/字符串数据 2017-03-17
由于Get方式可以直接在浏览器显示的,但是post的json方式不能直接在浏览器,所以这里讲解一下curl的post的json方法//使用curl库,以post方式向服务器发
29
2016-12
PHP传给前端的值有大量html代码 2016-12-29
话不多说, 直接上代码 ( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:wampwwwunit1json1.php on line 5 Cal
12
2016-07
hadoop节点nodemanager启动失败原因小结~ 2016-07-12
slaves节点报错,报的是启动nodemanager 所需内存不足 报错内容: ERROR org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl: Unexpected error starting NodeStatusUpdat
04
2017-09
【Python那些事儿】判断文件/文件夹是否存在的方法 2017-09-04
通常在读写文件/文件夹之前要判断其是否存在,不然程序可能会出错。所以,在做任何操作之前,最好先判断文件/文件夹是否存在。 判断方法: os模块 try
13
2017-12
python 判断文件和文件夹是否存在的方法 2017-12-13
1. python判断文件和文件夹是否存在、创建文件夹 >>> import os >>> os.path.exists("d:/assist") True >>> os.path.exists("d:/assist/getTeacherList.py") True >>> os.path.isfile("d:/assist") Fals
17
2016-01
Hadoop Yarn connection refused 警告 2016-01-17
$ start-dfs.sh 16/01/17 16:17:04 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable Starting namenodes on [OpenJDK
03
2016-01
Lost executor on YARN 2016-01-03
1. Lost executor on YARN ALS iterations debasish83 Q: During the 4th ALS iteration, I am noticing that one of the executor gets disconnected: 14/08/19 23:40:00 ERROR network.ConnectionManager: Correspon
01
2017-09
Python判断--文件和文件夹--是否存在的方法 2017-09-01
一、python判断文件和文件夹是否存在、创建文件夹  >>> import os >>> os.path.exists("d:/assist") True >>> os.path.exists("d:/assist/getTeacherList.py") True >>> os.path.isfile("