摘要:主要是使用函数”SetConsoleTextAttribute“来实现不同类型的日志,采用不同的颜色来打印日志内容。BOOL SetConsoleTextAttribute( HANDLE hConsoleOutput, // handle to console screen buffer WORD wAttributes // text and background colors);该函数对调用之后日志有效。HANDLEhConsoleOutput -- 输出窗口句柄WORDwAttributes -- 属性设置 可通过逻辑或运算符(|)连接各个属性分量+++++++++++++++++++
阅读全文
摘要:1. 首先在VirtualBox中为WinXP虚拟机添加数据空间,如下图:2. 启动winXP虚拟机,并打开“网络邻居”,并“添加网上邻居” -- “选择另一个网络位置”3. 浏览共享文件夹(在VirtualBox Shared Folders下)4. 最后点击“完成”即可。
阅读全文
摘要:向量n绕axe轴向旋转degrees度[代码](其中vector3df表示向量 DEGTORAD64=PI/180 matrix4为4×4矩阵)具体可以参考irrlicht开源游戏引擎该旋转为右手系。
阅读全文
摘要:开源软件之语言和平台Harmony,Android,Python,Ruby,PHP,Groovy,Perl,Flex,OpenLaszlo开源软件之框架和库Spring, Struts, JBoss, Seam, Equinox, Hibernate, iBATIS, Lucene, Webkit开源软件之服务器软件Apache HTTP服务器, Tomcat, Jetty, Geronimo, JBoss, GlassFish, MySQL, PostgreSQL, Derby, FileZilla Server开源软件之开发工具Eclipse, NetBeans, Apache Ant,
阅读全文