码迷,mamicode.com
首页 >  
搜索关键字:oal    ( 308个结果
Oracle中的NVL,NVL2,NULLIF,COALESCE函数
1.NVL函数 NVL函数的格式如下:NVL(expr1,expr2) 含义是:如果oracle第一个参数为空那么显示第二个参数的值,如果第一个参数的值不为空,则显示第一个参数本来的值。 2 NVL2函数 NVL2函数的格式如下:NVL2(expr1,expr2, expr3) 含义是:如果该函数的 ...
分类:数据库   时间:2020-07-04 20:57:05    阅读次数:78
[LeetCode] 1488. Avoid Flood in The City
Your country has an infinite number of lakes. Initially, all the lakes are empty, but when it rains over the nth lake, the nth lake becomes full of wa ...
分类:其他好文   时间:2020-06-22 15:46:01    阅读次数:58
项目中的配置管理组件
1、resource中的 .properties my.properties jdbc.driver=com.mysql.jdbc.Driver jdbc.datasource.size=10 jdbc.url=jdbc:mysql://node2:3306/traffic?useUnicode=t ...
分类:其他好文   时间:2020-06-21 14:19:35    阅读次数:48
thingsboard 2.4.3 编译报错Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile (default) on project message: protoc did not exit cleanly.
Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile (default) on project message: protoc did not exit cleanly. [ERR... ...
分类:其他好文   时间:2020-06-08 20:44:31    阅读次数:375
mybatis-generator报错:org.mybatis.generator.api.dom.xml.Element
报错信息 Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.4.0:generate (default-cli) on project doc-cms: Execution default-cl ...
分类:Windows程序   时间:2020-06-02 13:05:30    阅读次数:353
Codeforces Round #646 (Div. 2) E. Tree Shuffling(贪心/树形DP)
Ashish has a tree consisting of nn nodes numbered 11 to nn rooted at node 11 . The ii -th node in the tree has a cost aiai , and binary digit bibi is ...
分类:其他好文   时间:2020-06-01 23:55:59    阅读次数:100
JVM虚拟机指令
1概述 a虚拟机的指令由一个字节长度(意味着操作码总数不能超过256条)、代表某种操作含义的数字(操作码,Opcode)以及跟随其后的0至多个代表此操作所需参数的操作数(operand)构成 b因为JVM采用面向操作数栈而不是面向寄存器的架构,所以大多数指令都不包含操作数,只有一个操作码,指令参数都... ...
分类:其他好文   时间:2020-05-31 19:37:16    阅读次数:97
深入浅出Spring MVC
摘要 本文旨在详细分析SpringMVC工作原理以及作为开发者如何基于SpringMVC做扩展。因为SpringMVC分析的文章比较多,所以本文重点讲解如何利用SpringMVC的扩展点实现我们的需求。 什么是Spring MVC SpringMVC的作用是什么呢?需要解决什么问题呢? 下图是一个客 ...
分类:编程语言   时间:2020-05-31 12:42:32    阅读次数:65
Flink(二)快速上手之wordCount(java)
创建maven功臣 pom文件 StreamWordCount 测试 ...
分类:编程语言   时间:2020-05-24 09:33:11    阅读次数:48
less基础
less less的含义: less是一种动态样式语言,属于css预处理器的范畴,它扩展了css语言,增加了变量、Mixin、函数等特性,使css更易维护和扩展。 此外,less既可以在客户端上运行,也可以借助Node.js在服务端运行。 less的中文官网:http://lesscss.cn/ l ...
分类:其他好文   时间:2020-05-17 10:31:37    阅读次数:67
308条   上一页 1 2 3 4 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!