Oracle® Database 2 Day + Real Application Clusters Guide
11g Release 2 (11.2)
E17264-13
2 Preparing Your Cluster
About Shared Storage
Note:
If you choose not to use Oracle ASM for storing yo...
分类:
其他好文 时间:
2015-04-28 14:08:30
阅读次数:
161
Problem Description
In the mysterious forest, there is a group of Magi. Most of them like to eat human beings, so they are called “The Ogre Magi”, but there is an special one whose favorite food is ha...
分类:
其他好文 时间:
2015-04-28 14:08:31
阅读次数:
129
Log4j
0:导入jar包及log4j.properties配置文件
1:log4j 格式详解
1.1:日志级别
log4j.rootLogger=,
日志级别:ALL,不区分大小写
CONSOLE:控制台
注意,需在控制台输入,只需将其中一个appender定义为stdout即可
注意,rootLogger默认是对整个工程生效
注意,如果只想对某些包操作,那么:log...
分类:
其他好文 时间:
2015-04-28 14:08:48
阅读次数:
149
客户端代码:
package com.yqq.jsonclienttest;
import java.io.IOException;
import java.io.OutputStream;
import java.net.InetAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import org...
分类:
移动开发 时间:
2015-04-28 14:06:58
阅读次数:
179
Gridland
Time Limit: 2 Seconds Memory Limit: 65536 KB
Background
For years, computer scientists have been trying to find efficient solutions to different computing problems. For some of them ef...
分类:
其他好文 时间:
2015-04-28 14:07:48
阅读次数:
146
今天做了一个自定义字体的lable程序,设计说系统的不符合艺术气息,所以设计了一份自定义的字体,添加到工程当中。
1.第一步找到你想用的字体的 ttf 格式。加入到你的工程的resouce目录下。
2.在工程的plist中AddRow,“Fonts provided by application” ,然后添加key为item0,value为你刚才加入的Aragones.TTF 。...
分类:
移动开发 时间:
2015-04-28 14:06:31
阅读次数:
138
原理请参见鄙人前面的一篇文章
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Viterbi
{
class Program
{
const int m = 2; //隐含状态数
const int n...
分类:
编程语言 时间:
2015-04-28 14:08:48
阅读次数:
128
#include
#include
#include
#include
typedef struct _emaillist emaillist;
struct _emaillist { // 定义结构体,用于保存邮件信息
int size;
int sig;
char head[500];
char msg[...
分类:
其他好文 时间:
2015-04-28 14:06:05
阅读次数:
120
Financial Management
Time Limit: 2 Seconds Memory Limit: 65536 KB
Larry graduated this year and finally has a job. He's making a lot of money, but somehow never seems to have enough. Larry has dec...
分类:
其他好文 时间:
2015-04-28 14:05:55
阅读次数:
184
Linux设备驱动中的阻塞与非阻塞IO:
1.Linux设备驱动中的阻塞与非阻塞总结:http://m.blog.csdn.net/blog/dongteen/17264501
2.Linux设备驱动中的阻塞与非阻塞IO:http://m.blog.csdn.net/blog/dongteen/17264501
3.Linux设备驱动中的阻塞与非阻塞I/O实例...
分类:
系统相关 时间:
2015-04-28 14:08:13
阅读次数:
176
Excel 的培训。
One. 数据的处理
1. 当前日期: ctrl+;
2. 已有文本: Alt+↓
3. 自动出现文本后文字: format Cells + custom: general"人"
4. 金额显示不同的单位: Excel中#代表金额,逗号是表示的是隐藏的位数: #,"K"// #,##,,"M"
5. 规律的数字:...
分类:
其他好文 时间:
2015-04-28 14:07:34
阅读次数:
116
每当我们需要这个问题,我们按Eclipse说的重启和重启adb但是有时有用,有时完全没事。
这是因为我们的端口号被占用了
查看 端口号
查看PID 6988的应用程序
tasklist|findstr "2748"
然后 taskkill /f /t /im adb.exe...
分类:
数据库 时间:
2015-04-28 14:06:12
阅读次数:
217
题解:
枚举后面有几个 00,然后每次(当前求 kk 个后导 00 )算出第一个比 LL 大的 10k10^k 的倍数,和第一个比 LL 大的 5×10k5\times 10^k 的倍数。
然后把所有这些数都比较一下就好啦。
代码:
#include
#include
#include
#include
#define inf 0x3f3f3f3f
using namesp...
分类:
其他好文 时间:
2015-04-28 14:07:02
阅读次数:
126
Skype for Business Server 2015是Lync Server 2013的下一版本,将于5月正式发布,系统要求如下:Windows Server 2012 Standard OS with SP1或以上Windows Server 2012 Datacenter OS with SP1或以上Windows Server 2012 R2 Standard OSWindows S...
分类:
其他好文 时间:
2015-04-28 14:07:47
阅读次数:
168
一、什么是VML
VML相当于浏览器的画笔,它可以在浏览器中画出任何你想要的图形:小到直线、圆形、圆弧、曲线、矩形、圆角矩形、多边形;大到一张图画、一个动画、甚至于一个游戏。题中既以标明为简明教程,下边我们只限于讨论使用VML在浏览器中画一些直线、圆形、圆弧等小图。
VML是微软1999年前(具体时间不详)制作推出的,并集成到了IE5+浏览器,同样也是Microsoft Office ...
分类:
其他好文 时间:
2015-04-28 14:07:24
阅读次数:
152
记得之前小罗师傅给我写过一个有趣的VBS程序,代码就不说了,它讲的是一个有趣的小故事:“山上有座庙,庙里有个老和尚很爱跟人家讲故事,故事是这样的:山上有座庙,庙里有个老和尚很爱跟人家讲故事,故事是这样的...”你一定凌乱了:这老和尚是什么鬼!!总是一直重复自己说的话呢???
[自拍也是递归哟]
一、什么是递归调用
哈哈,一个小玩笑,引出递归的定义,程序调用自身的编...
分类:
编程语言 时间:
2015-04-28 14:07:47
阅读次数:
157
因为8个转轮对应的位置比较没有规律,需要提前将这些位置存在数组中,方便旋转操作和回溯法的归位操作。
利用数组来人为储存没有规律的数字。
IDA*合了bfs步数最少和dfs字典序最小的优点。
#include
#include
#define maxn 500
using namespace std;
int block[24];
int roller[8][7]={
{0,2,6,1...
分类:
其他好文 时间:
2015-04-28 14:06:47
阅读次数:
157