10 2013 档案
摘要:下面提供的commit是为了让nexus 4g的内核支持ubunt touch的一些功能.链接地址如下:"UBUNTU: SAUCE: apparmor: 3.0 backport of apparmor3"http://o.cs.uvic.ca:20810/perl/cid.pl?cid=1106ae9516230849ecdb5dd56ac78a0c4b511697
阅读全文
摘要:sample://part A//tmp.hpp#ifndef TEMP_HPP#define TEMP_HPPclass tmp { public: void print(); private: std::string str2;};#endif// part B//tmp.cpp#include #include "tmp.hpp"#include "test.hpp"using namespace std;void tmp::print() { str2 = " this is the tmp print ...
阅读全文