随笔-80  评论-1  文章-3  trackbacks-0
12 2009 档案
转载 : flex3 中 Legend fontSize不起作用的bug解决
摘要: 直接设置 Legend的fontSize是没有用的。可以通过派生LegendItem类,并设置Legend的ItemClass属性来实现。package com{import mx.charts.LegendItem;public class BigFontLegendItem extends LegendItem{public function BigFontLegendItem(){super...阅读全文
posted @ 2009-12-27 17:11 jerry data 阅读(85) | 评论 (0) 编辑
map service query result maxrecordcount
摘要: 1, edit the servicename.cfg, change the 500 to your number. 2, restart the som service.阅读全文
posted @ 2009-12-24 22:20 jerry data 阅读(13) | 评论 (0) 编辑
Block development
摘要: 控制block的可用与否,可以在管理员登录网站以后,在Blocks管理页面中,点击指定的block,设置哪些权限用户可以使用该block。 一个module可以创建多个block。 hook_block($op = 'list', $delta = 0, $edit = array()) { if ($op == 'list') { // drupal 框架会首先使用list参数收集整个程序有哪些...阅读全文
posted @ 2009-12-22 09:40 jerry data 阅读(16) | 评论 (0) 编辑
arcmap field calculator
摘要: 在arcmap中把一个date字段的年份信息提取出来存到另一个字段的vba函数是field1 = year(field2)提取月份信息field1 = month(field2)阅读全文
posted @ 2009-12-13 17:28 jerry data 阅读(35) | 评论 (0) 编辑
Michael F. Goodchild Talks about the Role of Volunteered Geographic Information in a Postmodern GIS World
摘要: Volunteered geographic information (VGI) is a manifestation of the rising interest of the layperson in compiling georeferenced data. This is considered an assertive method of collecting geospatial inf...阅读全文
posted @ 2009-12-09 17:08 jerry data 阅读(123) | 评论 (0) 编辑
create user with custom profile
摘要: 1,创建表handy_profile create table handy_profile(id int not null auto_increment primary key,gender varchar(10),email varchar(100),contact varchar(100),age int,eventid varchar(50),message varchar(500),ima...阅读全文
posted @ 2009-12-07 17:51 jerry data 阅读(13) | 评论 (0) 编辑