生活要经常做做总结,在总结中进步: 一、09年才知道有刚哥,痛哭流涕啊,早认识刚哥,说不定我的人生不是这样的啊。 二、大学时候没有谈女朋友,现在想起来真是失败,都是《完美世界》惹得祸。 三、选择了代码人生的生活,毕业那年我放弃从小学到大学一直都追随的音乐、书法、美术。 四、失去了很多朋友,须臾大学,我竟基本失去与所有曾经的同窗的联系,再回首时,都已成家立业、儿女成群、往事如梦魇啊。 五、高中的女朋友在我考上大学的第二年嫁人了。默默祝福吧,她现在应该过的比我好! 六、青梅竹马也注定只能做兄妹。 七、平身第一次被同学邀请参加婚礼,结果以种种种种借口推辞。 八、逛街从来都是顾影自怜,渐渐习惯了逛淘宝,淘宝是个好地方啊。 九、毕业1年半,生活还没有保障。做什么事都没有曾经的那个劲头。 十、下个星期妈妈50岁生日(六月初六)、我该怎么办~ 总结:年轻的时候很傻很天真
PHP出现 Warning: session_start() [function.session-start]: open Warning: session_start() [function.session-start]: open(/tmp\sess_84cb589ea249708b09c3d5e6836fdd0d, O_RDWR) failed: No such file or directory (2) in E:\web\htdocs\111.php on line 9 这个是session的tmp路径没有设置的缘故 你在php.ini(通常在C:\windows\ 目录下)的session.save_path设置一个路径就可以了,并且这个路径是有效的。比如:c:\winnt\temp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>超链接鼠标移上去提示-css模拟title和alt的提示效果</title> <style> .info {position:relative;background:#fff;color:#666; text-decoration:none;font-size:12px;width:150px;text-align:center;border:1px solid #ccc;height:25px;line-height:25px;} .info:hover {background:#eee;color:#333;} .info span {display: none } .info:hover span {display:block;position:absolute;top:30px;left:60px;width:130px; border:1px solid #ff0000; background:#fff; color:#000;padding:5px;text-align:left;} </style> </head> <body> <a class='info' href="http://www.domain.net">http://www.domain.net<span>css-特效展示,有实例参考哦-我们学习网欢迎大家来学习< /span></a> <a [...]
Cannot load mysql extension. Please check your PHP configuration. ;extension=php_mysql.dll ==>> extension=php_mysql.dll ;extension=php_mysqli.dll ==>> extension=php_mysqli.dll extension_dir “” ==>> extension_dir = “C:\Program Files\PHP” Content of config.inc.php is: <? $cfg['Servers'][1]['host'] = ‘localhost’; $cfg['Servers'][1]['extension'] = ‘mysql’; $cfg['Servers'][1]['connect_type'] = ‘tcp’; $cfg['Servers'][1]['compress'] = false; $cfg['Servers'][1]['auth_type'] = ‘config’; $cfg['Servers'][1]['user'] = ‘root’; $cfg['Servers'][1]['password'] = ‘aaaa’; ?>
MySQL的1067错误 我的Mysql碰到了 1067 错误 错误信息为: A system error has occurred. System error 1067 has occurred. The process terminated unexpectedly. 在我的机上的解决办法是: 修改 my.ini,设置basedir指向mysql的安装路径 basedir=D:\Program\Tools\mysql datadir=D:\Program\Tools\mysql\data

Posted on 20, 七











