这是OOP课留下的作业,要求阅读别人的项目。
我选择的是SGI STL,项目地址:github.com/steveLauwh/SGI-STL
下边是我在阅读过程中的一些笔记(并不一定都是STL相关的,但肯定是C++相关)
template偏特化
template<typename T>
void func<T *> () {}
接受...
概要
姊妹文章:Win10+VS2017+Qt+Boost+MongoDB安装配置
Qt
sudo dnf install qt5-devel
Boost
sudo dnf install boost-devel
MongoDB
一、安装MongoDB
sudo dnf install mongodb
二、编译 mongo-c-driver
跟着官网教程走
wget https://github.com/mongodb/mongo-c-d...
概要
姊妹文章:Win10+VS2017+Qt+Boost+MongoDB安装配置
Qt
sudo dnf install qt5-devel
Boost
sudo dnf install boost-devel
MongoDB
一、安装MongoDB
sudo ...
概要
由于大作业的需求,我得在我Win10机子上配置Visual Studio 2017 + Qt + Boost + MongoDB这样的开发环境,这里记一下笔记。
先吐几个槽: Windows下的C++编程环境好像不是很友好(比Java低到不知道哪里去了)。
VS2017好难用啊QAQ,我想用Java的IDEA啊QAQ。
Mon...
概要
由于大作业的需求,我得在我Win10机子上配置Visual Studio 2017 + Qt + Boost + MongoDB这样的开发环境,这里记一下笔记。
先吐几个槽: Windows下的C+...
说来都是泪...
DDL拖到这几天才开始做..
先来看看这个恶心的一比的题 算法是很easy的一个搜索,但是设计UI和设计一个统一框架的解法是很痛苦的。
反正这么一个zz东西我写了一两千行....基本上都是在写UI
大作业的项目主页:github.com/xalanq/rgzndl
我这里写一下...
Vim
set nu ru mouse=a sw=4 ts=4 sts=4 nobackup autoindent incsearch hlsearch t_Co=256
set cindent
syntax on
colorscheme koehler
" colorscheme molokai
set nocompatible
set backspace=indent,eol,start
set guifont=Consolas:h10 map <F2> : w <...
Vim
set nu ru mouse=a sw=4 ts=4 sts=4 nobackup autoindent incsearch hlsearch t_Co=256
set cindent
syntax on
colorscheme koehler
" colorscheme molok...
以前的git水平是半吊子水平,现在来正式学一学。
教程
Git教程
坑 我遇到一个神坑:github用https去push,出错。这个问题坑了我好久!!!
git中有个配置信息:credential.helper=manager,大概就是你第一次用https连github的时候让你用账号登录,然后就记住密码之...
事真多啊...开了一万个坑...不着急...慢慢填...
这是$\text{Lab} \ \mu$要求学的,所以我就来学一波...
大概就是一个web后台框架的东西,比Django弱小的东西
教程
官方教程
笔记
Flask官方推荐Python2?拒绝!辣鸡py2!只用py3!
CGI、WSGI:WSGI接口