会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
summerwinterwang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2014年10月21日
Photoshop
摘要: 用Photoshop将32位带Alpha通道的BMP图片转换成PNG格式利用Photoshop通道制作BMP格式的透明图标
阅读全文
posted @ 2014-10-21 11:57 summerwinterwang
阅读(156)
评论(1)
推荐(0)
2014年9月5日
Sublime Text与LaTeX的结合
摘要: 1、通过Command Palette安装LaTeXTools2、通过Command Palette查找LaTeXTools: Reconfigure and migrate settings,回车
阅读全文
posted @ 2014-09-05 23:53 summerwinterwang
阅读(524)
评论(0)
推荐(0)
2014年8月29日
Python开源库的bug
摘要: scipy在misc的pilutil.py中def fromimage(im, flatten=0)函数中,# workaround for crash in PIL, see #1613.im.convert('L')上面是之前的代码,当图片模式是二值模式时,此处会出错,因为im.convert(...
阅读全文
posted @ 2014-08-29 09:33 summerwinterwang
阅读(203)
评论(0)
推荐(0)
2014年6月20日
Pillow库的学习和使用
摘要: 1、encoder jpeg not availablesudo apt-get install libjpeg-devpip install -I pillow
阅读全文
posted @ 2014-06-20 19:41 summerwinterwang
阅读(236)
评论(0)
推荐(0)
2014年6月3日
对OpenSSL心脏出血漏洞的试验
摘要: 1、安装OpenSSL环境sudo apt-get install opensslsudo pip install pyopenssl(中间会提示ffi.h 没有那个文件或目录,sudo apt-get install libffi-dev解决)这种办法好像没法试验出效果,没有那个漏洞了!2、参考网...
阅读全文
posted @ 2014-06-03 13:27 summerwinterwang
阅读(364)
评论(0)
推荐(0)
2014年5月20日
Scrapy的学习和使用
摘要: 1、安装 在windows下安装是真心复杂,不搞了,直接在linux下研究吧! sudo pip install scrapy2、安装遇到问题2.1、bz2 module not available sudo apt-get install libbz2-dev 对Python安装文件夹重新...
阅读全文
posted @ 2014-05-20 20:51 summerwinterwang
阅读(173)
评论(0)
推荐(0)
FreeImage库的学习和使用
摘要: 1、FreeImage_SetPixelColor x横轴方向 y纵轴方向 左下角是(0, 0)
阅读全文
posted @ 2014-05-20 12:29 summerwinterwang
阅读(365)
评论(0)
推荐(0)
2014年5月18日
gdal库的学习和使用
摘要: 1、windows下的编译 1.1、解压后打开nmake.opt,设置GDAL_HOME 1.2、进入vs的command promot,进入正常的那个即可,64位的没试过,可以参考gdal官网 1.3、nmake /f makefile.vc 1.4、nmake /f makefile.v...
阅读全文
posted @ 2014-05-18 15:25 summerwinterwang
阅读(3964)
评论(0)
推荐(0)
2014年5月16日
VirtualBox安装Debian
摘要: 1、下载Debian的dvd1,按照http://www.jb51.net/os/85858.html网上教程安装Debian 1.1、我创建了20G的虚拟磁盘,分区的时候我分了3个区,2G交换空间,7.5G的/,12G的/home 1.2、中间有一步好像是升级apt-get的时候没取消的话会卡...
阅读全文
posted @ 2014-05-16 18:30 summerwinterwang
阅读(1454)
评论(1)
推荐(0)
2014年5月1日
Sublime Text基本配置
摘要: 官网最新版本号3059破解链接:http://bbs.pediy.com/showthread.php?t=182774可以看那个人放出来的百度网盘,去他的百度网盘里面可以看到最新的破解文件。原版下载地址:http://www.sublimetext.com/3安装Package Controlht...
阅读全文
posted @ 2014-05-01 23:46 summerwinterwang
阅读(258)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告