ubuntu快捷方式
摘要:快捷方式:/usr/share/applications图标:/usr/share/pixmaps
阅读全文
posted @
2013-03-31 16:01
KLEZ
阅读(110)
推荐(0)
解决php连接mysql数据库中文乱码问题
摘要:首先数据库编码和Mysql连接校对编码要一致:其次在php文件中加入这两句:2013-3-21更新:Linux下最好都用UTF-8编码:1、数据库里面选utf-8_general_ci2、php文件加上header("Content-Type: text/html; charset= utf-8");注意include进来的php文件也得是UTF-8!
阅读全文
posted @
2013-03-16 21:58
KLEZ
阅读(197)
推荐(0)
Ubuntu中将宿主机共享放到桌面
摘要:sudo ln -s /mnt/hgfs/ ~/桌面/Win7共享
阅读全文
posted @
2013-03-12 00:09
KLEZ
阅读(183)
推荐(0)