环境:RHEL6.4 + Oracle 11.2.0.3问题:需求是文件系统迁移到ASM,在安装GI后,运行roothas.pl脚本报错1.运行root.sh后,按提示运行roothas.pl报错:[root@JY-DB mnt]# /u01/app/11.2.0/grid/crs/install/...
分类:
数据库 时间:
2014-07-22 22:50:57
阅读次数:
380
iOS开发项目篇—41cell的frame设计一、简单说明1.分层设计在进行设计的时候,建议先分析整个cell的结构,确定了cell由哪些模块构成之后,再进一步确定每个模块中包含的子控件。在这个微博的cell中,把这个cell分成两个大的模块。分解结构如下:1.微博完整内容模块View(1)原创微博...
分类:
移动开发 时间:
2014-07-19 15:07:32
阅读次数:
343
UVA 11774 - Doom's Day
题目链接
题意:给定一个3^n*3^m的矩阵,要求每次按行优先取出,按列优先放回,问几次能回复原状
思路:没想到怎么推理,找规律答案是(n + m) / gcd(n, m),在topcoder上看到一个证明,如下:
We can associate at each cell a base 3-number, the log3(R...
分类:
其他好文 时间:
2014-07-19 14:06:19
阅读次数:
220
Grid是ExtJS中最常用的组件之一,今天在此稍作整理,主要针对一些常用的功能知识点。一、基础的Grid表格Ext.create(‘Ext.data.Store‘,{
storeId:‘simpsonsStore‘,
fields:[‘name‘,‘email‘,‘phone‘],
data:{‘items‘:[
{‘name‘:‘Lisa‘,"email":"lisa@simpsons.com","phone":"555-..
分类:
Web程序 时间:
2014-07-19 02:42:05
阅读次数:
293
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-07-18 17:21:54
阅读次数:
293
一 Words and phrazes1 taboo禁忌n ,禁止v e.g. In the main主要,基本上,children are taboo in the workplace.2 unpolite 无礼的3 erosion 侵蚀n e.g. This leaves fertile soi...
分类:
其他好文 时间:
2014-07-18 15:35:54
阅读次数:
317
var gridColumnModel = new Ext.grid.ColumnModel([ new Ext.grid.RowNumberer(), new Ext.grid.CheckboxSelectionModel...
分类:
Web程序 时间:
2014-07-18 15:27:41
阅读次数:
336
1 Ext.onReady(function(){ 2 var fileUpload = new Ext.FormPanel({ 3 id:'fileUpload', 4 frame:true, 5 fileUpload:true, 6 ...
分类:
Web程序 时间:
2014-07-18 15:22:41
阅读次数:
217
1. grid数据闪的问题。在部分浏览器存在这个问题,就是点“查询”后,先显示数据,然后再调整column的宽度,就产生了闪的效果。原来我是这样写的:$('#grid1').datagrid({ queryParams: { id:5 }}); ...
分类:
其他好文 时间:
2014-07-18 14:33:24
阅读次数:
379
RuntimeNameProperty特性:为什么等价于,是因为Grid类使用RuntimeNameProperty特性进行了修饰, RuntimeNameProperty特性指示哪个属性的值将被做为该类型的实例的名称。WPF的类型转换器:XAML解析器通过以下的两个方法查找类型转换器,如果找不到,...
分类:
其他好文 时间:
2014-07-18 10:02:22
阅读次数:
229