摘要:
转载:https://www.cnblogs.com/songr/p/5438346.html #include "stdafx.h" #include <iostream>using namespace std; union Align; class CTest{public: int A; do 阅读全文
摘要:
MAKEFILE文件使用说明: Make shell下执行make,查找文件的顺序如下GNUmakefile => makefile => Makefile,通常情况都是用Makefile来命名 make -f xxx ,-f是指定文件名 make 默认执行Makefile的第一个目标 make 后 阅读全文
摘要:
Mac 升级后git pull报错,如下: Unable to negotiate with 10.0.0.21 port 29418: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc fatal: Co 阅读全文