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"; } } ?>
梦见过河 :
过河顺利河象征着川流不息的生活,过河则意味着度过了人生中的考验,代表顺利。梦见过河,一切都会顺利如意。商人梦见过河,能够扭亏为盈。女人梦见过河,会生男孩。
梦见河流 :
梦见河流潺潺,意味着快乐;
梦见河流有瀑布,说明可实现自己的愿望,工作、学习和生活顺利;
梦见清清河流,在阳光下闪闪发光,意味着经济富有,喜欢游玩;
梦见黑幼幼的河流,意味着周围的朋友不真诚,爱情也不快乐;
梦见河流发洪水,并且将自己冲走,暗示着有疾病和损失,婚姻也不愉快;
年轻的女性梦见在河里轻舟荡漾,提示生活将很美满,丈夫会很体贴;
梦见河流水势湍急,意味着因有麻烦的事情而焦虑不安。
梦见河:
梦见干涸的河,会受到损失;
旅游者梦见退了潮的河,前进的道路上会有很多障碍;
梦见过河,一切顺心如意,捷报频;
商人梦见过河,能转亏为盈;
男人梦见在河里潜水,身体会健壮;
女人梦见潜水,会生男孩;
农民梦见河里发了洪水,庄稼丰收。
以下是梦见河的心理学解释:
梦中的河流,代表着滋养、女人或其他水所代表的事物,也可表示生命历程,还是阻碍、分界的象征。梦到平静的溪流,平静的溪流表示生活是安宁而舒适的。梦到奔腾的激流,奔腾的激流则表示生活中有难以调和的矛盾,或者感到自己被某种力量征服。