The programThe purpose of this assignment is to provide some exercise in using multiply-linked data structures.Your program will be anumber grid. It w...
分类:
编程语言 时间:
2015-02-15 15:02:59
阅读次数:
226
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 "adjacent" cells are those horizontally or vertically nei...
分类:
其他好文 时间:
2015-02-15 09:24:56
阅读次数:
191
环境: CentOS6.6? hadoop1.2.1? mysql5.1.73 1、下载 [grid@hadoop1 ~]$ wget http://mirrors.cnnic.cn/apache/hive/hive-1.0.0/apache-hive-1.0.0-bin.tar.gz 2、解压 [grid@hadoop1 ~]$ tar -zxf apache-hi...
分类:
数据库 时间:
2015-02-15 06:14:44
阅读次数:
191
[Created By Cryking 转载请注明出处,谢谢](http://blog.csdn.net/edcvf3)环境:
VMware Workstation8.0 Centos 5.5(32位) Oracle 11.2.0.1.0
两个节点crydb01(节点1)和crydb02(节点2)一、设置主机名及 网络环境配置
在节点1上:
设置主机名# hostname crydb01...
分类:
其他好文 时间:
2015-02-14 12:21:25
阅读次数:
579
Maze Exploration
A maze of rectangular rooms is represented on a two dimensional grid as illustrated in figure 1a. Each point of the grid is represented by a character. The points of room walls are ...
分类:
其他好文 时间:
2015-02-14 08:45:35
阅读次数:
134
Yii zii.widgets.grid.CGridView 视图的自定义。
这个很常用,一般用yii gii 自动生成的模块都有这个组建。有时需要对这个组建进行自定义,常见如下:...
分类:
其他好文 时间:
2015-02-13 23:44:59
阅读次数:
369
九、工具类,启动所有远程服务的浏览器 在utils包中创建java类:LaunchAllRemoteBrowserspackage com.lingfeng.utils;import java.net.MalformedURLException;import java.util.HashMap;i....
分类:
编程语言 时间:
2015-02-13 16:25:08
阅读次数:
1211
五、domain类创建 在domain包中创建类:RemoteLanchInfo.java 用来保存启动信息。package com.lingfeng.domain;public class RemoteLanchInfo { private String id; private String n....
分类:
编程语言 时间:
2015-02-13 16:23:53
阅读次数:
291
在extjs3中,大家知道用myGrid.getColumnModel().setHidden(i,true);但到了4.0后,已经没有getColumnModel这个方法了,我们在Ext.panel.Table看到以下片段 if (headerCtCfg instanceof Ext.grid.h...
分类:
Web程序 时间:
2015-02-13 16:18:58
阅读次数:
164
七、工具类,线程监控器类创建 utils包中,创建java类:RemoteThreadStatusMonitor.javapackage com.lingfeng.utils;/** * 此监控器方法很重要,如果没有,那么将导致jvm退出,所有远程工作的线程全部抛出异常。 * @author 凌风....
分类:
编程语言 时间:
2015-02-13 16:12:16
阅读次数:
220