摘要: https://en.cppreference.com/w/cpp/language/operator_precedence The following table lists the precedence and associativity of C++ operators. Operators 阅读全文
posted @ 2021-03-16 13:33 zhangzheng08pku 阅读(25) 评论(0) 推荐(0) 编辑
摘要: https://www.suse.com/support/kb/doc/?id=000018798 Expanding the file system by adding a new disk A convenient and quick solution to add disk space to 阅读全文
posted @ 2021-03-16 08:24 zhangzheng08pku 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Syntax to extract .tar.gz file The syntax is as follows: tar [options] file.tar.gz tar [options] file.tar.gz pattern tar -xf file.tar.gz tar -xvf file 阅读全文
posted @ 2021-03-11 10:41 zhangzheng08pku 阅读(54) 评论(0) 推荐(0) 编辑
摘要: centos gcc g++ install 阅读全文
posted @ 2020-08-07 17:49 zhangzheng08pku 阅读(96) 评论(0) 推荐(0) 编辑
摘要: VMWare Centos7 Shared file setting 阅读全文
posted @ 2020-05-21 22:03 zhangzheng08pku 阅读(485) 评论(0) 推荐(0) 编辑
摘要: The most common type are: Type application application/java-archive application/EDI-X12 application/EDIFACT application/javascript application/octet-s 阅读全文
posted @ 2020-03-02 17:11 zhangzheng08pku 阅读(137) 评论(0) 推荐(0) 编辑
摘要: WMWare Centos Shared Folders 阅读全文
posted @ 2020-02-15 23:10 zhangzheng08pku 阅读(151) 评论(0) 推荐(0) 编辑
摘要: gcc -dM -E - < /dev/null 阅读全文
posted @ 2019-12-24 09:53 zhangzheng08pku 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: 1.声明template参数时,前缀关键字class与typename可以互换 2.使用关键字typename标识嵌套从属类型名称;但不得在base class lists或者member initialization list内使用typename 阅读全文
posted @ 2018-03-01 11:45 zhangzheng08pku 阅读(90) 评论(0) 推荐(0) 编辑
摘要: C++内存泄漏定位 阅读全文
posted @ 2018-02-22 22:45 zhangzheng08pku 阅读(3567) 评论(0) 推荐(0) 编辑