PHP logging
摘要:1. error loggingmessages saved to php_error.loghttp://php.net/manual/en/function.error-log.phphttp://stackoverflow.com/questions/3531703/how-to-log-er...
阅读全文
Vagrant
摘要:Installing the Vagrant VM for Full Stack Foundations1. you need to install Git, VirtualBox, Vagrant2. in git, run the command, create a folder called ...
阅读全文
Flask基础
摘要:例子https://github.com/phoenix13suns/myFlask介绍http://flask.pocoo.org/docs/0.10/The Flask Mega-Tutorial1. project结构static folder: for css, javascript, im...
阅读全文
SQLAlchemy MySQL 基础
摘要:__author__ = 'Steve'from sqlalchemy import create_enginefrom sqlalchemy.orm import sessionmakerfrom sqlalchemy.ext.declarative import declarative_base...
阅读全文
GET 与 POST 的区别
摘要:http://www.ruanyifeng.com/blog/2011/09/restful.html 理解RESTful架构http://blog.csdn.net/clsdata/article/details/5519837/ HTTP POST GET详解http://segmentfaul...
阅读全文
hadoop MultipleOutputs
摘要: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...
阅读全文