码迷,mamicode.com
首页 >  
搜索关键字:including    ( 680个结果
Oracle中的表空间
表空间是什么? Oracle数据库包含逻辑结构和物理结构。 数据库的物理结构是指构成数据库的一组操作系统文件。 数据库的逻辑结构是指描述数据组织方式的一组逻辑概念及它们之间的关系。 表空间是数据库数据库逻辑结构的一个重要组件。表空间可以存放各种应用对象,如表、索引。而每个表空间由一个或多个数据文件组 ...
分类:数据库   时间:2017-08-29 20:32:26    阅读次数:210
[LintCode] Wildcard Matching
Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including ...
分类:其他好文   时间:2017-08-29 12:59:04    阅读次数:169
Download the Hibernate Tools
首先去官网上下载最新版本的Hibernate Tools JBoss Tools 4.5.0.Final Requirements: Java 8 and Eclipse Oxygen 4.7 有 4 中方法 下载Hibernate Tools 1) Eclipse Market Place Dra ...
分类:Web程序   时间:2017-08-27 22:29:20    阅读次数:939
leecode-39. Combination Sum
1、问题描述: Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbe ...
分类:其他好文   时间:2017-08-27 14:08:28    阅读次数:141
vim中文帮助手册的安装
1. 下载: 下载页面:http://vimcdoc.sourceforge.net/ 选择“Latest platform independent tarball, including an Linux/BSD installation script”【1】下载。 2. 安装: 网上好多人所说的“ ...
分类:系统相关   时间:2017-08-27 01:02:38    阅读次数:347
hostapd 和 wap_supplicant
hostapd : user space daemon for access points, including, e.g., IEEE 802.1X/WPA/EAP Authenticator for number of Linux and BSD drivers, RADIUS client, ...
分类:其他好文   时间:2017-08-24 15:00:39    阅读次数:295
http://elasticsearch-py.readthedocs.io/en/master/api.html
API Documentation All the API calls map the raw REST api as closely as possible, including the distinction between required and optional arguments to ...
分类:Windows程序   时间:2017-08-22 01:47:15    阅读次数:297
oracle(创建数据库对象)
1 --创建数据库 2 --1.SYSDBA系统权限 3 startup:--启动数据库。 4 shutdown:--关闭数据库。 5 alter database[mount]|[open]|[backup]|[character set]:--修改数据库到加载状态、打开状态,备份数据库,修改数据... ...
分类:数据库   时间:2017-08-19 22:17:11    阅读次数:204
QUARTUS_II LPM模块功能介绍中文版——转载
Megafunctions/LPM The Quartus II software offers a variety of megafunctions, including the library of parameterized modules (LPM) functions and other ...
分类:其他好文   时间:2017-08-16 15:38:07    阅读次数:519
DFS——hdu5682zxa and leaf
一、题目回顾 题目链接:zxa and leaf Problem Description zxa have an unrooted tree with n nodes, including (n?1) undirected edges, whose nodes are numbered from 1 ...
分类:其他好文   时间:2017-08-09 09:58:50    阅读次数:220
680条   上一页 1 ... 23 24 25 26 27 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!