$pip install flask gunicorn
// ./app.py
app = Flask(__name__)
* 'ctrl+b' as a leader | |
###panes(splits) | |
% vertical split | |
" horizontal split |
/* | |
============================================================================ | |
Name : va_test.c | |
Author : octoberwu | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |
//============================================================================ | |
// Name : virtualFunc.cpp | |
// Author : octoberwu | |
// Version : | |
// Copyright : Your copyright notice | |
// Description : Hello World in C++, Ansi-style | |
//============================================================================ | |
#include <iostream> | |
using namespace std; |
/* | |
============================================================================ | |
Name : string_C.c | |
Author : octoberwu | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |
//============================================================================ | |
// Name : pthread_test.cpp | |
// Author : octoberwu | |
// Version : | |
// Copyright : Your copyright notice | |
// Description : Hello World in C++, Ansi-style | |
//============================================================================ | |
#include <iostream> | |
#include <stdlib.h> |
/* | |
============================================================================ | |
Name : findLastof.c | |
Author : octoberwu | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |
//============================================================================ | |
// Name : imageFilter.cpp | |
// Author : octoberwu | |
// Version : | |
// Copyright : Your copyright notice | |
// Description : Hello World in C++, Ansi-style | |
//============================================================================ | |
#include <opencv2/core/core.hpp> | |
#include <opencv2/highgui/highgui.hpp> |