摘要:
说明:首先要将sde要素类发布成对应的要素服务,通过对要素服务的操作,实现数据在sde要素类中的增删//向服务器发出请求public string getPostData(string postString, string url) { string result... 阅读全文
摘要:
//JS前端代码function Exportqmdltb() { var areavalue= GetQmdltmValue(); $.ajax({ type: "post", dataType: "text", url: "./GisUtil... 阅读全文
摘要:
//下载NPOI类库并添加引用using NPOI.SS.UserModel;using NPOI.HSSF.UserModel;using NPOI.SS.Util;public static void MergeCell(ISheet tb, ICell cl, int firstrow, in... 阅读全文