码迷,mamicode.com
首页 >  
搜索关键字:describes    ( 260个结果
Nginx初学者指南
Beginner’s Guide This guide gives a basic introduction to nginx and describes some simple tasks that can be done with it. It is supposed that nginx is ...
分类:其他好文   时间:2018-07-30 00:34:35    阅读次数:167
PAT 1126 Eulerian Path
In graph theory, an Eulerian path is a path in a graph which visits every edge exactly once. Similarly, an Eulerian circuit is an Eulerian path which ...
分类:其他好文   时间:2018-06-28 20:46:14    阅读次数:166
Qt连接可选项
This enum describes the types of connection that can be used between signals and slots. In particular, it determines whether a particular signal is de ...
分类:其他好文   时间:2018-06-27 13:57:34    阅读次数:188
Add a new module at fortuna source code.
This article describes how to add a new module at the fortuna source code. Change the makefile file at the topdir directory to add a new module compil... ...
分类:其他好文   时间:2018-06-08 19:23:26    阅读次数:199
ABAP术语-Distribution Model
Distribution Model 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/25/1052434.html Model that describes the ALE message flow between logical syst ...
分类:其他好文   时间:2018-05-30 12:08:04    阅读次数:191
yyparse() and yylex()
Yacc 与 Lex 快速入门 yyparse() returns a value of 0 if the input it parses is valid according to the given grammar rules. It returns a 1 if the input is in ...
分类:其他好文   时间:2018-05-22 22:12:51    阅读次数:261
/proc/$PID/maps文件解读
Each row in /proc/$PID/maps describes a region of contiguous virtual memory in a process or thread. Each row has the following fields: address - This ...
分类:其他好文   时间:2018-04-20 00:16:57    阅读次数:192
Ubuntu系统-网络配置
网络配置 静态IP DHCP动态IP 以DHCP方式配置网卡 用下面的命令使网络设置生效 /etc/init.d/networking restart 设置主机名称(hostname) 使用下面的命令来设置当前主机的主机名称: newname系统启动时,它会从/etc/hostname来读取主机的名 ...
分类:系统相关   时间:2018-04-06 23:55:30    阅读次数:359
OGG12.3 帮助文档简介
This file describes the commands that can be issued through the Oracle GoldenGate ?Software Command Interface (GGSCI). This is the command interface between ?users and Oracle GoldenGate func
分类:其他好文   时间:2018-03-07 18:58:33    阅读次数:1316
Data Block Compression
The database can use table compression to eliminate duplicate values in a data block. This section describes the format of data blocks that use compre ...
分类:其他好文   时间:2018-03-03 18:18:58    阅读次数:214
260条   上一页 1 ... 5 6 7 8 9 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!