Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1124372
  • 博文数量: 188
  • 博客积分: 2267
  • 博客等级: 大尉
  • 技术积分: 1907
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-01 11:17
文章分类

全部博文(188)

文章存档

2016年(16)

2015年(16)

2014年(12)

2013年(32)

2012年(45)

2011年(67)

发布时间:2013-05-06 15:38:47

系统:centos6.2 64位需求:linux下网页不能听歌1.  wget  http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.280/install_flash_player_11_linux.x86_64.tar.gz2.  tar xf install_flash_player_11_linux.x86_64.tar.gz 3.  cp libflashplayer.so /usr/lib64/mozilla/plugins/4..........【阅读全文】

阅读(986) | 评论(0) | 转发(0)

发布时间:2013-04-26 10:43:51

mysql 数据库root密码忘记以后,其实没有想象的那么麻烦,下边看看怎么解决这个问题。# mysqld --skip-grant-tables打开另一个窗口mysql> use mysql;mysql> update user set password =password("000000") where user = 'root' ;mysql> flush privileges;ps:如果有以下提示,[ERROR] Fa.........【阅读全文】

阅读(1492) | 评论(0) | 转发(0)

发布时间:2013-04-10 11:06:08

......【阅读全文】

阅读(1340) | 评论(0) | 转发(0)

发布时间:2013-03-27 10:52:02

解决办法:1. 编辑 /boot/grub/grub.conf文件,将其中的kernel对应的行的最后加上:            drm_kms_helper.poll=0 2. 重新启动机器。......【阅读全文】

阅读(2339) | 评论(0) | 转发(0)

发布时间:2013-03-20 08:49:51

解决办法:删除该虚拟机木下所有.lck 结尾的文件和 lck目录......【阅读全文】

阅读(1667) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册