label---------- button--------- textbox-------- linkbutton----- imagebutton---- hyperlink------ dropdownlist--- listbox-------- checkbox------- checkb...
分类:
Web程序 时间:
2014-06-18 17:55:47
阅读次数:
186
linux下Oracle11g RAC搭建(七)
六、安装Grid
启动GRID安装界面
方式一:redhat下调整分辨率
[root@node1 ~]# xhost +
//授权
[root@node1 ~]#
su - grid
[grid@node1 ~]$
cd /soft/grid
[g...
分类:
数据库 时间:
2014-06-17 22:40:17
阅读次数:
473
一般的MVC WebGrid都是在每一行中加入 Edit Detail Delete 这些Link 去对每条记录去单独操作。 稍微研究了一下总结一个 做批量删除的办法。1. 首先是在WebGrid中加入一列CheckBox代码如下 grid.Column(header: " ", ...
分类:
Web程序 时间:
2014-06-15 21:07:52
阅读次数:
223
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to reach the...
分类:
其他好文 时间:
2014-06-15 19:28:54
阅读次数:
246
菜单说明File: 保存, 打开, 打印等等; 文件比对功能Edit: 一些普通的修改选项, 可以选择Editor Options来修改字体等.Grid: 主要是针对查询出来的结果进行另存, 过滤等.SQL Editor: 执行编辑sql, 另外可以得到查询语句中所使用的列的结构, control ...
分类:
其他好文 时间:
2014-06-15 17:40:46
阅读次数:
212
linux下Oracle11g RAC搭建(六)
五、校验安装前的环境
root身份下完成解压grid、database安装包
[grid@node1 soft]$ su -
Password:
[root@node1 ~]# cd /soft
[root@node1 soft]# ls
asm linux_11gR2_database_1of2.zip lin...
分类:
数据库 时间:
2014-06-15 15:30:03
阅读次数:
714
??
更换oracle 集群网卡(Changing a Network Interface)
如果换网卡前后 网卡名,ip,网关,子网掩码都不变的话,集群层面不许要做额外的操作!
一下操作为更换网卡后使用新的网卡名
1、确保所有集群节点都是active 的
olsnodes -s
[grid@vmrac1 ~]$ olsnodes -s
vmrac1 Active
vmr...
分类:
数据库 时间:
2014-06-15 09:55:03
阅读次数:
291
Yii 默认是把“首页”,“尾页”两个按钮隐藏不显示的。可以通过修改这个样式文件,问题是,这个样式文件是在Yii 的"assets"文件夹下的,也就是 Yii 的资源文件夹,该文件夹下的文件都是在创建webapp时,自动生成,如果你现在去把这个文件夹的所有文件全部删除,你再通过浏览器打开这个weba...
分类:
其他好文 时间:
2014-06-15 00:59:11
阅读次数:
216
linux下Oracle11g RAC搭建(五)
四、建立主机间的信任关系(node1、node2)
建立节点之间oracle 、grid 用户之间的信任(通过ssh 建立公钥和私钥)
分别在node1和node2创建
=====Oracle用户=========================
在oracle用户下操作:
[root@node1 /]# su -...
分类:
数据库 时间:
2014-06-14 13:03:48
阅读次数:
297
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.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-06-13 20:36:56
阅读次数:
280