Cpp_stl

排序 重载运算符 1 2 3 4 5 bool operator < (const struct &a, const struct &b){ return your own rule; } sort(struct a, struct a + n); map 1 2 map<typeA,typeB> m; 映射typeA到typeB 方法 例子 [A] m[A]; //A映射的值 find m.find

Oldpythoncrawl

一直没时间学习,终于抽时间学习学习,坑还是很多的 准备 软件准备 1.python 3.x 2.pycharm——最强IDE? python库准备 1.requests 干啥啥必备,指名道姓u