MIME 类型
MIME (Multipurpose Internet Mail Extensions)
是描述消息内容类型的因特网标准。
MIME 消息能包含文本、图像、音频、视频以及其他应用程序专用的数据。
官方的 MIME 信息是由 Internet Engineering Task Force (IETF) 在下面的文档中提供的:
RFC-822 Standar...
分类:
Web程序 时间:
2015-01-06 09:55:08
阅读次数:
399
心血来潮,给笔记本装了linux,版本是当下最火的mint。唔,使用体验不错~下面记录的是修改mint锁屏相关设置的修改方式。 In Linux Mint 13, the screen lock feature is disabled by default. After being idle fo....
分类:
其他好文 时间:
2015-01-05 21:39:33
阅读次数:
761
背景
上一讲从对偶问题的角度描述了SVM问题,但是始终需要计算原始数据feature转换后的数据。这一讲,通过一个kernel(核函数)技巧,可以省去feature转换计算,但是仍然可以利用feature转换的特性。 什么是kernel
Kernel的其实就是将向量feature转换与点积运算合并后...
分类:
其他好文 时间:
2015-01-05 00:15:09
阅读次数:
244
Volley主页 https://android.googlesource.com/platform/frameworks/volley
http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded
1. 什么是Volley
在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于Async...
分类:
移动开发 时间:
2015-01-04 23:07:41
阅读次数:
327
深度卷积网络涉及问题:1.每个图如何卷积: (1)一个图如何变成几个? (2)卷积核如何选择?2.节点之间如何连接?3.S2-C3如何进行分配?4.16-120全连接如何连接?5.最后output输出什么形式?①各个层解释: 我们先要明确一点:每个层有多个Feature Map,每个Feature ...
分类:
其他好文 时间:
2015-01-04 18:34:29
阅读次数:
192
背景
上一篇文章总结了linear hard SVM,解法很直观,直接从SVM的定义出发,经过等价变换,转成QP问题求解。这一讲,从另一个角度描述hard SVM的解法,不那么直观,但是可以避免feature转换时的数据计算,这样就可以利用一些很高纬度(甚至是无限维度)的feature转换,得到一些...
分类:
其他好文 时间:
2015-01-03 22:23:05
阅读次数:
347
方法1.可以在MainActivity的onCreate方法中加一行代码requestWindowFeature(Window.FEATURE_NO_TITLE);这个一般MainaActivity是继承自Activity的,且这句一定要写在setContentView()方法的前面。方法2.在AndroidManifest.xml中加属性android:theme="@android:style/Theme.NoTit..
分类:
移动开发 时间:
2015-01-03 08:15:04
阅读次数:
195
As reading the C++ template metaprogramming, I learn the famous saying in software engineering again. How to understand this remark in the context of ...
分类:
其他好文 时间:
2015-01-02 23:38:31
阅读次数:
273
微软近期Open的职位:Job posting title: Senior Development EngineerLocation: China, BeijingDivision: Operations System Group Engineering   Group OverviewOS...
分类:
移动开发 时间:
2015-01-02 12:09:40
阅读次数:
245
英文原文:https://www.paypal-engineering.com/2014/12/10/10-myths-of-enterprise-python/ 翻译原文:http://www.oschina.net/translate/10-myths-of-enterprise-python?...
分类:
编程语言 时间:
2015-01-02 12:08:38
阅读次数:
440