上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 矩阵变换节点: 由osg::MatrixTransform : osg::Transform : osg::Group : osg::Node : osg::Object : osg::Referenced的继承。 主要作用是负责场景的矩阵变换、矩阵的运算及坐标系的变换。实现对场景的模型进行旋转、平 阅读全文
posted @ 2018-09-10 15:58 一梦、 阅读(2628) 评论(0) 推荐(0) 编辑
摘要: 位置变化节点:osg::PositionAttitudeTransform 由osg::PositionAttitudeTransform : osg::Transform : osg::Group : osg::Node : osg::Object : osg::Referenced 的继承关系。 阅读全文
posted @ 2018-09-10 15:30 一梦、 阅读(2155) 评论(0) 推荐(0) 编辑
摘要: 定义:一个其中运行着一个或者多个线程的地址空间和这些线程所需要的系统资源。 启动新进程: 方式一 system函数。 #include <stdlib.h> int system (const char *string); eg: #include <stdlib.h> #include <stdi 阅读全文
posted @ 2018-09-02 15:18 一梦、 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 编译结果: 区分技巧: 首先两者都是指针。看*和const谁离的变量名近:如果const近,那么就是const指针(const=常量嘛,常指针);如果*近,就是指向常量的指针,此时const与int的位置无关。 阅读全文
posted @ 2018-05-30 17:00 一梦、 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 代码: 打印结果: 阅读全文
posted @ 2018-05-29 11:21 一梦、 阅读(2873) 评论(0) 推荐(0) 编辑
摘要: 代码: 打印结果: 阅读全文
posted @ 2018-05-29 10:55 一梦、 阅读(5392) 评论(0) 推荐(0) 编辑
摘要: 环境:centos 6.5 web容器:apache2.4,[<http://httpd.apache.org/docs/2.4/] 准备: 在/usr/local/apache/htdocs/添加 index.html 在/usr/local/apache/cgi-bin添加 cgitest.c 阅读全文
posted @ 2018-05-23 11:23 一梦、 阅读(4624) 评论(2) 推荐(0) 编辑
摘要: 控制台打印: 阅读全文
posted @ 2018-05-21 14:57 一梦、 阅读(709) 评论(0) 推荐(0) 编辑
摘要: 控制台输出: 192.168.1.78 hget haha_Infor OWner这么一看就明白了吧。 在字符串中: C 库函数 int sscanf(const char *str, const char *format, ...) 从字符串读取格式化输入。 C 库函数 int sprintf(c 阅读全文
posted @ 2018-05-09 16:15 一梦、 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 当前模式是在cdb模式,navicat工具能连接。sqlplus用下面账户也能连接。 查看当前模式,如果不是cdb,请切换。(上一篇有讲)创建表空间create tablespace my_space datafile '/usr/local/yrm/oracle_data/my_space.dbf 阅读全文
posted @ 2018-04-27 09:14 一梦、 阅读(1205) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页