码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
unzip.cpp.300
#include "stdafx.h" #ifdef ZIP_STD #include <stdio.h> #include <string.h> #include <malloc.h> #include <time.h> #ifdef _MSC_VER #include <sys/utime.h> ...
分类:其他好文   时间:2017-06-01 19:38:58    阅读次数:268
python每日一类(3):os和sys
os与sys模块的官方解释如下: os: This module provides a portable way of using operating system dependent functionality. 这个模块提供了一种方便的使用操作系统函数的方法。 sys: This module ...
分类:编程语言   时间:2017-06-01 10:28:18    阅读次数:188
mongodb 在 Ubuntu系统上的安装及卸载
mongodb官网 The mongodb-org-server package provides an initialization script that starts mongod with the /etc/mongod.conf configuration file. See Run Mo ...
分类:数据库   时间:2017-05-30 23:15:01    阅读次数:373
Exploit-Exercises nebule 旅行日志(一)
exploit-exercises.com provides a variety of virtual machines, documentation and challenges that can be used to learn about a variety of computer secur ...
分类:其他好文   时间:2017-05-29 13:35:21    阅读次数:144
【extjs6学习笔记】1.7 初始:加载第三方库
https://www.sencha.com/blog/integrating-ext-js-with-3rd-party-libraries-2/ Introduction Ext JS provides a lot of built-in components right out of the ...
分类:Web程序   时间:2017-05-27 23:02:03    阅读次数:372
[转]Web API Introduction to OData Services using ASP.NET Web API
本文转自:http://mahedee.net/tag/web-api/ What is OData? OData Stands for Open Data Protocol. It is a data access protocol for the web. OData provides a un ...
分类:Windows程序   时间:2017-05-27 13:27:24    阅读次数:384
$.when()方法翻译
地址:http://api.jquery.com/jQuery.when/ jQuery.when( deferreds ),returns Promise 正文 Description: Provides a way to execute callback functions based on z ...
分类:其他好文   时间:2017-05-25 23:40:35    阅读次数:458
What is the purpose for IT Pro in Windows 10 Creators Update
Windows10,version1703—alsoknownastheWindows10CreatorsUpdate—isdesignedfortoday’smodernITenvironmentwithnewfeaturestohelpITprosmoreeasilymanage,andbetterprotect,thedevicesanddataintheirorganizations.Italsoprovidesindividualswiththeabilitytobemoreproductiv..
分类:Windows程序   时间:2017-05-24 22:43:09    阅读次数:429
WifiManager类具体解释
public class WifiManager extends Object java.lang.Object ? android.net.wifi.WifiManager 类概述 This class provides the primary API for managing all aspec ...
分类:其他好文   时间:2017-05-24 09:56:32    阅读次数:251
difflib文件差异对比
1、两个字符串差异对比:#!/usr/bin/envpython #-*-coding:utf-8-*- importdifflib text1=‘‘‘text1: Thismoduleprovidesclassesandfunctionsforcomparingsequences. includingHTMLandcontextandunifieddiffs. difflibdocumentv7.4 addstring ‘‘‘ text1_lines=text1.splitlines..
分类:其他好文   时间:2017-05-23 21:44:47    阅读次数:173
1060条   上一页 1 ... 43 44 45 46 47 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!