2017年5月9日

centos系统关于防火墙的操作常用命令

摘要: centos下关于防火墙的常用命令 查询防火墙状态:firewall-cmd --state 关闭防火墙:systemctl stop firewalld.service 开启防火墙: systemctl start firewalld.service 重启防火墙:firewall-cmd --re 阅读全文

posted @ 2017-05-09 09:27 忘记-时间 阅读(198) 评论(0) 推荐(0)

2016年10月18日

BIM多数据源支持技术解决资料收集贴

摘要: http://www.ifcopenshell.org/ IfcOpenShell是一个开放源代码(LGPL)软件库,可帮助用户和软件开发人员使用IFC文件格式。 IFC文件格式可用于描述建筑和施工数据。 该格式通常用于建筑信息建模。 https://github.com/opensourceBIM 阅读全文

posted @ 2016-10-18 15:27 忘记-时间 阅读(270) 评论(0) 推荐(0)

2016年9月2日

Ubantu下配置OpenGL

摘要: 1.确保基本的编译器和函数库依赖安装 sudo apt-get install build-essential 2.安装OpenGL Library sudo apt-get install libgl1-mesa-dev 3.安装OpenGL Utilities sudo apt-get inst 阅读全文

posted @ 2016-09-02 14:33 忘记-时间 阅读(370) 评论(0) 推荐(0)

linux ubantu下编译node source code

摘要: 1.通过wget命令download你要安装的node版本的源码到本机 2.解压后源码文件结构如图所示: Linux下一些代码文件格式 后缀名为.o是目标文件,类似于windows中的.obj文件 .so为shared object的缩写,是共享库文件,用于动态连接的,类似于.dll动态链接库文件 阅读全文

posted @ 2016-09-02 11:58 忘记-时间 阅读(369) 评论(0) 推荐(0)

导航