自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

^_^-Beluga, ^_^-Stefli

Everyday is full of joy!

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

原创 How to generate high quality image by using Imagemagick

Install Imagemagick first, then use "convert" command to generate high quality image: convert -verbose -colorspace RGB -resize 1800 -interlace none -density 300 -quality 100 test.pdf test.jpg

2010-03-30 18:30:00 610

转载 Get "Server Down" when retrieve the channel list in sopcast, how to solve it?

Quote: http://code.google.com/p/sopcast-player/issues/detail?id=10I replaced DatabaseOperations.py with the version from ranjanksharma.Now , i can get the correct channel list.

2010-03-13 22:13:00 679

原创 mplayer error opening/initializing the selected video_out (-vo) device

mplayer error opening/initializing the selected video_out (-vo) device cd ~/.mplayer/sudo gedit gui.conf change the vo_drive="xv"

2010-03-13 22:07:00 1128

转载 How to setup django, python environment in ubuntu

Quote: http://club.topsage.com/thread-412466-1-1.htmlDjango开源项目网站:http://www.djangoproject.com/Django是用python语言写的开源web开发框架(open source web framework),它鼓励快速开发,并遵循MTV设计。Django遵守BSD版权,初次发布于2005年7月, 并于200

2010-03-13 20:10:00 690

转载 Common errors in django

Quote: http://skyfen.javaeye.com/blog/515176 报错:1.local variable allreciver referenced before assignment  .   allreciver 变量无效2.invalid literal for int() with base 10: 字段中用了int类型,说明有的字段不一

2010-03-10 13:43:00 2511

空空如也

空空如也

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

TA关注的人

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