码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
C# 第八次作业
这节课,我们学习了Stream的相关内容。首先是Stream的大体介绍:.NET Framework provides Files and directories classes. These classes provide methods and properties for creating, ...
分类:Windows程序   时间:2015-05-10 20:11:22    阅读次数:238
1039. Course List for Student (25)
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each student who comes ...
分类:其他好文   时间:2015-05-10 06:21:45    阅读次数:178
iOS 关于UIWindow的理解
Every iOS app has a window that handles the presentation of the app’s user interface. Although the window provides crucial functionality, most apps ne...
分类:移动开发   时间:2015-05-08 14:43:14    阅读次数:141
RabbitMQ 心跳检测 和 开机自启动脚本
启动脚本:vim/etc/init.d/rabbitmq-server#!/bin/sh##rabbitmq-serverRabbitMQbroker##chkconfig:-8005#description:EnableAMQPserviceprovidedbyRabbitMQ####BEGININITINFO#Provides:rabbitmq-server#Required-Start:$remote_fs$network#Required-Stop:$remote_fs$network#De..
分类:其他好文   时间:2015-05-07 12:42:23    阅读次数:798
[AngularJS] angular-formly: expressionProperties
angular-formly provides a very simple API to dynamically change properties of your field (like disabled, hidden, and required) using the powerful expr...
分类:Web程序   时间:2015-05-07 06:27:51    阅读次数:445
RTSP - RTP over TCP
Normally, RTSP provide streaming over UDP. By nature, UDP is a better choice as it provides robust streaming capability for media. However, it is unli...
分类:其他好文   时间:2015-05-07 00:40:26    阅读次数:178
ZeroClipboard实现多个浏览器兼容的复制文本到剪贴板的功能
ZeroClipboard实现多个浏览器兼容的复制文本到剪贴板的功能 本人在项目中使用的js版本。为了方便大家下载。直接粘贴代码给大家看。版本是1.2.0 /*! *?ZeroClipboard *?The?ZeroClipboard?library?provides?...
分类:其他好文   时间:2015-05-06 18:24:04    阅读次数:284
nsrange和自定义结构体转换为nsvalue类型
The NSNumber class is itself a subclass of the basic NSValue class, which provides an object wrapper around a single value or data item. In addition t...
分类:其他好文   时间:2015-05-05 19:27:19    阅读次数:309
Objective - c Foundation 框架详解2
Objective - c Foundation框架详解2 Collection Agency Cocoa provides a number of collection classes such as NSArray and NSDictionary whose instances exist j...
分类:其他好文   时间:2015-05-05 18:40:20    阅读次数:233
Android之SurfaceView(一)
首先我们先来看下官方API对SurfaceView的介绍 SurfaceView的API介绍 Provides a dedicated drawing surface embedded inside of a view hierarchy. You can control the format of this surface and, if you like, its size; th...
分类:移动开发   时间:2015-05-05 16:38:38    阅读次数:217
1060条   上一页 1 ... 80 81 82 83 84 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!