phoenix13

导航

 
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2015年6月4日

摘要: 1. connection $mysqli = new mysqli($host,$user,$passwd,$db,$port); if ($mysqli->connect_errno) { echo "Failed to connect to MySQL: (" . $my... 阅读全文
posted @ 2015-06-04 06:47 phoenix13 阅读(288) 评论(0) 推荐(0) 编辑
 

2015年5月28日

摘要: 1. error loggingmessages saved to php_error.loghttp://php.net/manual/en/function.error-log.phphttp://stackoverflow.com/questions/3531703/how-to-log-er... 阅读全文
posted @ 2015-05-28 15:14 phoenix13 阅读(164) 评论(0) 推荐(0) 编辑
 

2015年5月22日

摘要: Installing the Vagrant VM for Full Stack Foundations1. you need to install Git, VirtualBox, Vagrant2. in git, run the command, create a folder called ... 阅读全文
posted @ 2015-05-22 06:31 phoenix13 阅读(179) 评论(0) 推荐(0) 编辑
 

2015年5月21日

摘要: 例子https://github.com/phoenix13suns/myFlask介绍http://flask.pocoo.org/docs/0.10/The Flask Mega-Tutorial1. project结构static folder: for css, javascript, im... 阅读全文
posted @ 2015-05-21 14:53 phoenix13 阅读(323) 评论(0) 推荐(0) 编辑
 

2015年5月20日

摘要: __author__ = 'Steve'from sqlalchemy import create_enginefrom sqlalchemy.orm import sessionmakerfrom sqlalchemy.ext.declarative import declarative_base... 阅读全文
posted @ 2015-05-20 07:59 phoenix13 阅读(456) 评论(0) 推荐(0) 编辑
 

2015年5月15日

摘要: http://www.ruanyifeng.com/blog/2011/09/restful.html 理解RESTful架构http://blog.csdn.net/clsdata/article/details/5519837/ HTTP POST GET详解http://segmentfaul... 阅读全文
posted @ 2015-05-15 06:31 phoenix13 阅读(128) 评论(0) 推荐(0) 编辑
 

2015年5月1日

摘要: MultipleOutputs: write data to multiple files with customized name, can be used for both map and reduce phase.http://www.lichun.cc/blog/2013/11/how-t... 阅读全文
posted @ 2015-05-01 11:55 phoenix13 阅读(390) 评论(0) 推荐(0) 编辑
 

2015年4月29日

摘要: http://khangaonkar.blogspot.com/2012/09/hadoop-2x-tutorial.html1. hdfs-site.xmlnamenode and datanode folder need to create in advance, all the content... 阅读全文
posted @ 2015-04-29 02:50 phoenix13 阅读(456) 评论(0) 推荐(0) 编辑
 

2015年4月28日

摘要: 1. Combinercombiner is between map and reduce, similar to reducer, combine some data before reducer.http://hadooptutorial.wikispaces.com/Custom+combin... 阅读全文
posted @ 2015-04-28 11:31 phoenix13 阅读(219) 评论(0) 推荐(0) 编辑
 

2015年4月22日

摘要: 1. load file into hdfshadoop fs -put src destexample: load a fold "input" into hdfs "input1" folder, "input1" folder must not already existyou can no... 阅读全文
posted @ 2015-04-22 08:28 phoenix13 阅读(187) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页