test

je反馈 http://javaeye-admin.group.iteye.com/

test.
etc/ld.so.conf.d
http://blog.csdn.net/sunnyboycao/article/details/6364444

http://www.linuxidc.com/Linux/2011-02/32535.htm

tcp
http://topic.csdn.net/u/20110729/12/f19b2011-a0cb-4407-8798-b163763313ac.html

http://www.qtcentre.org/threads/45386-QTcpSocket-no-readyRead()-signal-even-in-Qthread-event-loop

面试题
http://www.iteye.com/topic/1118035

用mysql存二进制
http://topic.csdn.net/u/20080805/08/6723008e-c1bc-4feb-ae08-26b37cd1eb98.html

图标png->ico
http://www.ico.la/

图标下载
http://www.iconfinder.com/search/?q=clear

qtopia,qss,qml


 grub rescue>ls 回车 //列出本机所有的磁盘及分区,如(hd0) (hd0,msdos1) (hd0,0) (hd1)等,

  我的是(hd0)(hd0,msdos1)(hd0,msdos2)...(hd0,msdos9)。

  grub rescue>ls (hd0,msdos1)/grub 回车 //循环使用此命令直到显示分区内容而不是显示

  "unknown filesystem"为止,注意(hd0,msdos1)和/grub之间

  无空格,我的为(hd0,msdos9)。

  注意:如果未单独分出/boot,则使用/boot/grub,

  否则使用/grub。

  grub rescue>set root=(hd0,msdos9) 回车

  grub rescue>set prefix=(hd0,msdos9)/grub 回车

  grub rescue>insmod /grub/normal.mod 回车

  grub rescue>normal 回车 //重启进入Ubuntu引导界面,选择Ubuntu进入系统。

  注意:至此并不是一切搞定了,如果此时以为修复好了,

  重启之后依然会显示此错误。

  进入系统后打开终端,执行以下命令:

  sudo update-grub 回车 //修复grub

  sudo grub-install /dev/sda 回车 //sda为启动磁盘,千万不能写成sda1等。

  重启之后就可以看到熟悉的Ubuntu引导界面了,一切OK!

你可能感兴趣的:(test)