码迷,mamicode.com
首页 >  
搜索关键字:block    ( 15730个结果
Create Data Block Based On From Clause Query In Oracle Forms
Example is given below to create a data block based on From Clause query in Oracle Forms. The following are the steps: Create a data block manually an... ...
分类:数据库   时间:2016-12-25 01:42:38    阅读次数:305
Create Hierarchical Tree To Control Records In Oracle Forms
Download Source Code Providing an example form for creating hierarchical trees in Oracle Forms to control data block records. In this form whenever us... ...
分类:数据库   时间:2016-12-25 01:36:47    阅读次数:228
Create Stacked Canvas to Scroll Horizontal Tabular Data Blocks In Oracle Forms
In this tutorial you will learn to create horizontal scrollable tabular or detail data block by using stacked canvas in Oracle Forms. As shown in belo... ...
分类:数据库   时间:2016-12-25 01:23:06    阅读次数:327
【数据结构之树状数组】从零认识树状数组
一、关于树状数组 树状数组(Binary Indexed Tree,简称BIT),是一种修改和查询复杂度都为O(logN)的数据结构。但树状数组仅支持单点修改,在查询时,树状数组也要求被查询的区间具有可区间加减的性质。不过,树状数组由于代码实现容易、占用空间小,常用于代替线段树。 二、详解树状数组 ...
分类:编程语言   时间:2016-12-24 19:45:24    阅读次数:289
C语言-对malloc的使用与理解
一、malloc函数分析 1.函数原型 void * malloc(size_t size); 2.Function(功能) Allocates a block of size bytes of memory, returning a pointer to the beginning of the ...
分类:编程语言   时间:2016-12-24 16:35:14    阅读次数:194
Sass编译css/Grunt压缩文件
Sass安装(mac) $ sudo gem install sass $ sudo gem install sass scss编译成css文件 $ sass ui.scss ui.css $ sass ui.scss ui.css CLI安装 $ npm install -g grunt-cli ...
分类:Web程序   时间:2016-12-24 16:30:59    阅读次数:271
拖拽改变元素位置或大小
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title><style>body{ background:#000;}.upshop-view{ width:320px; height:499px; background ...
分类:其他好文   时间:2016-12-24 14:14:07    阅读次数:314
安装ArcGIS Engine 9.3
本文仅用于学习交流,商业用途请支持正版!转载请注明:http://www.cnblogs.com/mxbs/p/6217003.html 准备: ArcGIS Engine 9.3、crack_for_9.3 安装: 首先,停止ArcGIS服务,以管理员身份运行ArcGIS Engine 9.3,在 ...
分类:其他好文   时间:2016-12-24 13:50:20    阅读次数:199
html 超出出现省略号
.workTitle > a{ height: 26px; line-height: 26px; display: inline-block; text-overflow: ellipsis; width: 82%; overflow: hidden; white-space: nowrap; } ... ...
分类:Web程序   时间:2016-12-24 11:38:50    阅读次数:230
Codevs 2821 天使之城
2821 天使之城 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 2821 天使之城 2821 天使之城 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Go ...
分类:其他好文   时间:2016-12-24 09:32:58    阅读次数:102
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!