DescriptionGeorgia and Bob decide to play a self-invented game. They draw a row of grids on paper, number the grids from left to right by 1, 2, 3, ......
分类:
其他好文 时间:
2015-04-27 12:58:12
阅读次数:
152
对于Number()和paerseInt()"a1231" 两者都是NANnull 前者为0,后者为 NANundefined 两者都是NAN空字符串 前者为0,后者为NANBoolean值 前者为0/1,后者为NAN
分类:
其他好文 时间:
2015-04-27 12:52:31
阅读次数:
128
5种基本数据类型: Undefined Null Boolean Number String1中复杂数据类型: Object注意: Udefined代表没有赋值的基本数据类型 Null代表没有赋值的引用数据类型==================================typ...
分类:
其他好文 时间:
2015-04-27 12:34:59
阅读次数:
166
使用嵌套块在PL/SQL块中可以嵌套子块,嵌套的块既可以放在外部块的执行部分,也可以放在异常处理部分,但是不能放在外部块声明部分内部嵌套块可以访问外部嵌套块声明的变量,但是外部声明块不能访问内部声明块中的变量declarev_deptnonumber(2):=50;v_dnamevarchar2(12);beginb..
分类:
数据库 时间:
2015-04-27 00:37:06
阅读次数:
153
Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers....
分类:
其他好文 时间:
2015-04-26 22:45:12
阅读次数:
131
Happy Number问题:Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with any p...
分类:
移动开发 时间:
2015-04-26 22:42:59
阅读次数:
166
排名函数是SQL Server2005新加的功能。在SQL Server2005中有如下四个排名函数: 1.row_number 2.rank 3.dense_rank 4.ntile 下面分别介绍一下这四个排名函数的功能及用法。在介绍之前假设有一个t_table表,表结构与表中的数据...
分类:
数据库 时间:
2015-04-26 22:42:07
阅读次数:
271
https://leetcode.com/problems/happy-number/Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following ...
分类:
移动开发 时间:
2015-04-26 22:38:15
阅读次数:
172
Wireshark对ping报文的解码显示(BE与LE) 我们非常熟悉ping报文的封装结构,但是,在这个报文解码里,我们发现wireshark的解码多了几个参数:Identifier(BE)、Identifier(LE)、Sequence number(BE)、Sequence number(LE...
分类:
其他好文 时间:
2015-04-26 20:54:49
阅读次数:
176
1.创建测试数据SQL> conn NC50/NC50Connected.SQL> create table tab1(id number,object_name varchar2(100)); SQL> insert into tab1 select rownum,object_name f...
分类:
数据库 时间:
2015-04-26 18:19:37
阅读次数:
177