唐骏十年管理经验谈:管理者要学会让员工感动
摘要:一旦员工被你感动了,那时表现出的对企业的热爱才是真正的文化。让企业的员工都喜欢企业,是一件很难的事。我曾在国内某网站看到一个调查,被调查的 8 万多人中有78% 的人都说不喜欢自己的企业,更有87%的被调查者说想离开自己的公司。根结所在还是企业的管理,也就是企业文化。
我在中国十年的管理经验告诉我,在中国做管理需要让员工感受到做领导的关爱,最好是让他们有点感动。一旦员工被你感动了,那时表现出的对企...
阅读全文
posted @
2009-11-28 21:42
jerry data
阅读(257)
推荐(0)
mysql - tutorial 1
摘要:show databases;
use databasename;
show tables;
desc tablename;
阅读全文
posted @
2009-11-28 19:21
jerry data
阅读(93)
推荐(0)
theme elements in the form
摘要: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
阅读(161)
推荐(0)
工作选择
摘要:标 题: 近几年感悟:选择职业不能敢时髦,踏踏实实最重要发信站: 水木社区 (Fri Nov 27 16:40:16 2009), 站内前几天同学会,老同学们聊起职业选择,深有些感触。10多年来,工作热点不断在变换,而且速度很快,具体的说:96年-98年,最热门的是海关,收入高,很多人打破头进去,可是现在呢,工资阳光化,海关的收入回到了公务员平均水平。99年-03年,最火的是IT和四大。大学同学毕...
阅读全文
posted @
2009-11-27 22:48
jerry data
阅读(171)
推荐(0)
form排错过程
摘要:function _theme_load_registry()
if (isset($cache->data)) {$registry = $cache->data;}else {// If not, build one and cache it.$registry = _theme_build_registry($theme, $base_theme, $theme_engine);...
阅读全文
posted @
2009-11-27 21:05
jerry data
阅读(125)
推荐(0)
how to build form
摘要:1,drupal_get_form($form_id)函数中调用drupal_retrieve_form函数。2,drupal_retrieve_form()调用构造form元素树的函数,得到$form变量实例
5, 核心的环节drupal_render函数调用。drupal_render($form);call theme() // $content = theme($elements['#th...
阅读全文
posted @
2009-11-27 18:04
jerry data
阅读(166)
推荐(0)
Fractal
摘要:Complexity Simplified: Fractals in Nature
Fractals in Nature
http://raimalarter.blogspot.com/2009/01/fractals-in-nature.html
sciencedirect thesis: Measuring the complexity of non-fractal shapes by a f...
阅读全文
posted @
2009-11-27 15:03
jerry data
阅读(150)
推荐(0)
drupal Form
摘要:1, 首先在 hook_menu 中定义path, 例如下面定义的path为user/register。$items['user/register'] = array('title' => 'Create new account','page callback' => 'drupal_get_form', //一般都是使用'drupal_get_form'函数'page argumen...
阅读全文
posted @
2009-11-26 18:29
jerry data
阅读(368)
推荐(0)
drupal之theme
摘要:theme_render_template() 是把参数传到模板文件,从模板文件生成string输出的关键函数;该函数有theme.inc中的theme()函数调用。
阅读全文
posted @
2009-11-26 18:29
jerry data
阅读(107)
推荐(0)
Drupal's Form API
摘要:reference: http://jeff.viapositiva.net/drupal/dynamic-forms
The release of Drupal 4.7 introduced the Form API, a framework for building, displaying, validating, and processing HTML forms. With it, fo...
阅读全文
posted @
2009-11-05 10:15
jerry data
阅读(271)
推荐(0)