自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

转载 PIL装配记录,编译支持jpeg png

PIL是python理想的图片处理module,但是想要良好的支持各种图片,还需要检查一下几步,否则会提示:IOError: decoder jpeg not available之类的。 我的环境:Linux mint 11 amd64 / Python2.7 第一步:安装zlib png freetype   jpeg install zlib

2013-11-18 15:50:32 2967 1

转载 vim在同一个窗口中同时编辑多个文件

一、如果在终端中开没有打开vim,可以: 横向分割显示: $ vim -o filename1 filename2 纵向分割显示: $ vim -O filename1 filename2 二、如果已经用vim打开了一个文件,想要在窗口中同时再打开另一个文件: 横向分割显示: :vs filename 纵向分割显示:

2013-11-18 10:37:14 12850

原创 ubuntu系统与win 7系统时间不一致问题

由于ubuntu系统升级到13.10,在进行win7系统与ubuntu系统切换时,时间总是不对,在win 7下更新时间后在ubuntu系统中仍然显示错误的时间,在ubuntu系统中更新时间后到win 7系统后还是错误的时间。由于不想每次系统切换后都更新时间,在网上就查了一下解决办法,发现了两个概念: UTC即Universal Time Coordinated,协调世界时 GMT即Greenw

2013-11-18 09:25:10 4540

OpenGL红书英文版

OpenGL Programming Guide (Addison-Wesley Publishing Company) Second Edition The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With OpenGL, you can control computer-graphics technology to produce realistic pictures or ones that depart from reality in imaginative ways. This guide explains how to program with the OpenGL graphics system to deliver the visual effect you want.

2013-11-28

git的使用文档

pro git的标准使用文档,pdf格式,里面内容能够复制

2013-11-25

mysql-connector-java-5.0.8

mysql驱动程序,版本5.0.8,使用很方便

2012-01-09

空空如也

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

TA关注的人

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