2015年5月29日
摘要:
int pos = Convert.ToInt32(dw1.Describe(colname + ".y"));pos = pos - 40;dw1.Modify("DataWindow.VerticalScrollPosition='"+pos.ToString()+"'");
阅读全文
posted @ 2015-05-29 10:42
janehlp
阅读(414)
推荐(0)
2015年5月27日
摘要:
C#代码:Workbook workbook = new Workbook();workbook.Open(excelfile); Cells cells = workbook.Worksheets[0].Cells;DataTable dt = cells.ExportDataTable(1, 0...
阅读全文
posted @ 2015-05-27 14:52
janehlp
阅读(2984)
推荐(0)
2015年5月21日
摘要:
private Run SplitRun(Run run, int position) { Run beforeRun = (Run)run.Clone(true); beforeRun.Text = run.Text.Substring(0, posi...
阅读全文
posted @ 2015-05-21 23:56
janehlp
阅读(2242)
推荐(0)
2015年4月29日
posted @ 2015-04-29 17:10
janehlp
阅读(878)
推荐(0)
摘要:
隐藏文件夹: H:\>attrib gho +h +s +r 解决win2012服务器上网慢:netsh int tcp set global ecn=disable 导出指定类型的文件列表: dir /b /s d:\Data\*.mdb>d:\1.txt /B 获取CPU ID命令: wmic
阅读全文
posted @ 2015-04-29 11:38
janehlp
阅读(182)
推荐(0)
2015年4月25日
摘要:
将three.js-master\utils\exporters\blender\addons 下面的io_three文件夹,拷贝到blender安装目录:blender-2.74-windows64\2.74\scripts\addons目录下面,1)点击窗体右侧,默认为outline模式,在模式...
阅读全文
posted @ 2015-04-25 19:55
janehlp
阅读(5563)
推荐(0)
2015年4月21日
摘要:
有两种方式可以调用arcgis server发布的地图服务,一种是rest,一种是wms。地图的投影为900913,arcgis server为10.0版本,地图服务的空间参考为3857。与Google Map相对应的ArcGis投影文件:众所周知,Google Map的投影参考为"WGS 84 W...
阅读全文
posted @ 2015-04-21 11:26
janehlp
阅读(11756)
推荐(0)
2015年4月13日
摘要:
Base64编码与图片互换:http://www.vgot.net/test/image2base64.php红杏谷歌: http://hxgoogle.com/Three.js学习网址:使用 Three.js 的基本 3D 图形:https://msdn.microsoft.com/zh-cn/l...
阅读全文
posted @ 2015-04-13 11:16
janehlp
阅读(272)
推荐(0)
2015年1月13日
摘要:
ArcGISServer将点图层发布成Globe服务,AE开发中自定义识别工具,读取点数据信息。1) 通过Locate方法获取图层对象,图层对象中的SearchOID就是你点中的要素Objectid。2)通过GlobeServer.Identify读取结果集IGlobeServerIdentifyR...
阅读全文
posted @ 2015-01-13 16:15
janehlp
阅读(294)
推荐(0)
2015年1月7日
摘要:
“LC.exe”已退出,代码为 -1。解决方法:将项目Properties下的licenses.licx文件删除,重新编译即可。
阅读全文
posted @ 2015-01-07 16:24
janehlp
阅读(349)
推荐(0)