1、vagrant建立简单httpserver方法:1)映射端口修改Vagrantfile, 末尾添加本地端口和虚机端口的映射关系, 然后执行vagrant reload. Vagrant::Config.run do |config| # Forward guest port 8...
分类:
其他好文 时间:
2015-06-30 01:16:41
阅读次数:
118
学习Data Science at the Command Line时,win7下安装环境是遇到了一些小问题,最后通过百度解决。1)电脑安装完vagrant+virtual box之后,新建工作目录,cmd进入工作目录后$ vagrant init data-science-toolbox/data...
分类:
其他好文 时间:
2015-06-29 19:41:59
阅读次数:
245
ShanghaiTech Symposium on Data Science (SSDS) 2015是由上海科技大学举办的。上科大马毅老师邀请了一堆大牛来讲座。会议免注册费,组织得非常不错。在此感谢举办方上科大和组织者们。
参会第一感受就是英语太重要了。会议中演讲者和提问者都是用英语表述。报告中,对那些我熟悉点背景的报告,还能听懂一些。如果没有一点背景知识或者报告者带点地方口音,那...
分类:
其他好文 时间:
2015-06-26 00:31:17
阅读次数:
421
Problem DescriptionEddy usually writes articles ,but he likes mixing the English letter uses, for example "computer science" is written frequently "co...
分类:
其他好文 时间:
2015-06-16 21:07:10
阅读次数:
140
UNIVERSITY OF WESTERN CAPE? ???Department of Computer Science http://www.cs.uwc.ac.za/
分类:
其他好文 时间:
2015-06-16 13:11:50
阅读次数:
140
//引用命名空间using System.Drawing.Imaging;using System.Drawing;using System.Drawing.Drawing2D;#region GetPicThumbnail/// /// 无损压缩图片/// /// 原图片/// 压缩后保存位置//...
ImportError: The _imagingft C module is not installed 这玩意安装相当的坑 我是centos64的系统,执行安装 yum install ?tcl jpeg zlib tiff freetype lcms tcl-devel jpeg-devel zlib-devel tiff-devel freet...
分类:
其他好文 时间:
2015-06-15 19:00:29
阅读次数:
178
这几天研究了下ORC 文字识别,大概了解了三种识别方式:1、通过微软的控件调用Microsoft Office Document Imaging。2、是通过AspriseOCR 调用3、是Tesseract ORC本人刚接触编程不久,基本功不好,走了很多弯路,先把自己的一些体会写下来,留着以后复习用...
分类:
Windows程序 时间:
2015-06-15 12:31:33
阅读次数:
1853
保存图片控件上的图片到本地 出现错误:无法将类型为“System.Windows.Media.Imaging.BitmapFrameDecode”的对象强制转换为类型“System.Windows.Media.Imaging.BitmapImage”。try { ...
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4288CoderDescriptionIn mathematics and computer science, an algorithm describes a set of procedures or i...
分类:
其他好文 时间:
2015-06-10 19:01:16
阅读次数:
209