--PL/SQL错误 编译时 运行时--运行时的出错处理 EXCEPTION --异常处理块DECLARE …BEGIN …EXCEPTION WHEN OTHERS THEN handler_error(…);END; --用户自定义的异常DECLARE e_TooManyStudents EXC ...
分类:
数据库 时间:
2017-02-04 15:02:46
阅读次数:
171
There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor ...
分类:
其他好文 时间:
2017-02-03 15:32:39
阅读次数:
203
Eclipse+Maven创建webapp项目<一> 1、开启eclipse,右键new——》other,如下图找到maven project 2、选择maven project,显示创建maven项目的窗口,勾选如图所示,Create a simple project 3、输入maven项目的基本 ...
分类:
Web程序 时间:
2017-02-03 12:31:03
阅读次数:
220
GCD Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description Given 5 integers: a, b, c, d, k, you're to fi ...
分类:
其他好文 时间:
2017-01-30 19:27:39
阅读次数:
334
(1) 首先打开Myeclipse,然后选择window >show view >other (2)搜索tcp,然后找到如图的样式 (3)选中,点击ok (4)弹出下图界面 (5)在如图处点击右键,选择properties (6)出现如图样式 (7)点击add添加自己需要的监控端口和ip 注意: ( ...
分类:
Web程序 时间:
2017-01-29 13:56:29
阅读次数:
226
Introduction GNU GRUB is a Multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, which was originally designed and implemente ...
分类:
其他好文 时间:
2017-01-28 16:38:32
阅读次数:
405
Intersecting Lines Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 15145 Accepted: 6640 Description We all know that a pair of distinct poi ...
分类:
其他好文 时间:
2017-01-28 10:45:15
阅读次数:
239
第一部分:Linux权限管理 一、基本权限 linux权限机制采用UGO模式。其中 u(user)表示所属用户、g(group)表示所属组、o(other)表示除了所属用户、所属组之外的情况。 u、g、o 都有读(read)、写(write)、执行(excute) 三个权限,所以UGO模式是三类九种 ...
分类:
系统相关 时间:
2017-01-27 20:08:34
阅读次数:
306
函数链 http://lua-users.org/wiki/FiltersSourcesAndSinks A chain is a function that combines the effect of two (or more) other functions, but whose interf ...
分类:
其他好文 时间:
2017-01-26 11:26:31
阅读次数:
219
原题链接在这里:https://leetcode.com/problems/guess-number-higher-or-lower/ 题目: We are playing the Guess Game. The game is as follows: I pick a number from 1 ...
分类:
其他好文 时间:
2017-01-26 09:51:53
阅读次数:
164