码迷,mamicode.com
首页 >  
搜索关键字:number    ( 26994个结果
Oracle建表标识符无效ORA-00904: invalid identifier
CREATE TABLE SALARY( EMPID number not null, EMPNAME Varchar2(20), EMPSALARY number, HIREDATE DATE, PRIMARY KEY(EMPID),...
分类:数据库   时间:2015-08-07 13:18:38    阅读次数:200
Eclipse背景和匹配出现单词的一些设置
Eclipse的背景色和关键词的设置这里就不多说了,只说明设置路径:背景色:【Window】--->【Preference】-->【General】--->【Editors】--->【Text Editors】:【Line number foreground】是编辑行号的颜色,我的习惯是设置成 R:...
分类:系统相关   时间:2015-08-07 13:12:11    阅读次数:320
PAT 1024. Palindromic Number (25)
1024. Palindromic Number (25)A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 12...
分类:其他好文   时间:2015-08-07 12:51:42    阅读次数:306
oracle转Mysql中,varchar2(10)和number应该转换为什么类型?
注:mysql中没有varchar2(10)和number这两个数据类型
分类:数据库   时间:2015-08-07 12:50:00    阅读次数:180
HDU1394-Minimum Inversion Number-归并排序求最小逆序数
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1394 理解了归并排序,学习了一下别人的博客,有把这个题目给敲了一遍。。。 这道题我用归并排序是我目前过的最快的算法62ms。。。当然,在我得博客里也有有线段树和树状数组求逆序数的模板; 这里我就没有离散化,还不能算是所有逆序数的模板。。。 对于归并排序不太了解的我推荐一个博客,里面有很详细的图...
分类:编程语言   时间:2015-08-07 11:06:05    阅读次数:136
深复制和浅复制
深复制:System.arraycopy(source array name, starting source element index,target array name, starting target element index, number of elements to be copie...
分类:其他好文   时间:2015-08-07 10:47:31    阅读次数:163
try-except-else-finally
a=raw_input("input a number")try: b=int(a) ------------------Aexcept: print "a is not a number" -------------------Belse: print "done" ---------------...
分类:其他好文   时间:2015-08-07 00:16:56    阅读次数:134
【LeetCode】66 - Plus One
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:其他好文   时间:2015-08-07 00:15:28    阅读次数:100
【LeetCode】171 - Excel Sheet Column Number
Related to questionExcel Sheet Column TitleGiven a column title as appear in an Excel sheet, return its corresponding column number.For example: A ...
分类:其他好文   时间:2015-08-07 00:08:19    阅读次数:142
mybatis中的变量#与$
ibatis中使用select top #num# * from tableName出现错误。由于初次用ibatis还不知道在它里边拼写SQL语句的一些规则,导致一些自认为很平常的SQL语句,在它这里翻了船。select top #number#这种写法是不正确的,原因待查。正确的书写方式是 sel...
分类:其他好文   时间:2015-08-07 00:08:01    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!