兴奋衬衫

文章
3
资源
1
加入时间
3年1月10天

【OSG】读取osgb倾斜数据

string data_dir = osgb_dir; //std::string ext = osgDB::getLowerCaseFileExtension(data_dir); osgDB::ReaderWriter::Options* options=NULL; std::string fileName = osgDB::findDataFile(osgb_dir, options); if (fileName.empty()) { OSG_INFO <<

Linux下如何禁ping

etc rc d rc local中增加一行 echo 1 > proc sys net ipv4 icmp_echo_ignore_all   0表示允许 1表示禁止 或者在root权限下执行