This is a record of deploying a Flask application on a CentOS7 CVM server. This article includes basic environment setting, tools installation and some tutorial links. Python3.6, Flask, Gunicorn, Supervisor will be used here.
98. Validate Binary Search Tree
Problem
1 | Given a binary tree, determine if it is a valid binary search tree (BST). |
Record of building HexoBlog on Github page
This article contains step by step tutorial to set up a tech blog on Github server, basic operations of Hexo blog, and some useful plugins.
mashupSite
This is a team project about developing a web application of introduction of Marvel characters. The technologies we used are Django for web dev, beautifulsoup for parsing html, Bootstrap for frontend design and json for storage, Google Statistic for SEO.
MacOS_shortcut
全局
1 | Command + Shift + P / F1 显示命令面板 |
基本
1 | Command + X 剪切(未选中文本的情况下,剪切光标所在行) |
多光标与选择
1 | Option + 点击 插入多个光标 |
查找替换
1 | Command + F 查找 |
进阶
1 | Ctrl + Space 打开建议 |
导航
1 | Command + T 显示所有符号 |
编辑器管理
1 | Command + W 关闭编辑器 |
文件管理
1 | Command + N 新建文件 |
显示
1 | Command + Ctrl + F 全屏、退出全屏 |
调试
1 | F9 设置 或 取消断点 |
集成终端
Ctrl + ` 显示终端
Ctrl + Shift + ` 新建终端
Command + Up 向上滚动
Command + Down 向下滚动
PgUp 向上翻页
PgDown 向下翻页
Command + Home 滚动到顶部
Command + End 滚动到底部
```text
转自 [小谷xg](https://segmentfault.com/a/1190000012811886)