上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
  2009年12月9日
摘要: 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 阅读(319) 评论(0) 推荐(0) 编辑
  2009年12月7日
摘要: 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 阅读(344) 评论(0) 推荐(0) 编辑
  2009年11月28日
摘要: 一旦员工被你感动了,那时表现出的对企业的热爱才是真正的文化。让企业的员工都喜欢企业,是一件很难的事。我曾在国内某网站看到一个调查,被调查的 8 万多人中有78% 的人都说不喜欢自己的企业,更有87%的被调查者说想离开自己的公司。根结所在还是企业的管理,也就是企业文化。 我在中国十年的管理经验告诉我,在中国做管理需要让员工感受到做领导的关爱,最好是让他们有点感动。一旦员工被你感动了,那时表现出的对企... 阅读全文
posted @ 2009-11-28 21:42 jerry data 阅读(226) 评论(0) 推荐(0) 编辑
摘要: show databases; use databasename; show tables; desc tablename; 阅读全文
posted @ 2009-11-28 19:21 jerry data 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 2 methods first one: 在template.php文件中加入override函数,函数名称的规则为themeName_type,例如simplegreen_textfield()。 function simplygreen_textfield(){$args = func_get_args();$output = '<input type="text" value="jer... 阅读全文
posted @ 2009-11-28 09:06 jerry data 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页