码迷,mamicode.com
首页 >  
搜索关键字:dual    ( 1212个结果
Oracle中查询当前时间、时间格式化方法
Oracle中如何获取系统当前时间 select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual; ORACLE里获取一个时间的年、季、月、周、日的函数 select to_char(sysdate, 'yyyy' ) from dual; -- ...
分类:数据库   时间:2019-08-24 18:43:20    阅读次数:482
Kafka 原理和实战
本文从Kafka的基本概念、特点、部署和配置、监控和管理等方面阐述 Kafka 的实践过程。
分类:其他好文   时间:2019-08-23 00:19:22    阅读次数:86
POJ - 3469 Dual Core CPU (最小割)
(点击此处查看原题) 题意介绍 在一个由核A和核B组成的双核CPU上执行N个任务,任务i在核A上执行,花费Ai,在核B上执行,花费为Bi,而某两个任务之间可能需要进数据交互,如果两个任务在同一个核上执行,那么数据交互将没有花费,如果在不同核上执行,将产生wi的花费,问将n个任务全部执行产生的最小花费 ...
分类:其他好文   时间:2019-08-22 00:55:31    阅读次数:89
java#StringBuffer&StringBuilder
StringBuffer A thread-safe, mutable sequence of characters. A string buffer is like a String, but can be modified. At any point in time it contains so ...
分类:编程语言   时间:2019-08-20 20:32:06    阅读次数:109
【Oracle】【32】TRUNC 截取
表达式:TRUNC(param, [fmt]) 含义:将param字段的值按照fmt规则截取 ...
分类:数据库   时间:2019-08-14 23:47:32    阅读次数:151
Springboot整合Hikari数据库连接池,密码加密
1.application.yml配置 2. 构建UmspscDataSource类,继承HikariDataSource类 3.初始化DataSource类 ******************************* 构建密文 ...
分类:数据库   时间:2019-08-11 13:27:08    阅读次数:298
SQL中字符串拼接
1. 概述 在SQL语句中经常需要进行字符串拼接,以sqlserver,oracle,mysql三种数据库为例,因为这三种数据库具有代表性。 sqlserver: select '123'+'456'; oracle: select '123'||'456' from dual; 或 select ...
分类:数据库   时间:2019-08-08 21:38:49    阅读次数:159
Boost Your Career with NSE5 Exam Cram Questions
Tired of doing the same job? Get your hands on NSE5 exam It is the nature of the human being that he/she will get tired of doing the same task over an ...
分类:其他好文   时间:2019-08-06 20:07:35    阅读次数:101
Expertly Guided NSE7 Exam Cram with a High Passing Rate
Tired of doing the same job? Get your hands on NSE7 exam It is the nature of the human being that he/she will get tired of doing the same task over an ...
分类:其他好文   时间:2019-08-06 20:01:25    阅读次数:100
Boost Your Career with CPFO Exam Cram Questions
Tired of doing the same job? Get your hands on CPFO exam It is the nature of the human being that he/she will get tired of doing the same task over an ...
分类:其他好文   时间:2019-08-06 19:47:56    阅读次数:91
1212条   上一页 1 ... 14 15 16 17 18 ... 122 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!