码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
nginx的服务自动启动文件
#!/bin/bash##nginxStartupthenginxserverdaemon##chkconfig:23455525#Description:startsandstopsthenginxwebserver####BEGININITINFO#Provides:nginx#Required-Start:$all#Required-Stop:$all#Default-Start:2345#Default-Stop:016#Description:startsandstopsthenginxwebser..
分类:其他好文   时间:2016-12-22 20:47:31    阅读次数:194
Introduction to ASP.NET Web API
Services for Native AppsAs stated earlier, smartphones had an important part in the trend toward simpler pure HTTP API and away fromSOAP. Many of the ...
分类:Windows程序   时间:2016-12-22 06:52:00    阅读次数:231
Dojo特效(翻译)
http://dojotoolkit.org/documentation/tutorials/1.10/effects/index.html In this tutorial, we will explore the effects that Dojo provides, which allow u ...
分类:其他好文   时间:2016-12-20 00:46:14    阅读次数:190
Kazam: a perfect srceen recorder in Linux/Ubuntu
Kazam provides a well designed and easy to use interface for capturing screencasts and screenshots. It can record desktop video and multiple audio str ...
分类:系统相关   时间:2016-12-18 09:55:54    阅读次数:265
[RxJS] Flatten a higher order observable with concatAll in RxJS
Besides switch and mergeAll, RxJS also provides concatAll as a flattening operator. In this lesson we will see how concatAll handles concurrent inner ...
分类:Web程序   时间:2016-12-16 22:50:19    阅读次数:212
Rails sanitize
The SanitizeHelper module provides a set of methods for scrubbing text of undesired HTML elements. These helper methods extend Action View making them ...
分类:其他好文   时间:2016-12-14 18:58:56    阅读次数:175
[asp.net core]定义Tag Helpers
原文地址 https://docs.microsoft.com/en-us/aspnet/core/mvc/views/tag-helpers/authoring Getting started with Tag Helpers This tutorial provides an introduct ...
分类:Web程序   时间:2016-12-11 12:48:06    阅读次数:354
github.com/dotnet/orleans
Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn ...
分类:Web程序   时间:2016-12-08 02:08:13    阅读次数:242
MongoDB - MongoDB CRUD Operations, Bulk Write Operations
Overview MongoDB provides clients the ability to perform write operations in bulk. Bulk write operations affect a singlecollection. MongoDB allows app ...
分类:数据库   时间:2016-12-05 14:04:14    阅读次数:335
NSCache使用
苹果官方的解释 An NSCache object is a mutable collection that stores key-value pairs, similar to an NSDictionary object. The NSCache class provides a program ...
分类:系统相关   时间:2016-12-05 01:55:56    阅读次数:210
1060条   上一页 1 ... 51 52 53 54 55 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!