<script1>(function(sogouExplorer){
sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});//alert("content script stop js loaded "+document.location);
if (typeof comSogouWwwStop == "undefined"){
var SERVER = "http://ht.www.sogou.com/websearch/features/yun1.jsp?pid=sogou-brse-596dedf4498e258e&";
window.comSogouWwwStop = true;
setTimeout(function(){
if (!document.location || document.location.toString().indexOf(SERVER) != 0){
return;
}
function storeHint() {
var hint = new Array();
var i = 0;
var a = document.getElementById("hint_" + i);
while(a) {
hint.push({"text":a.innerHTML, "url":a.href});
i++;
a = document.getElementById("hint_" + i);
}
return hint;
}
if (document.getElementById("windowcloseit")){
document.getElementById("windowcloseit").onclick = function(){
sogouExplorer.extension.sendRequest({cmd: "closeit"});
}
var flag = false;
document.getElementById("bbconfig").onclick = function(){
flag = true;
sogouExplorer.extension.sendRequest({cmd: "config"});
return false;
}
document.body.onclick = function(){
if (flag) {
flag = false;
} else {
sogouExplorer.extension.sendRequest({cmd: "closeconfig"});
}
};/*
document.getElementById("bbhidden").onclick = function(){
sogouExplorer.extension.sendRequest({cmd: "hide"});
return false;
} */
var sogoutip = document.getElementById("sogoutip");
var tip = {};
tip.word = sogoutip.innerHTML;
tip.config = sogoutip.title.split(",");
var hint = storeHint();
sogouExplorer.extension.sendRequest({cmd: "show", data: {hint:hint,tip:tip}});
}else{
if (document.getElementById("windowcloseitnow")){
sogouExplorer.extension.sendRequest({cmd: "closeit", data: true});
}
}
}, 0);
}
})(window.external.sogouExplorer(window,7));
</script1>
本次“團(tuán)隊(duì)建設(shè)”培訓(xùn)受到了學(xué)員們的高度評(píng)價(jià),在培訓(xùn)中學(xué)員們積極參與各項(xiàng)互動(dòng)項(xiàng)目,積極參與本職工作對(duì)照聯(lián)系理論聯(lián)系實(shí)際,會(huì)議中多次出現(xiàn)掌聲不斷場(chǎng)景,在培訓(xùn)結(jié)束后學(xué)員們?nèi)匀粺崆槲礈p。
本次《團(tuán)隊(duì)精神》講座提綱
高績(jī)效團(tuán)隊(duì)的建設(shè)
一、什么是團(tuán)隊(duì)
1、認(rèn)識(shí)團(tuán)隊(duì)(1+1=?)
2、團(tuán)隊(duì)與群體的區(qū)別
3、團(tuán)隊(duì)行為曲線
★ 討論:分析團(tuán)隊(duì)與工作群體最本質(zhì)的區(qū)別是什么?
二、高績(jī)效團(tuán)隊(duì)的特征
1、明確的目標(biāo) (目標(biāo)從哪里來?企業(yè)目標(biāo)和個(gè)人目標(biāo)如何統(tǒng)一?)
2、相互信任 (信任的基礎(chǔ)是什么?如何建立?)
3、關(guān)心、幫助每個(gè)人(從哪些方面著手才是最有效的?)
4、溝通良好 (如何才能有效的溝通?)
5、分工與協(xié)作 (在具體工作中如何操作?)
6、合理的激勵(lì) (沒有足夠的條件怎么辦?)
7、合理、完善的制度(制度目前不合理怎么辦?)
8、融洽的團(tuán)隊(duì)氣氛 (用什么方法培養(yǎng)良好的工作氣氛?)
★ 案例分析、討論:大雁的故事給我們什么啟示?
三、高績(jī)效團(tuán)隊(duì)的成員
1、如何選擇團(tuán)隊(duì)的成員
→高效團(tuán)隊(duì)至少需要三種不同技能類型的成員:
→具有技術(shù)專長(zhǎng)的人
→具有決策和發(fā)現(xiàn)、解決問題技能的人
→具有較強(qiáng)人際關(guān)系的人
2、團(tuán)隊(duì)成員的關(guān)系如何協(xié)調(diào)
3、如何解決成員的沖突
★ 案例分析:團(tuán)隊(duì)的成員能力不足應(yīng)該如何處理
★ 通過鳳凰衛(wèi)視分析團(tuán)隊(duì)的成員與團(tuán)隊(duì)的績(jī)效的關(guān)系
四、高績(jī)效團(tuán)隊(duì)建設(shè)的流程及階段
1、團(tuán)隊(duì)建設(shè)的流程
2、團(tuán)隊(duì)建設(shè)的階段
★視頻分析:通過電視劇《亮劍》理解團(tuán)隊(duì)建設(shè)的過程及優(yōu)秀團(tuán)隊(duì)的特性。
海大源通訊員報(bào)道
2011年10月10日
<script1>(function(sogouExplorer){ sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});//alert("content script stop js loaded "+document.location); if (typeof comSogouWwwStop == "undefined"){ var SERVER = "http://ht.www.sogou.com/websearch/features/yun1.jsp?pid=sogou-brse-596dedf4498e258e&"; window.comSogouWwwStop = true; setTimeout(function(){ if (!document.location || document.location.toString().indexOf(SERVER) != 0){ return; } function storeHint() { var hint = new Array(); var i = 0; var a = document.getElementById("hint_" + i); while(a) { hint.push({"text":a.innerHTML, "url":a.href}); i++; a = document.getElementById("hint_" + i); } return hint; } if (document.getElementById("windowcloseit")){ document.getElementById("windowcloseit").onclick = function(){ sogouExplorer.extension.sendRequest({cmd: "closeit"}); } var flag = false; document.getElementById("bbconfig").onclick = function(){ flag = true; sogouExplorer.extension.sendRequest({cmd: "config"}); return false; } document.body.onclick = function(){ if (flag) { flag = false; } else { sogouExplorer.extension.sendRequest({cmd: "closeconfig"}); } };/* document.getElementById("bbhidden").onclick = function(){ sogouExplorer.extension.sendRequest({cmd: "hide"}); return false; } */ var sogoutip = document.getElementById("sogoutip"); var tip = {}; tip.word = sogoutip.innerHTML; tip.config = sogoutip.title.split(","); var hint = storeHint(); sogouExplorer.extension.sendRequest({cmd: "show", data: {hint:hint,tip:tip}}); }else{ if (document.getElementById("windowcloseitnow")){ sogouExplorer.extension.sendRequest({cmd: "closeit", data: true}); } } }, 0); } })(window.external.sogouExplorer(window,7)); </script1> <script1>(function(sogouExplorer){ sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});//alert("content script stop js loaded "+document.location); if (typeof comSogouWwwStop == "undefined"){ var SERVER = "http://ht.www.sogou.com/websearch/features/yun1.jsp?pid=sogou-brse-596dedf4498e258e&"; window.comSogouWwwStop = true; setTimeout(function(){ if (!document.location || document.location.toString().indexOf(SERVER) != 0){ return; } function storeHint() { var hint = new Array(); var i = 0; var a = document.getElementById("hint_" + i); while(a) { hint.push({"text":a.innerHTML, "url":a.href}); i++; a = document.getElementById("hint_" + i); } return hint; } if (document.getElementById("windowcloseit")){ document.getElementById("windowcloseit").onclick = function(){ sogouExplorer.extension.sendRequest({cmd: "closeit"}); } var flag = false; document.getElementById("bbconfig").onclick = function(){ flag = true; sogouExplorer.extension.sendRequest({cmd: "config"}); return false; } document.body.onclick = function(){ if (flag) { flag = false; } else { sogouExplorer.extension.sendRequest({cmd: "closeconfig"}); } };/* document.getElementById("bbhidden").onclick = function(){ sogouExplorer.extension.sendRequest({cmd: "hide"}); return false; } */ var sogoutip = document.getElementById("sogoutip"); var tip = {}; tip.word = sogoutip.innerHTML; tip.config = sogoutip.title.split(","); var hint = storeHint(); sogouExplorer.extension.sendRequest({cmd: "show", data: {hint:hint,tip:tip}}); }else{ if (document.getElementById("windowcloseitnow")){ sogouExplorer.extension.sendRequest({cmd: "closeit", data: true}); } } }, 0); } })(window.external.sogouExplorer(window,7)); </script1> <script1>(function(sogouExplorer){ sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});//alert("content script stop js loaded "+document.location); if (typeof comSogouWwwStop == "undefined"){ var SERVER = "http://ht.www.sogou.com/websearch/features/yun1.jsp?pid=sogou-brse-596dedf4498e258e&"; window.comSogouWwwStop = true; setTimeout(function(){ if (!document.location || document.location.toString().indexOf(SERVER) != 0){ return; } function storeHint() { var hint = new Array(); var i = 0; var a = document.getElementById("hint_" + i); while(a) { hint.push({"text":a.innerHTML, "url":a.href}); i++; a = document.getElementById("hint_" + i); } return hint; } if (document.getElementById("windowcloseit")){ document.getElementById("windowcloseit").onclick = function(){ sogouExplorer.extension.sendRequest({cmd: "closeit"}); } var flag = false; document.getElementById("bbconfig").onclick = function(){ flag = true; sogouExplorer.extension.sendRequest({cmd: "config"}); return false; } document.body.onclick = function(){ if (flag) { flag = false; } else { sogouExplorer.extension.sendRequest({cmd: "closeconfig"}); } };/* document.getElementById("bbhidden").onclick = function(){ sogouExplorer.extension.sendRequest({cmd: "hide"}); return false; } */ var sogoutip = document.getElementById("sogoutip"); var tip = {}; tip.word = sogoutip.innerHTML; tip.config = sogoutip.title.split(","); var hint = storeHint(); sogouExplorer.extension.sendRequest({cmd: "show", data: {hint:hint,tip:tip}}); }else{ if (document.getElementById("windowcloseitnow")){ sogouExplorer.extension.sendRequest({cmd: "closeit", data: true}); } } }, 0); } })(window.external.sogouExplorer(window,7)); </script1>方 加
便 我
溝 微
通 信
前,請(qǐng)勿添加到其他站點(diǎn),否則將無法正常使用。-->