原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:
rac下/tmp/bootstrap权限问题
环境:CentOS5.6 64bit、linux.x64_11gR2_grid.zip
1、报错
[grid@node1 grid]$ ./runcluvfy.sh stage -pre crsinst -n node1,n...
分类:
其他好文 时间:
2014-10-25 21:34:15
阅读次数:
337
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:
1、报错
[grid@node1 grid]$ ./runcluvfy.sh stage -pre crsinst -n node1,node2 -fixup -verbose
Performing pre-checks for cluster services se...
分类:
其他好文 时间:
2014-10-25 21:32:32
阅读次数:
362
尽管之前写过一篇关于OpenCV的介绍(http://blog.csdn.net/carson2005/article/details/5822149),但依然有朋友对其不甚了解。所以,经常能碰到有人问我诸如以下一些问题:OpenCV能不能实现人脸识别?OpenCV有没有车辆检测的API?OpenCV有没有三维重建的函数?面对这样的问题,我也很困惑。到底该如何给他们解释,才能让它们明白,OpenC...
分类:
其他好文 时间:
2014-10-25 21:31:55
阅读次数:
341
问题描述:
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.
For example,
"A man, a plan, a canal: Panama" is a palindrome.
"race a car" is...
分类:
其他好文 时间:
2014-10-25 21:30:51
阅读次数:
191
看到一道初中数学题;心里一下子有了阴影,求阴影的面积...
分类:
其他好文 时间:
2014-10-25 21:33:08
阅读次数:
205
题意:
一串链码 用差分的最小表示法表示
思路:
其实就是最小表示法的模版题…
代码:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define N 60...
分类:
其他好文 时间:
2014-10-25 21:32:20
阅读次数:
171
1、错误描述
TypeError: Error #1034: 强制转换类型失败:无法将 "0.49" 转换为 mx.graphics.IFill。
at mx.charts.series::LineSeries/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\datavisualization\src\mx\charts\series\...
分类:
其他好文 时间:
2014-10-25 21:32:28
阅读次数:
267
1、错误描述
TypeError: Error #1034: 强制转换类型失败:无法将 "" 转换为 Array。
at mx.charts.series::LineSeries/updateFilter()[E:\dev\4.0.0\frameworks\projects\datavisualization\src\mx\charts\series\LineSeries.as:1225]...
分类:
其他好文 时间:
2014-10-25 21:30:30
阅读次数:
479
题意:
轮廓跟踪 算法题中已经提供 保证所有有轮廓的图形里面都没用洞 像素小于5的图形算噪声 将所有图形的轮廓大小排序输出
思路:
模拟题 逻辑好就行了
首先要bfs 判断那些图形是一块 同时将噪声扔掉 然后就是实现题目提供的轮廓跟踪算法 最后将轮廓排序输出
代码:
#include
#include
#include
#include
#include
#inclu...
分类:
其他好文 时间:
2014-10-25 21:31:12
阅读次数:
268
Kids and Prizes
Time Limit:250MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u
Submit Status Practice SGU
495
Appoint description:
System Crawler (2014-10-25)
Descriptio...
分类:
其他好文 时间:
2014-10-25 21:29:24
阅读次数:
260
问题描述:
Given numRows, generate the first numRows of Pascal's triangle.
For example, given numRows = 5,
Return
[
[1],
[1,1],
[1,2,1],
[1,3,3,1],
[1,4,6,4,1]
]
import java.util.Arr...
分类:
其他好文 时间:
2014-10-25 21:28:57
阅读次数:
205
题意:
一个机器人走迷宫 每一秒要么转向要么前进 问 最少时间的情况下有几种方案
思路:
记忆化搜索即可 简单bfs
代码:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using names...
分类:
其他好文 时间:
2014-10-25 21:29:23
阅读次数:
236
1、错误描述
ArgumentError: Error #1063: BasicChart/dataFunc() 的参数数量不匹配。应该有 2 个,当前为 3 个。
at mx.charts.chartClasses::Series/cacheDefaultValues()[E:\dev\4.0.0\frameworks\projects\datavisualization\src\mx\ch...
分类:
其他好文 时间:
2014-10-25 21:31:14
阅读次数:
324
现在新技术层出不穷,我们没有那么多时间去深入学习每一门。对于大多数技术,我们只需要搞懂概念部分,从宏观上了解一下,决定我们要不要深入地去学习它。有了这些了解,就能轻松地与别人聊天了,也可以为以后技术选型做一些储备。
AD:WOT2014:用户标签系统与用户数据化运营培训专场
51CTO主办WOT全球软件技术峰会直减百元优惠活动 抢票进行中!
前几天...
分类:
其他好文 时间:
2014-10-25 21:29:15
阅读次数:
367
【catalan数】10076 - 凸多边形分割Time Limit: 1000MSMemory Limit: 32768KB这题不能用通项公式我忘记了mod不支持除法我忘记了mod不支持除法 1 # include 2 # include 3 using namespace std; 4 cons...
分类:
其他好文 时间:
2014-10-25 21:29:01
阅读次数:
317
Rotate ImageYou are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?SOL...
分类:
其他好文 时间:
2014-10-25 21:29:02
阅读次数:
317