摘要:1: os.listdir(path) //path为目录 功能相当于在path目录下执行dir命令,返回为list类型 print os.listdir('..') 2: os.path.walk(path,visit,arg) path :是将要遍历的目录 visit :是一个函数指针,函数圆形为: callback(arg,dir,fileList) 其中arg为为传给walk的arg , dir是path下的一个目录,fileList为dir下的文件和目录组成的list, arg:传给visit用的 3:os.path.split(path) path 为一个路径, 输
阅读全文
摘要:Word转换为图片Pdf,ppt转图片pdf 免费版
阅读全文
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta http-equiv="content-type&quo
阅读全文
摘要:arcgis server 10 windows7安装总结
阅读全文
摘要:ArcGIS Server 10 服务器要求
阅读全文
摘要:北京ArcGis Server开发培训例子(整理)2009-10-19 21:07:48|分类: Flex,arcgis |标签: |字号大中小订阅 2008-08-01北京ArcGis Server开发培训例子(整理)前段时间到北京去参加了esri的ArcGis Server应用开发的培训,发现基本上的例子都和Flyingis上面的Arcgsi Server 开发系列的文章一样,只有最后两个例子没有。由于培训方不提供源代码,所有在培训时做的试验例子都无法拷出来。唉,没有办法,只有培训完回来以后,重新整理一下放上来,以备查!整理的例子包括1、Web ADF 编程——查询功能的实现2、Graph
阅读全文
摘要:C# TextBox中只能输入数字的几种常用方法(C#)
阅读全文
摘要:ArcGIS,WEBGIS,瓦片,切割,切片,程序
阅读全文
摘要:ArcGIS GPConsole ArcGIS_GPConsole_CSharp\ArcGIS_GPConsole\Program.cs// Copyright 2010 ESRI// // All rights reserved under the copyright laws of the United States// and applicable international laws, treaties, and conventions.// // You may freely redistribute and use this sample code, with or// witho
阅读全文