上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 65 下一页
摘要: from:http://www.cnblogs.com/3echo/archive/2006/08/16/478094.html1///2///得到要素类某字段的唯一值3///4///要素类5///指定要得到唯一值的字段6///唯一值字符数据7ListGetUniqueValue(IFeature... 阅读全文
posted @ 2015-02-27 10:36 94cool 阅读(5774) 评论(0) 推荐(0)
摘要: 两种方式:一,1在ArcGIS 9.2桌面软件arcview级别以上软件中,加载要添加x,y坐标的数据,打开属性表,添加X、Y字段2 右键X字段,选择calculate geometry,如果颜色显示为灰色,不能选择,把数据转换成shape格式3出现了计算坐标的对话框,选择……..4最后结果,坐标加... 阅读全文
posted @ 2015-02-27 09:44 94cool 阅读(13724) 评论(0) 推荐(0)
摘要: from:http://www.cnblogs.com/jobin/articles/1152213.html有些表达式在报表中很常用。其中包括更改报表中的数据外观的表达式、计算总数的表达式和更改报表项属性的表达式。本主题介绍了报表中可用于常见任务的一些表达式。报表中的许多表达式都包含函数。您可以编... 阅读全文
posted @ 2015-02-10 14:17 94cool 阅读(1365) 评论(0) 推荐(0)
摘要: from:http://www.cnblogs.com/duanshuiliu/archive/2012/07/13/2589862.html使用ReportView控件可以显示远端Report service的报表,也可以处理生成本地报表,用法也比较简单,下面列举一下简单的步骤。首先使用Repo... 阅读全文
posted @ 2015-02-10 14:16 94cool 阅读(518) 评论(0) 推荐(0)
摘要: 在显示序号的列中输入相关的值:在此表达式的后面是Nothing,不是null,不要搞错。 阅读全文
posted @ 2015-02-10 13:26 94cool 阅读(457) 评论(0) 推荐(0)
摘要: 1代码2#regionpublicstatic3///4///获取指定ReportViewer总物理页数5///guog2009-05-06新增6///7///ReportViewer控件8///总物理页数,默认值为09publicstaticintGetTotalPage(ReportViewer... 阅读全文
posted @ 2015-02-06 13:30 94cool 阅读(765) 评论(0) 推荐(0)
摘要: LINQ 获取当前数组中出现次数最多的元素1Lista=newList();2a.Add("1");3a.Add("1");4a.Add("1");5a.Add("2");6a.Add("2");7a.Add("3");8a.Add("4");9a.Add("4");10a.Add("4");11a... 阅读全文
posted @ 2015-02-06 09:14 94cool 阅读(500) 评论(0) 推荐(0)
摘要: public class Gps { private double wgLat; private double wgLon; public Gps(double wgLat, double wgLon) { setWgLat(wgLat); setWgLon(wgLon); } public d... 阅读全文
posted @ 2015-02-02 10:01 94cool 阅读(37961) 评论(2) 推荐(2)
摘要: 我们在安装程序时通常会使用createShortCut命令来创建一个快捷方式,如下,是在开始–>启动项 里创建run.bat的快捷方式。CreateShortCut "$SMPROGRAMS\启动\run.lnk" "$INSTDIR\bin\run.bat"当我们在执行卸载操作时是这样删除的,如下... 阅读全文
posted @ 2015-01-28 16:14 94cool 阅读(2010) 评论(0) 推荐(0)
摘要: private void dataGridView1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Tab && dataGridView1.CurrentCell.ColumnIndex == 1)... 阅读全文
posted @ 2015-01-28 10:58 94cool 阅读(7262) 评论(0) 推荐(1)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 65 下一页