首页 > 其他
10gocm->session4->数据仓库
ocm session4数据仓库的管理,包括rman恢复,物化视图,外部表...
分类:其他   时间:2014-05-22 23:30:08    收藏:0  评论:0  赞:0  阅读:564
C# struct 结构
结构是使用 struct 关键字定义的,与类相似,都表示可以包含数据成员和函数成员的数据结构。 一般情况下,我们很少使用结构,而且很多人也并不建议使用结构,但作为.NET Framework 一般型別系统中的一个基本架构,还是有必要了解一下的。 结构的特征: 结构是一种值类型,并且不需要堆分配。 结构的实例化可以不使用 new 运算符。 在结构声明中,除非字段被声明为 const 或 stat...
分类:其他   时间:2014-05-23 01:04:56    收藏:0  评论:0  赞:0  阅读:454
Cluster的日志体系
Oracle cluster不像数据库那样,具有丰富的视图、工具可以用来辅助诊断,他的日志和trace文件时唯一的选择。但不想oracle只有alert日志和集中trace文件,oraclecluster的日志体系比较复杂。...
分类:其他   时间:2014-05-23 01:11:26    收藏:0  评论:0  赞:0  阅读:420
UVa OJ 127 - "Accordian" Patience (“手风琴”纸牌)
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
【Cocos2d-x】源码分析之 2d/ui/Widget
cocostudio源码浅析之widget...
分类:其他   时间:2014-05-22 23:02:25    收藏:0  评论:0  赞:0  阅读:660
jpgraph实现支持中文方法(报表)
jpgraph实现支持中文方法(报表)...
分类:其他   时间:2014-05-23 00:31:07    收藏:0  评论:0  赞:0  阅读:365
使用 HTTP
使用 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
2F03-view-progress-indeterminate-in-title-bar
介绍在在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
对文件、字符串和byte数组进行MD5加密
对文件、字符串和byte数组进行MD5加密...
分类:其他   时间:2014-05-22 17:12:36    收藏:0  评论:0  赞:0  阅读:400
【Cocos2d-x】源码分析之 2d/ui/UILayoutDefine.h
cocostudio源码浅析之UILayoutDefine...
分类:其他   时间:2014-05-23 00:43:32    收藏:0  评论:0  赞:0  阅读:399
【Cocos2d-x】源码分析之 2d/ui/UILayout
cocostudio源码浅析之UILayout...
分类:其他   时间:2014-05-22 23:15:08    收藏:0  评论:0  赞:0  阅读:703
EditPuls3.6中使用技巧(2)
EditPlus中的“竖向选择”...
分类:其他   时间:2014-05-22 23:14:29    收藏:0  评论:0  赞:0  阅读:579
TI C66x DSP硬件信号量 - 3(Direct Semaphore)
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
2G03-view-radio-group
注意两点 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
JEECG 开源平台全视频和文档
JEECG 开源平台全视频和文档...
分类:其他   时间:2014-05-23 01:30:28    收藏:0  评论:0  赞:0  阅读:453
判断访问者是内网访问还是外网访问
//域登录  判断是内网还是外网请求 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
一个有趣的Timer应用
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
NYOJ35 表达式求值 【栈】
表达式求值 时间限制: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
ZOJ 1675 矩形与圆的面积交
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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!