Problem XHuge ModInput:standard
inputOutput:standard outputTime Limit:1 secondThe operator for exponentiation is
different from the addition, subtract...
分类:
其他好文 时间:
2014-05-01 09:03:35
阅读次数:
540
原题地址:http://oj.leetcode.com/problems/remove-nth-node-from-end-of-list/题意:Given
a linked list, remove thenthnode from the end of list and return its he...
分类:
编程语言 时间:
2014-05-01 06:42:15
阅读次数:
332
描述The SELECT statement is used to select data from
a database.The result is stored in a result table, called the
result-set.大意:select用来从数据库中挑选数据有以下两种形...
分类:
数据库 时间:
2014-05-01 06:14:32
阅读次数:
467
1. 文件查看数据文件、控制文件、日志文件查看如下:select file#, status,
enabled, name from V$datafile;--查看数据文件select * from v$controlfile;--控制文件select *
from v$logfile;--日志文件...
分类:
数据库 时间:
2014-05-01 04:49:13
阅读次数:
471
使用非默认内核而出现的错误。[zsj@arch ~]$ systemctl
--state=failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-modules-load.service
load...
分类:
其他好文 时间:
2014-05-01 03:38:30
阅读次数:
589
1、IN操作符用IN操作符写出来的SQL直观简单、易于理解。但是在where条件中使用IN操作符是低效的。例如下面这条查询语句:SELECT
* FROM tab_a WHERE id IN(SELECT a_id FROM tab_b);
你认为它会怎么执行呢?先从tab_a表中遍历数据,然后拿每...
分类:
数据库 时间:
2014-05-01 03:28:11
阅读次数:
756
I am honored to be with you today at your commencement from one of the finest universities in the world. I never graduated from college. Truth be told, this is the closest I've ever gotten to a colleg...
分类:
其他好文 时间:
2014-04-29 13:46:22
阅读次数:
337
往数据里插值,结果报这个错,经过百度查证和自己试验,如下:
查看用户表空间的限额
select * from user_ts_quotas;
alter user ***(用户名) quota unlimited on ***(表空间);
这种方式是针对特定的表空间的.
可以分配自然也可以回收了:
alter user *** quota 0 on *...
分类:
其他好文 时间:
2014-04-29 13:46:21
阅读次数:
354
最近在项目中经常接触ActiveX控件,对于这个名词相信只要是上网看视频的用户一定都会遇到adobe更新或者加载的提示,这就是一个ActiveX控件。一直以为Active控件是处理复杂的页面逻辑提供视频动画展现的和本地环境没有交互的;这两天通过一个简单地加深了对他的认识,更加深刻的认识到了他的巨大作用的同时无时无刻不感觉到一把达摩克勒斯剑悬在了头上。
起因:
项目中需要在原有的表单中实现一个图...
分类:
其他好文 时间:
2014-04-29 13:32:20
阅读次数:
267
XML From Action Script[AS中的XML学习笔记]...
分类:
其他好文 时间:
2014-04-29 13:21:22
阅读次数:
288