SRDC - ORA-1552: Checklist of Evidence to Supply (Doc ID 1681333.1) Action Plan 1. Execute srdc_db_undo_config.sql as sysdba and provide the spool out ...
分类:
其他好文 时间:
2019-11-30 11:14:14
阅读次数:
83
Linus Torvalds I am not a visionary, i do not have a five year plan, i’m an engineer. I am perfectly fine with all the people who are walking around a ...
分类:
其他好文 时间:
2019-11-28 19:13:56
阅读次数:
83
C++实现光线追踪之详解 [参考文章]http://www.cnblogs.com/miloyip/archive/2010/03/29/1698953.html 1. 本文简介 作者正大三,刚好选修到计算机图形学这门课,基于兴趣,便试着实现全局光照的效果,由此,写下此篇文章。 2. 光线追踪 所谓 ...
分类:
其他好文 时间:
2019-11-25 15:15:19
阅读次数:
79
原题链接在这里:https://leetcode.com/problems/the-maze-iii/ 题目: There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by ...
分类:
其他好文 时间:
2019-11-25 13:14:12
阅读次数:
50
题目如下: You are given a map of a server center, represented as a m * n integer matrix grid, where 1 means that on that cell there is a server and 0 mean ...
分类:
其他好文 时间:
2019-11-25 11:23:22
阅读次数:
56
前言 开心一刻 某人养了一头猪,烦了想放生,可是猪认识回家的路,放生几次它都自己回来了。一日,这个人想了个狠办法,开车带着猪转了好多路进山区放生,放生后又各种打转,然后掏出电话给家里人打了个电话,问道:“猪回去了吗?”,家里人:“早回来了,你在哪了,怎么还没回来?”,他大怒道:“让它来接我,我特么迷 ...
分类:
数据库 时间:
2019-11-25 09:57:25
阅读次数:
85
013-在 Shell 脚本中调用另一个 Shell 脚本的三种方式 ...
分类:
系统相关 时间:
2019-11-24 10:10:46
阅读次数:
75
gcd Little White learned the greatest common divisor, so she plan to solve a problem: given $x, n,$ query $\sum_{a=1}^n\sum_{b=1}^ngcd(x^a?1,x^b?1)$ I ...
分类:
其他好文 时间:
2019-11-23 09:25:53
阅读次数:
97
1.在日常工作中,我们会有时会开慢查询去记录一些执行时间比较久的SQL语句,找出这些SQL语句并不意味着完事了,些时我们常常用到explain这个命令来查看一个这些SQL语句的执行计划,查看该SQL语句有没有使用上了索引,有没有做全表扫描, 这都可以通过explain命令来查看。所以我们深入了解My ...
分类:
数据库 时间:
2019-11-21 17:21:52
阅读次数:
69