上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
  2009年11月27日
摘要: 标 题: 近几年感悟:选择职业不能敢时髦,踏踏实实最重要发信站: 水木社区 (Fri Nov 27 16:40:16 2009), 站内前几天同学会,老同学们聊起职业选择,深有些感触。10多年来,工作热点不断在变换,而且速度很快,具体的说:96年-98年,最热门的是海关,收入高,很多人打破头进去,可是现在呢,工资阳光化,海关的收入回到了公务员平均水平。99年-03年,最火的是IT和四大。大学同学毕... 阅读全文
posted @ 2009-11-27 22:48 jerry data 阅读(174) 评论(0) 推荐(0)
摘要: 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 阅读(128) 评论(0) 推荐(0)
摘要: 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 阅读(169) 评论(0) 推荐(0)
摘要: 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 阅读(152) 评论(0) 推荐(0)
  2009年11月26日
摘要: 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 阅读(371) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页