我在第一份工作:第一天

svn的学习

先更新后提交

版本库地址未知

配置项目

configuration properties 

Use Multi-Byte Character Set

Output Directtory ..\..\KGP_Publish\8.0\KGP\Output\Bin\MSDx64

c++

D:\KCharf_Source\KGP_Publish\8.0\KGP\Output\Include;%(AdditionalIncludeDirectories)

linker ddition library

D:\KCharf_Source\KGP_Publish\8.0\KGP\Output\Lib\MSDx64;D:\KCharf_Source\KGP_Publish\8.0\KGP\Output\Lib\Common;D:\KCharf_Source\KGP_Publish\8.0\KGP\Output\Lib\Common\boost_x64;%(AdditionalLibraryDirectories) 

在MapView上打开一张卫星图

创建一个RSFileManager的类,包括头文件和cpp文件

定义他为虚函数是为了允许用基类的指针来调用子类的这个函数

KArray<KMapView*>    m_pViews;

Ctrl + M + O: 折叠所有方法

多线程

m_pImageLayer->Lock();
    m_pCompManager->AddKRSComposite(pComp);
    m_pImageLayer->UnLock();

学习多线程

学习c++

利用线程循环打开KRS(

1.怎么打开单张图片的,一次读入多个图片

2.线程循环

猜你喜欢

转载自blog.csdn.net/fighter_zzh/article/details/82834976
今日推荐