码迷,mamicode.com
首页 >  
搜索关键字:s820 rom    ( 15773个结果
Python编码规则
1.命名规则1.1变量名、包名、模块名变量名通常有字母、数字和下划线组成,且首字母必须是字母或下划线,并且不能使用python的保留字;包名、模块名通常用小写字母1.2类名、对象名类名首字母用大写,其他字母采用小写;对象名用小写字母。类的属性和方法名以对象作为前缀,对象通过操作符“.”访问属性和方法...
分类:编程语言   时间:2014-04-28 08:13:52    阅读次数:572
NULL
oracle认为 null 最大。 升序排列,默认情况下,null值排后面。 降序排序,默认情况下,null值排前面。(1)用nvl函数或decode函数将null转换为一特定值 替换null: nvl(arg,value)(2)用case语法将null转换为一特定值: order by (ca.....
分类:其他好文   时间:2014-04-28 01:06:19    阅读次数:554
Conceptual blockbusting- chap2 perceptual blocks
Page 30Perceptual blocks are obstacles that prevent the problem-solver from clearly perceiving either the problem itself or the information needed to ...
分类:其他好文   时间:2014-04-28 00:54:37    阅读次数:403
15773条   上一页 1 ... 1576 1577 1578
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!