一、人的需求理论(一)马斯洛的“需求层次论”1943年著名的美国心理学家和行为学家亚伯拉罕·哈罗德·马斯洛(A.Maslow)提出了关于人类需求的“需求层次论”。该理论认为人类都是有需要的,人也是不断需求的动物,尚未满足的需求产生了工作的动机,人类的需求又构成了一个层次体系,任何一种需求的出现都是以较低层次的需求的满足为前提的。“需求层次论”将人的需求分为五个层次,由低至高,逐层上升,分别为:生理需求、安全需求、社会需求、尊重需求、自我实现需求。另外还有两种需要:求知和审美。(图4-1)
"
html += "
"
$("#SocialLogin").html(html);
}
);
$("#logindiv1").show();
$('#zhezhao').show();
$(window).on("scroll",function(){
$(this).scrollTop (0);
});
debugger;
//记住密码功能
var str = getCookie("ZAS_KeepUsrPwd");
str = str.substring(0,str.length);
var username = str.split("_")[0];
var password = str.split("_")[1];
//自动填充用户名和密码
$("#UserName").val(username);
$("#Password").val(password);
}
$(".btn-close").click(function(){
$("#logindiv1").hide();
$('#zhezhao').hide();
$('#orgBuybox').hide();
$(window).off("scroll");
});
$("#orgBuy").click(function(){
$('#zhezhao').show();
$('#orgBuybox').show();
});
function doRecom(){
debugger;
$('#RecommendNameInfo').text("");
$('#BranchNameInfo').text("");
$('#CollegeInfo').text("");
$('#BranchContractWayInfo').text("");
var arr = [];
if($('#RecommendName').val().length==0){
arr.push("RecommendName");
}
if($('#BranchName').val().length==0){
arr.push("BranchName");
}
if($('#College').val().length==0){
arr.push("College");
}
if($('#BranchContractWay').val().length==0){
arr.push("BranchContractWay");
}
if(arr.length>0){
for(var i=0;i