自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一生只爱平凡出奇

磕死所有的bug,你就成了谢了顶的小monkey

  • 博客(7)
  • 收藏
  • 关注

翻译 ubuntu firefox install flash

从上面Adobe的官方地址下载到新版的安装文件,install_flash_player_10_linux.tar.gz将该文件解压,即可得到libflashplayer.so。将其放入/usr/lib/adobe-flashplugin下。但注意Firefox使用的插件目录是/usr/lib/firefox-addons/plugins。检查一下/usr/lib/firefox-addons

2015-10-01 23:41:31 271

原创 ubuntu安装chrome

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo dpkg -i google-chrome-stable_current_amd64.deb

2015-09-30 23:27:06 290

原创 ubuntu安装输入法

安装libpinyin输入法             $sudo apt-get install  ibus-libpinyin重启

2015-09-30 23:14:56 587

原创 unzip 命令 乱码

unzip -O CP936

2015-09-24 15:19:17 729 1

原创 Spring 配置 map 映射

applicationContext-wtc.xml    xmlns:util="http://www.springframework.org/schema/util"    xmlns="http://www.springframework.org/schema/beans"    xmlns:context="http://www.springframework.

2015-09-21 15:43:57 1205

原创 mysql数据库授权所有人

grant all privileges on *.* to 'root'@'%' identified by 'password';flush privileges;

2015-09-18 15:02:47 1899

原创 ubuntu14.04系统错误

Error Message: brokencount  >  01、sudo apt-get -f  install查看错误信息(不完整的依赖包)2、sudo apt-get autoremove可根据提示信息来处理

2015-07-17 00:22:30 437

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除