2022年6月20日
摘要:
glPushMatrix didn't fail to push onto the stack; it's job is to push a copy of the current matrix onto a stack of matrices. Those matrices on the stac
阅读全文
posted @ 2022-06-20 14:35
莫水千流
阅读(231)
推荐(0)
2022年6月13日
posted @ 2022-06-13 17:36
莫水千流
阅读(42)
推荐(0)
posted @ 2022-06-13 17:31
莫水千流
阅读(39)
推荐(0)
posted @ 2022-06-13 17:28
莫水千流
阅读(47)
推荐(0)
2022年6月7日
摘要:
源码: https://sourceforge.net/projects/freetype/files/freetype2 下载解压后,进入源码目录执行cmake-gui,界面中配置源码目录与编译目录,然后点击左下角Configure。 界面中FT_DISABLE_BROTLI、FT_DISABLE
阅读全文
posted @ 2022-06-07 10:40
莫水千流
阅读(819)
推荐(0)
2022年5月25日
posted @ 2022-05-25 14:04
莫水千流
阅读(26)
推荐(0)
2022年5月20日
摘要:
1,与 "-a" : a是andif [ 条件1 -a 条件2 ] ;then shell ordershell order...fi2, 或 "-o" : o 是orif [ 条件1 -o 条件2 ] ;then shell ordershell order...fi3,非 "!" : !是not
阅读全文
posted @ 2022-05-20 10:48
莫水千流
阅读(44)
推荐(0)
2021年7月1日
摘要:
Git仓库迁移而不丢失log的方法 要求能保留原先的commit记录,应该如何迁移呢? 同时,本地已经clone了原仓库,要配置成新的仓库地址,该如何修改呢? 注意:如果使用了代码审核工具Gerrit,那么在进行操作之前需要将Gerrit关掉,等成功恢复后再将Gerrit开户即可 1、使用git p
阅读全文
posted @ 2021-07-01 10:21
莫水千流
阅读(1235)
推荐(0)
2021年2月5日
摘要:
2.2.2 Shape files数据说明 Shape files是ESRI提供的一种矢量数据格式,它没有拓扑信息,一个Shape files由一组文件组成,其中必要的基本文件包括坐标文件(.shp)、索引文件(.shx)和属性文件(.dbf)三个文件。 1. 坐标文件的结构说明 坐标文件(.shp
阅读全文
posted @ 2021-02-05 20:11
莫水千流
阅读(568)
推荐(0)
摘要:
这个系列的几篇文章通过阅读Qt帮助文档和相关的源代码来学习研究Qt meta-object所提供的功能,及其实现的方式。 Qt meta-object系统基于三个方面: 1、QObject提供一个基类,方便派生类使用meta-object系统的功能; 2、Q_OBJECT宏,在类的声明体内激活met
阅读全文
posted @ 2021-02-05 09:51
莫水千流
阅读(8135)
推荐(2)