https://www.geeksforgeeks.org/object-slicing-in-c/
迭代器模式 出处 图解设计模式 结城浩著 /** * @author linx * @version 1.0 * @created 19-十二月-2017 13:08:57 */ public interface Iterator { public abstract boolean hasNex...
策略模式 类图 代码 #include <iostream> using namespace std; class Strategy { public: Strategy() {} ~Strategy() {} virtual void Travel() = 0; }; class Strate...
win7 64bit VS2005 使用pthread 访问 https://sourceware.org/pthreads-win32/ 解压后pthreads-w32-2-9-1-release将Pre-built.2内容进行拷贝 include --> C:\Program Files (x86)\Microsoft...
error lnk2019 无法解析的外部符号 fatal error LNK1120: 1 个无法解析的外部命令 错误原因:从当前工程调用另外工程的void fun(); 解决方法:1. void fun(); 所在工程设置为生成 lib 并提供...
python virtualenv https://virtualenv.pypa.io/en/stable/installation/ C:\Users\Administrator>pip install virtualenv Collecting virtualenv Downloading virtualenv-15.1.0-py2.py3-n ...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复