const int WM_NCHITTEST = 0x0084;const int HTLEFT = 10;const int HTRIGHT = 11;const int HTTOP = 12;const int HTTOPLEFT = 13;const int HTTOPRIGHT = 14;const int HTBOTTOM = 15;const int HTBOTTOMLEFT = 0x……
开发环境:
MapXtreme 2008 V7.0(官方下载地址:http://www.pbinsight.com/support/product-downloads/for/mapxtreme)
VS Community 2017
C#
MapXtreme**及使用指南(下载链接:http://download.csdn.net/download ...……
Java端代码:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Jacker
*/
import javax.crypto.Cipher;
import javax.crypto.spec.Iv ...……