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"; } } ?>
梦境
梦见在老家,经常走的一条路,突然多了个楼梯(天桥)。于是爬上楼梯,是只能容下两个人的楼梯。我和另外一个人(不记得是谁,应该是小学同学)并排走着。过了这截楼梯,转上去还有一截,成了很细窄的,木板的,摇摇欲坠。和我一起的人说你先上去吧,于是我就走上去,她很舍不得的样子。过程中有些非常恐怖,为什么会做这样的噩梦,是不是因为睡姿不正确才这样?或者是其他原因呢??周公解梦破解大全楼梯会踏。这截楼梯上面还有个人,在鼓励我,说没有事的,快上来吧总之是走上去了。
分析
一、生活中的路
老家意味着童年的思想形成,意味着安全,经常走的路,意味着平常中的事情,多了一条天桥意味着发生了转机,潜伏着变化,爬上楼梯,意味着你接受这种形式的变化,只能容下两人的楼梯,我和另外一个人并排走,与别人一起走意味着希望得到别人的陪伴和支持,反映了内心的恐惧和不安。
二、对未来的恐惧
过了楼梯,还有一截,很细窄的,木板的摇摇欲坠的,意味着发展到一定的程度,就会存在危机,但是你还是坚持走下去了。梦中与你一起走的人及鼓励你的人都是你的子人格,也就是你内心一方面非常恐怖,为什么会做这样的噩梦,是不是因为睡姿不正确才这样?或者是其他原因呢??周公解梦破解大全,而另一方面却在鼓励你。
点评
向往高质量的生活,如果女人铁了心眼要向上爬,是一件恐怖的事,会忘记道德规范和法律约束,而去做做任何的事,数千年的传统观念,已变成了集体潜意识了。
梦讲述的是对对恋爱婚姻的看法,在正常的恋爱婚姻过程中,自己发现了一个可能给自己带来美好生活的人,但是如果与这个人来往的话,可能会存在着危机和风险。
梦反映了内心对高质量生活的追求和道德规范之间矛盾的冲突。