ocm session4数据仓库的管理,包括rman恢复,物化视图,外部表...
分类:
其他 时间:
2014-05-22 23:30:08
收藏:
0 评论:
0 赞:
0 阅读:
564
结构是使用 struct 关键字定义的,与类相似,都表示可以包含数据成员和函数成员的数据结构。 一般情况下,我们很少使用结构,而且很多人也并不建议使用结构,但作为.NET Framework 一般型別系统中的一个基本架构,还是有必要了解一下的。
结构的特征: 结构是一种值类型,并且不需要堆分配。 结构的实例化可以不使用 new 运算符。
在结构声明中,除非字段被声明为 const 或 stat...
分类:
其他 时间:
2014-05-23 01:04:56
收藏:
0 评论:
0 赞:
0 阅读:
454
Oracle cluster不像数据库那样,具有丰富的视图、工具可以用来辅助诊断,他的日志和trace文件时唯一的选择。但不想oracle只有alert日志和集中trace文件,oraclecluster的日志体系比较复杂。...
分类:
其他 时间:
2014-05-23 01:11:26
收藏:
0 评论:
0 赞:
0 阅读:
420
UVa OJ 127 - "Accordian" Patience (“手风琴”纸牌)
Time limit: 3.000 seconds
限时:3.000秒
Problem
问题
You are to simulate the playing of games of "Accordian" patience, the rules for which are as foll...
分类:
其他 时间:
2014-05-22 18:37:20
收藏:
0 评论:
0 赞:
0 阅读:
759
观察者模式定义:定义了对象之间的一对多依赖,这样一来,当一个对象改变状态时,它的所有依赖者都会收到通知并自动更新。
简单定义:让对象能够在状态改变时被通知。
OO原则:
为了交互对象之间的松耦合设计而努力。
以书中的WeatherStation为例:
Subject.java(定义接口)
package headfirst.observer.weather;
pu...
分类:
其他 时间:
2014-05-23 01:53:21
收藏:
0 评论:
0 赞:
0 阅读:
406
使用 HTTP
Web 使用超文本传输协议(Hypertext Transfer Protocol,HTTP)通信,通常用 web 浏览器,但是,出于某些原因,也可能想用脚本或程序中发出 web 请求,例如,通过 RSS 或 Atom feeds 收集站点内容。
生成 HTTP 请求,需要用 System.Net.WebRequest 类的静态方法 Create。它创建 WebRequ...
分类:
其他 时间:
2014-05-22 23:01:49
收藏:
0 评论:
0 赞:
0 阅读:
447
介绍在在title bar上显示indeterminate progress
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ...
分类:
其他 时间:
2014-05-23 00:30:34
收藏:
0 评论:
0 赞:
0 阅读:
422
cocostudio源码浅析之UILayoutDefine...
分类:
其他 时间:
2014-05-23 00:43:32
收藏:
0 评论:
0 赞:
0 阅读:
399
cocostudio源码浅析之UILayout...
分类:
其他 时间:
2014-05-22 23:15:08
收藏:
0 评论:
0 赞:
0 阅读:
703
Direct request is the simplest method used to request a semaphore. The request behaves as an atomic read and set operation. The result of a request is either to grant the semaphore
to the requesting...
分类:
其他 时间:
2014-05-22 17:21:18
收藏:
0 评论:
0 赞:
0 阅读:
538
注意两点
1.通过android:checkedButton="@+id/lunch"而不是item中的 android:checked="true"设置的某人被选中状态
<RadioGroup
android:layout_width="match_parent"
android:layout_height="wrap_content"
a...
分类:
其他 时间:
2014-05-23 00:03:36
收藏:
0 评论:
0 赞:
0 阅读:
475
//域登录 判断是内网还是外网请求
public function regip($ip){
$ip = ip2long($ip);
$net_a = ip2long('10.255.255.255') >> 24; //A类网预留ip的网络地址
$net_b = ip2long('172.31.255.255') >...
分类:
其他 时间:
2014-05-22 18:27:42
收藏:
0 评论:
0 赞:
0 阅读:
563
import java.util.Date;
import java.util.Timer;
import java.util.TimerTask;
public class TraditionalTimerTest {
static int count;
public static void main(String[] args) {
class MyTimerTask exte...
分类:
其他 时间:
2014-05-23 01:44:05
收藏:
0 评论:
0 赞:
0 阅读:
480
表达式求值
时间限制:3000 ms | 内存限制:65535 KB
难度:4
描述ACM队的mdd想做一个计算器,但是,他要做的不仅仅是一计算一个A+B的计算器,他想实现随便输入一个表达式都能求出它的值的计算器,现在请你帮助他来实现这个计算器吧。
比如输入:“1+2/4=”,程序就输出1.50(结果保留两位小数)
输入第一行输入一个整数n,共有n组测试数...
分类:
其他 时间:
2014-05-22 23:29:22
收藏:
0 评论:
0 赞:
0 阅读:
442
Little Mammoth
Time Limit: 5 Seconds
Memory Limit: 32768 KB Special Judge
It is well known that mammoths used to live in caves. This is a story of a little mammoth who lived in a ca...
分类:
其他 时间:
2014-05-22 22:48:40
收藏:
0 评论:
0 赞:
0 阅读:
582