码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
RabbitMQ Management HTTP API--官方文档
IntroductionApart from this help page, all URIs will serve only resources of typeapplication/json, and will require HTTP basic authentication (using t...
分类:Windows程序   时间:2014-10-30 11:00:14    阅读次数:1042
OPENCV(2) —— Basic Structures(二)
Mat OpenCV C++ n-dimensional dense array class The class Mat represents an n-dimensional dense numerical single-channel or multi-channel array. It can...
分类:其他好文   时间:2014-10-29 10:42:31    阅读次数:287
OPENCV(2) —— Basic Structures(一)
DataType A primitive OpenCV data type is one of unsigned char, bool,signed char, unsigned short, signed short, int, float, double, or a tuple of value...
分类:其他好文   时间:2014-10-28 21:34:09    阅读次数:369
Using switch statements and the ternary operator
和JSswitch的语法一样?Switch Statements and the Ternary Operator are alternatives to if-else control structures for making decisions. The basic structure of ...
分类:其他好文   时间:2014-10-28 15:31:00    阅读次数:286
yii2安装
Warning: require(D:\Apache2.2\htdocs\yii2\basic\web/../vendor/autoload.php): failed to open stream: No such file or directory in D:\Apache2.2\htdocs\y...
分类:其他好文   时间:2014-10-28 15:08:47    阅读次数:263
Basic Concepts in OS X Operation System(OSX系统的一些基本概念),准确地说是mach内核的一些基本概念
TasksA task is a logical representation of an execution environment. Tasks are usedin order to divide system resources between each running program. E...
分类:系统相关   时间:2014-10-28 13:35:52    阅读次数:211
Naming variables
Variables are a fundamental building block of all programming languages. In this lesson, I'll describe briefly what a variable is, explain the basic r...
分类:其他好文   时间:2014-10-28 09:21:40    阅读次数:253
Go: using a pointer to array
下面的不是指针指向数组,而是指针指向SliceI'm having a little play with google's Go language, and I've run into something which is fairly basic in C but doesn't seem to ...
分类:其他好文   时间:2014-10-28 00:21:40    阅读次数:176
Python的HTTP Basic认证
一、HTTP的Basic认证: 在HTTP协议的通信过程中,HTTP协议定义了基本认证过程以允许HTTP服务器对WEB浏览器进行用户的身份认证的方法,当一个客户端向HTTP服务器进行数据请求时,如果客户端未被认证,则HTTP服务器将通过基本的认证过程对客户端的用户名和密码进行验证,以决定用户是否合法。 客户端在接收到HTTP服务器的身份认证要求后,会提示用户输入用户名和密码,然后将用户...
分类:编程语言   时间:2014-10-27 23:09:18    阅读次数:244
C/C++ Linux 程序员必须了解的 10 个工具
1. 基本命令http://mally.stanford.edu/~sr/computing/basic-unix.htmlhttp://pangea.stanford.edu/computing/unix/shell/commands.phphttp://infohost.nmt.edu/tcc/...
分类:编程语言   时间:2014-10-27 12:15:51    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!