码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
/tmp/.oracle,/var/tmp/.oracle如果删除了,该怎么办?
在官方文档有如下的描述: 3 Installing Oracle Grid Infrastructure and Oracle Real Application Clusters Caution: After installation is complete, do not remove manually or run cron jobs that remove /tmp/.orac...
分类:数据库   时间:2015-04-28 16:10:22    阅读次数:130
自动阈值法:Otsu法 用MATLAB实现Otsu算法:
%自动阈值法:Otsu法 用MATLAB实现Otsu算法: clc;clear;close; I=imread('e:\role0\003i.bmp'); subplot(1,2,1),imshow(I); title('原始图像') grid on; %显示网格线 axis on; %显示坐标系 level=graythres...
分类:编程语言   时间:2015-04-28 16:07:44    阅读次数:264
解题报告 之 POJ3041 Asteroids
解题报告 之 POJ3041 Asteroids 最大流 最小点覆盖 二分图匹配 Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains K asteroids (1 <= K <= 10,000), which are conveniently located at the latti...
分类:其他好文   时间:2015-04-28 11:54:41    阅读次数:137
ArcGIS教程:Arcmap栅格数据格式转换
ESRI支持的栅格数据格式有GRID,IMG,TIFF等。...
分类:其他好文   时间:2015-04-27 13:15:31    阅读次数:474
Redhat 6.4安装ORACLE11R2 ,运行root.sh报错:“libcap.so.1:cannot open shared object file”
1、系统环境:     Redhat 6.4 企业版                     Oracle11.2.0.2 RAC+ASM 2、报错信息:/oracle/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object f...
分类:数据库   时间:2015-04-27 11:22:12    阅读次数:185
解题报告 之 SOJ3312 Stockholm Knights
解题报告 之 SOJ 3312 Stockholm Knights 最大流 网格 动态流 二分 The city of Stockholm is a chessboard whose size is N*M. There are some Stockholm Knights in the city. Stockholm Knights are very special Knights. They only can move from a corner of a 3*4 grid to the oppo...
分类:其他好文   时间:2015-04-27 09:50:20    阅读次数:166
使用Grid自动排列UI(Grid)
1.2.(1)Arrangement:这是设置网格的排列方向,目前只支持两种方式:水平排列和纵向排列。(2)CellWidth:每一个网格的宽度。Grid的排列原理是先制造出一系列整齐的网格,然后将每个UI元素置于网格中。(3)CellHeight:每一个网格的高度(4)ColumnLimit:数量...
分类:其他好文   时间:2015-04-27 09:24:28    阅读次数:112
解题报告 之 SOJ2835 Pick Up Points
解题报告 之 SOJ 2835 Pick Up Points CFW牛吃草喝水模型 最大流 Description Recently loy are very interested in playing a funny game. There is a board of n*m grid. Each grid has one point or not. If two adjacency grids both have one point, someone can pick them up, and...
分类:其他好文   时间:2015-04-26 13:56:16    阅读次数:136
leetcode_64_Minimum Path Sum
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 64 Minimum Path Sum Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path....
分类:其他好文   时间:2015-04-26 09:19:46    阅读次数:106
11.2.0.4.6 PSU升级成功
上周给自己的虚拟机11.2.0.4.5打.6的PSU没想到我在一个节点把之前opatch 备份的目录给删除了,结果就打不上补丁了。记住啊$GRID_HOME和$ORACLE_HOME下的.patch_storage目录可千万不能删除了,否则就无法打上补丁了。今天有时间,想折腾一下,查看了下,幸好2节点都没有 把目录删除,SCP过来,什么都没有修改,直接OPatch就成功了,特此纪念下。Metali...
分类:其他好文   时间:2015-04-25 19:52:17    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!