2018年9月11日

02_brk/sbrk

摘要: 1 #include<stdio.h> 2 #include<unistd.h> 3 main() 4 { 5 //situation 1 6 //int *p = sbrk(4); // Here we allocate 1024(decides to the system) bytes of m 阅读全文

posted @ 2018-09-11 08:11 langjitianyadaolao 阅读(173) 评论(0) 推荐(0) 编辑

How to install qt5.9

摘要: wget http://download.qt.io/archive/qt/5.9/5.9.2/qt-opensource-linux-x64-5.9.2.runchmod +x qt-opensource-linux-x64-5.9.2.run./qt-opensource-linux-x64-5 阅读全文

posted @ 2018-09-11 04:36 langjitianyadaolao 阅读(146) 评论(0) 推荐(0) 编辑

导航