码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
The Implementation of RFCOMM in Android
Introduction     RFCOMM provides an emulation of serial cable line settings and status of an RS-232 serial port. RFCOMM is a simple transport protocol over L2CAP. So the protocol could supports up to...
分类:移动开发   时间:2015-04-15 19:38:08    阅读次数:124
Skia
1 What is SKIA.Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms. It...
分类:其他好文   时间:2015-04-13 12:44:52    阅读次数:271
CentOS中yum使用基础详解
yum在线升级机制。yum是通过分析RPM的标题数据库后,根据各软件的相关性制作出属于依赖时的解决方案,然后可以自动处理软件的依赖属性问题,以解决软件安装或删除与升级的问题。在实际工作中,我们主要应用yum的查询、安装、升级与删除功能1、查询(1)程序包查看list:列出yum服..
分类:其他好文   时间:2015-04-12 06:55:46    阅读次数:218
LingPipe-TextClassification(文本分类)
What is Text Classification?Text classification typically involves assigning a document to a category by automated or human means. LingPipe provides a...
分类:其他好文   时间:2015-04-09 23:32:46    阅读次数:566
TCP
TCP1. 背景TCP 是啥?TCP是一种协议,和 UDP 一样属于 OSI 七层模型里面的第四层传输层的一种协议。TCP 协议是干啥的?TCP provides a connection-oriented, reliable, byte stream service.TCP 提供一种面向连接的、可...
分类:其他好文   时间:2015-04-09 19:36:03    阅读次数:257
ntp 配置 autokey 功能【摘录】
摘录于ntp官网:http://support.ntp.org/bin/view/Support/ConfiguringAutokey6.7. Autokey Configuration for NTP stable releasesThis topic provides a step-by-ste...
分类:其他好文   时间:2015-04-09 15:21:28    阅读次数:852
CentOS 源码安装之DNS服务
DNS原理相关DNS为DomainNameSystem(域名系统)的缩写,它是一种将IP地址转换成对应的主机名或将主机名转换成与之相对应IP地址的一种服务机制。其中通过域名解析出IP地址的叫做正向解析,通过IP地址解析出域名的叫做反向解析。DNS使用TCP和UDP,端口号都是53,但它主要使用UDP,..
分类:其他好文   时间:2015-04-06 06:30:58    阅读次数:210
复制粘贴
Package Control MessagesMarkdownEditing:# MarkdownEditingMarkdown plugin for Sublime Text. Provides a decent Markdown color scheme (light and dark) wi...
分类:其他好文   时间:2015-04-04 01:10:52    阅读次数:262
spring mvc MultipartFile 上传文件 当文件较小时(10k) ,无法上传成功 。
查看该类源码有一段说明文档 * Provides "maxUploadSize", "maxInMemorySize" and "defaultEncoding" settings as * bean...
分类:编程语言   时间:2015-04-03 19:07:44    阅读次数:277
怎么创建MongoDB数据库
MongoDBdidn’t provides any command to create “database“. Actually, you don’t need to create it manually, because, MangoDB will create it on the fly, d...
分类:数据库   时间:2015-04-03 16:49:13    阅读次数:175
1060条   上一页 1 ... 83 84 85 86 87 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!