Azure Lei Zhang的博客

weibo: LeiZhang的微博/QQ: 185165016/QQ群:319036205/邮箱:leizhang1984@outlook.com/TeL:139-161-22926

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 44 45 46 47 48

2010年6月22日

摘要: Mature,dynamic and honest.思想成熟、精明能干、为人诚实。Excellent ability of systematical management.有极强的系统管理能力。Ability to work independently,mature and resourceful.能够独立工作、思想成熟、应变能力强。A person with ability plus flexi... 阅读全文
posted @ 2010-06-22 13:27 Lei Zhang的博客 阅读(459) 评论(0) 推荐(0) 编辑

2010年5月7日

摘要: 界面上放一个PieChart<mx:PieChart id="pieChartMain"> <mx:series> <mx:PieSeries field="VALUE" nameField="NAME" labelPosition="callout" showDataEffect="interpolateIn"> </mx:PieSeries> ... 阅读全文
posted @ 2010-05-07 13:10 Lei Zhang的博客 阅读(473) 评论(0) 推荐(0) 编辑

2010年5月1日

摘要: 主键不应该有任何意义,只是为了标志数据的唯一性.现在做的项目,因为牵涉到数据转移的原因,对主键没有进行大的改动,现在的主键,除了标志数据来源以外,还有数据信息的年月日等,非常的麻烦自动编号的主键,如果动态的生成表单后,还需要重复生成trigger和sequence来自增长,非常难以维护,而且以后数据迁移也会变得相当的棘手max+1,现在采用的就是这个方法,如果数据量非常大的情况下,取max会很慢,... 阅读全文
posted @ 2010-05-01 13:20 Lei Zhang的博客 阅读(231) 评论(0) 推荐(0) 编辑

摘要: 调用timer不能用System.Windows.Forms.Timer而应该用System.Timers.Timer System.Timers.Timer t = new System.Timers.Timer(interVal);//实例化Timer类,设置间隔时间为10000毫秒;t.Elapsed += new System.Timers.ElapsedEventHandler(Tick... 阅读全文
posted @ 2010-05-01 13:05 Lei Zhang的博客 阅读(1531) 评论(0) 推荐(0) 编辑

2010年4月18日

摘要: /// <summary> /// 查询方法 /// </summary> /// <param name="tabNames">TableName</param> /// <returns>数据集</returns> public DataSet Query(string tabNames,string columnName... 阅读全文
posted @ 2010-04-18 16:53 Lei Zhang的博客 阅读(1121) 评论(1) 推荐(0) 编辑

摘要: private var file:FileReference;private var displayTypes:FileFilter=new FileFilter("Excel文件(*.xls)","*.xls");private var fileFilter:Array=new Array(displayTypes);//初始化file = new FileReference();file.ad... 阅读全文
posted @ 2010-04-18 16:49 Lei Zhang的博客 阅读(1005) 评论(0) 推荐(0) 编辑

摘要: /// <summary> /// WebClient上传文件至服务器 /// </summary> /// <param name="localFilePath">文件名,全路径格式</param> /// <param name="serverFolder">服务器文件夹路径</param> /// <returns... 阅读全文
posted @ 2010-04-18 16:39 Lei Zhang的博客 阅读(2080) 评论(0) 推荐(0) 编辑

摘要: 原因就是:engine不是真正的64位程序,再vs.net环境中要进行设置,使其输出为32位程序。打开项目的属性,在生成的目标平台中选择“x86”,默认是“any cpu”,然后就ok了 阅读全文
posted @ 2010-04-18 16:34 Lei Zhang的博客 阅读(493) 评论(0) 推荐(0) 编辑

摘要: 1. 在AE9.2+Sp6补丁编译的程序AverageNearestNeighbor avgNearNeighbour = new AverageNearestNeighbor();avgNearNeighbour.Input_Feature_Class = inputString; Input_Feature_Class传入IFeatureLayer,不管是本地shape file还是sde f... 阅读全文
posted @ 2010-04-18 16:34 Lei Zhang的博客 阅读(1441) 评论(0) 推荐(0) 编辑

摘要: 1. AverageNearestNeighbor 平均最邻近距离工具 Euclidean Distance 欧几里德距离 Manhattan Distance 曼哈顿距离 Area(optional)数字型2. High/Low Clustering (Getis-Ord General G)高/低聚类分析工具 Spatial Relationships 空间关系 Inverse Distanc... 阅读全文
posted @ 2010-04-18 16:32 Lei Zhang的博客 阅读(886) 评论(1) 推荐(0) 编辑

上一页 1 ··· 44 45 46 47 48