class Login { static $username; //用户名 static $userpass; //密码 static $userid; //用户id static $authtable="account"; //验证用数据表 static $usecookie=true; //使用cookie保存sessionid static $cookiepath='/'; //cookie路径 static $cookietime=108000; //cookie有效时间 static $err_mysql="mysql error"; //mysql出错提示 static $err_username="用户名无效"; //用户名无效提示 static $err_user="用户无效"; //用户无效提示(被封禁) static $err_password="密码错误提示"; //密码错误提示 static $err; //出错提示 static $errorreport=false; //显示错误 public static function isLoggedin() //判断是否登录 { if(isset($_COOKIE['user_name'])) //如果cookie中保存有user_name { return true; } else //如果cookie中未保存user_name,则直接检查session { return false; } } public static function userAuth($username,$userpass) //用户认证 { self::$username=$username; self::$userpass=$userpass; $query="select * from `users` where `user_name`='".$username."'"; $result = db::get_one($query); $reset=array(); if($result['user_name']!="") //找到此用户 { if(md5($userpass)==$result['userpwd']) //密码匹配 { self::$userid=$result['uid']; setcookie('user_name',$result['user_name'],time()+self::$cookietime,self::$cookiepath); setcookie("usermore", 1, time()+self::$cookietime,self::$cookiepath); $reset['userlog']=true; return $reset; } else //密码不匹配 { $reset['userlog']=false; $reset['usererr']=self::$err_password; return $reset; } } else //没有找到此用户 { $reset['userlog']=false; $reset['usererr']=self::$err_username; return $reset; } } public static function setSession() //置session { $sid=uniqid('sid'); //生成sid session_id($sid); session_start(); $_SESSION['user_name']=self::$username; //给session变量赋值 $_SESSION['uid']=self::$userid; //.. if(self::$usecookie) //如果使用cookie保存sid { if(!setcookie('sid',$sid,time()+self::$cookietime,self::$cookiepath)) self::$errReport("set cookie failed"); } else{ setcookie('sid','',time()-3600); //清除cookie中的sid } } public static function userLogout() //用户注销 { if(setcookie('user_name','',time()-3600))//清除cookie中的sid return true; else return false; } function errReport($str) //报错 { if(self::$error_report) echo "ERROR: $str"; } } ?>
梦见摔跤,代表生活十分艰辛。
工人梦见摔跤,会与一个无知、没有教养的女人结婚。
病人梦见摔跤,病情会更加恶化。
囚犯梦见摔跤,会在监狱里做苦力。
梦见与大力士交谈,会与强人吵架。
梦见和大力士吵架,会声威大震。
梦见摔跤:
梦见自己摔了一跤,如果您是处于生长发育阶段,这只是自己长身体的正常生理现象;另外也代表着自己将会遇到无形的压力和阻力,面对困境时有些措手不及。
孕妇梦见摔跤代表着一种担心或者焦虑的情绪,比如担心怀的是女孩、宝宝是不是会有什么问题等等,怀孕期间最好调整下自己的情绪,保持平和安静的心态。
梦见别人摔跤,代表着亲朋好友可能会有暂时的困难,需要您的帮助。
梦见骑车摔跤,这样的梦境是在提醒您,您的工作和生活可能会出现小的问题,很可能的原因是由于做事无计划、欠思考等原因造成的。
梦见与人摔跤,你面临的压力和困难比较大,想在梦中释放出来,如果梦见与人摔跤自己最终胜利了,则表明你最终将战胜困难,取得成功。
以下是梦见摔跤的心理学解释:
摔跤的梦境如果是梦见自己摔倒了或者别人摔倒了,请参见“梦见摔倒”这个词条,一般来说这样的梦境代表着阻力和压力,另外如果晚上睡觉时足部被寒气侵袭,或者身体正在发育阶段,要长高时也会做此类梦境。如果是梦见的是和别人摔跤打架,那么请参考“梦见打架”这个词条,一般来说代表着最近将会遇到大的阻力,如果梦境中自己摔倒了别人或者打赢了,则表明自己能战胜困难,取得最终的胜利。