人需要掌握的技能(人的一生中要学会哪些技能)

管建祥著《萤火虫教育》367:人生需要学会的技术活:干事、处事、谋事、处人和谋人

有一次,一位年轻的问我,走上社会以后要注意什么。我说,要注意一下几个方面的内容:

一、学会干事

要想干事、能干事和干好事。

二、学会处事

遇到事情时,要想想这件事情该如何处理。怎么能达到最佳的效果。

三、学会谋事

要规划未来,要把事情想的全面一点。要回顾过去、抓住现在和展望未来。所以这些,均要动脑筋想办法。这就叫谋事。

四、学会处人

做好人的关系。有些人干事可以,处人一塌糊涂。跟谁都不能合作共事。为什么?他没有去揣摩人。处好人际关系,是走上社会以后最重要的内容。

五、学会谋人

你要思考,领导怎么想的?群众怎么想的?同事怎么想的?学生怎么想的?不能只按照你自己的想法办事,从来不去考虑别人的感受,不去想想别人,唯我独尊,能把工作办好?能把关系处好?如果自己的工作与别人有关联,就要想办法调动别人的积极性。要注意别人是怎么想的?他又会怎么做呢?这样别人才能支撑你的工作。

所以,走上社会以后,这五个方面的技术活的学会,即学会干事、学会处事、学会谋事、学会处人和学会谋人。



★《布宫号》提醒您:民俗信仰仅供参考,请勿过度迷信!

本文经用户投稿或网站收集转载,如有侵权请联系本站。

switch ($forum['model']) { /*case '0': include _include(APP_PATH . 'view/htm/read.htm'); break;*/ default: include _include(theme_load('read', $fid)); break; } } break; case '10': // 主题外链 / thread external link http_location(htmlspecialchars_decode(trim($thread['description']))); break; case '11': // 单页 / single page $attachlist = array(); $imagelist = array(); $thread['filelist'] = array(); $threadlist = NULL; $thread['files'] > 0 and list($attachlist, $imagelist, $thread['filelist']) = well_attach_find_by_tid($tid); $data = data_read_cache($tid); empty($data) and message(-1, lang('data_malformation')); $tidlist = $forum['threads'] ? page_find_by_fid($fid, $page, $pagesize) : NULL; if ($tidlist) { $tidarr = arrlist_values($tidlist, 'tid'); $threadlist = well_thread_find($tidarr, $pagesize); // 按之前tidlist排序 $threadlist = array2_sort_key($threadlist, $tidlist, 'tid'); } $allowpost = forum_access_user($fid, $gid, 'allowpost'); $allowupdate = forum_access_mod($fid, $gid, 'allowupdate'); $allowdelete = forum_access_mod($fid, $gid, 'allowdelete'); $access = array('allowpost' => $allowpost, 'allowupdate' => $allowupdate, 'allowdelete' => $allowdelete); $header['title'] = $thread['subject']; $header['mobile_link'] = $thread['url']; $header['keywords'] = $thread['keyword'] ? $thread['keyword'] : $thread['subject']; $header['description'] = $thread['description'] ? $thread['description'] : $thread['brief']; $_SESSION['fid'] = $fid; if ($ajax) { empty($conf['api_on']) and message(0, lang('closed')); $apilist['header'] = $header; $apilist['extra'] = $extra; $apilist['access'] = $access; $apilist['thread'] = well_thread_safe_info($thread); $apilist['thread_data'] = $data; $apilist['forum'] = $forum; $apilist['imagelist'] = $imagelist; $apilist['filelist'] = $thread['filelist']; $apilist['threadlist'] = $threadlist; message(0, $apilist); } else { include _include(theme_load('single_page', $fid)); } break; default: message(-1, lang('data_malformation')); break; } ?>