码迷,mamicode.com
首页 > 2015年08月06日 > 全部分享
oracle9i statspack 报告 分析 direct path read 等待事件
DB Name         DB Id    Instance     Inst Num Release     Cluster Host ------------ ----------- ------------ -------- ----------- ------- ------------ LIXORA          1409317108 LIXORA...
分类:数据库   时间:2015-08-06 22:36:22    阅读次数:332
hdu1035 Robot Motion (DFS)
Robot Motion Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8180    Accepted Submission(s): 3771 Problem Description A robot h...
分类:其他好文   时间:2015-08-06 22:35:22    阅读次数:217
Codeforces Round #178 (Div. 2) B .Shaass and Bookshelf
Shaass has n books. He wants to make a bookshelf for all his books. He wants the bookshelf's dimensions to be as small as possible. The thickness of the i-th book is ti and its pages' width is equal ...
分类:其他好文   时间:2015-08-06 22:36:08    阅读次数:464
hdu1024 N! (数组模拟乘法过程)
N! Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others) Total Submission(s): 65655    Accepted Submission(s): 18807 Problem Description Given an integer N...
分类:编程语言   时间:2015-08-06 22:36:18    阅读次数:259
Integer to Roman
Integer to Roman leetcode解题报告...
分类:其他好文   时间:2015-08-06 22:34:07    阅读次数:161
hdu 1558:Segment set
简单的并查集的题目 最好自己写 看题解没意思 #include #include #include #include #define maxn 1111 using namespace std; float line[maxn][5]; int l; int fa[maxn]; int big[maxn]; int seek(int x) { return fa[...
分类:其他好文   时间:2015-08-06 22:36:11    阅读次数:133
虚拟机的安装和使用
一、硬盘及其工作原理 3D参数 很久以前,硬盘的容量还非常小的时候,人们采用与软盘类似的结构生产硬盘。也就是硬盘盘片的每一条磁道都具有相同的扇区数。由此产生了所谓的3D参数(Disk Geometry),即磁头数(Heads),柱面数(Cylinders),扇区数(Sectors),以及相应的寻址方式。 其中: 磁头数(Heads)表示硬盘总共有几个磁头,也就是有几...
分类:其他好文   时间:2015-08-06 22:34:35    阅读次数:266
Hibernate学习笔记(二) — 探索 hibernate 中对象的状态
一、hibernate中对象的状态有三种: 临时、游离和持久化,三种状态转化的方法都是通过session来调用的 什么是持久化? 通俗的讲,就是瞬时数据(比如内存中的数据,是不能永久保存的)持久化为持久数据(比如持久化至数据库中,能够长久保存) 二、三种状态的相互转换 session方法 session.save():该方法可以把一个对象从临时装填转换成持久化状态 sessi...
分类:Web程序   时间:2015-08-06 22:34:25    阅读次数:226
JS学习第四天----可选的分号
可选的分号 和某些语言一样,JS使用分号(;)将语句分隔开.这对增强代码的可读性和整洁性是很重要的:缺少分隔符,一条语句的结束就成了下一条语句,你好像在和别人讲对讲机的时候,没说完一句话,都要说over一样,表示你说完了.在JS中,如果语句各自独占一行,通畅可以省略语句之间的分号.许多JS程序员使用分号来明确标记语句的结束,及时在丙烷完全需要分号的时候也是如此.另一种风格是,在任何可以省略分好的...
分类:Web程序   时间:2015-08-06 22:35:47    阅读次数:196
最大二分图hdu5091
今天的B题 我是想爆出来的,当时想的不错,但后来发现这样爆行不通 前面的*点就不是最优了 但是我环视要存起来 #include using namespace std; int n,m; char S[60][60]; int IDd[60][60]; int IDd2[60][60]; void dfs(int r,int c,int id) { // printf("r%d c%...
分类:其他好文   时间:2015-08-06 22:36:14    阅读次数:320
Ganymed SSH-2 java执行远程linux机器命令工具
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java(tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from withinJava programs. It supports SSH ses...
分类:编程语言   时间:2015-08-06 22:34:43    阅读次数:309
HDU OJ Max sum 题目1003
?? #include #include #include using namespace std; int main() {     int t;     scanf("%d",&t);     for(int i=0;i     {         int n;         scanf("%d",&n);         int sum=0,max=-99999...
分类:其他好文   时间:2015-08-06 22:35:42    阅读次数:229
最大二分匹配
这个相当于把两两的关系搞成图 求的是所有边的子集,使得这个子集没有两两无公共点 这个代码不好理解 #include using namespace std; #define MAX_V 100 int V; vector G[MAX_V]; int match[MAX_V]; bool used[MAX_V]; void add_edge(int u,int v){ G[u].pu...
分类:其他好文   时间:2015-08-06 22:33:04    阅读次数:205
hibernate 基础总结
hibernate 基础总结...
分类:Web程序   时间:2015-08-06 22:35:11    阅读次数:146
Linux - Bash shell的功能;内建命令type
命令编修能力 (history):         bash 的功能里头,鸟哥个人认为相当棒的一个就是『他能记忆使用过的命令!』 这功能真的相当的棒!因为我只要在命令列按『上下键』就可以找到前/后一个输入的命令!而在很多 distribution 里头,默认的命令记忆功能可以到达 1000 个!也就是说, 你曾经下达过的命令几乎都被记录下来了。         这么多的命令记录在哪里呢?在...
分类:系统相关   时间:2015-08-06 22:33:10    阅读次数:167
[leetcode 241]Different Ways to Add Parentheses
Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. The valid operators are+, - and *. Example 1 I...
分类:其他好文   时间:2015-08-06 22:34:50    阅读次数:377
12170 - Easy Climb(DP+单调队列)
该题需要用数据结构来优化DP ,具体方法就是之前第八章讲的(用数据结构优化算法,紫书P241),使用一个数组和两个指针维护一个单调队列, 可以在O(n)的时间内求出滑动窗口中的最小值 。 有了这个优化我们就可以快速的求出dp[i-1][j](x-d 然而刘汝佳就是不这么做,他只用了一个指针,连维护优先队列的数组都没开,就“隐式的”求出了最小值 。 具体做法是: 1.先维护窗口左边界,别让指...
分类:其他好文   时间:2015-08-06 22:35:01    阅读次数:154
2237条   上一页 1 ... 5 6 7 8 9 10 11 ... 132 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!