-- 查看每天产生归档日志的数据量来源:http://blog.51cto.com/bjiokn/321878 alter session set nls_date_format='yyyy.mm.dd hh24:mi:ss';select trunc(completion_time) as ARC ...
分类:
数据库 时间:
2018-07-21 14:27:34
阅读次数:
4456
#include #include #include #define s second #define f first using namespace std; // map 的构造 map ii; map ss; map si; typedef map mapType; mapType is; i... ...
分类:
其他好文 时间:
2018-07-21 00:48:34
阅读次数:
135
//测试字符串 左包含 //string str = "AAABBBCCC"; //char[] ss = str.ToArray(); //0-8 字符数组 //char[] ss1 = str.ToCharArray();//0-8 字符数组 //给定一个字符串 AAA ... ...
获取当前的日期时间 格式“yyyy-MM-dd HH:MM:SS” ...
分类:
其他好文 时间:
2018-07-18 16:57:12
阅读次数:
152
匹配yyyy-MM-dd 匹配yyyy-MM-dd 或者yyyy-MM-dd HH:mm:ss ...
分类:
其他好文 时间:
2018-07-18 14:26:44
阅读次数:
137
HBase 系列(二)安装部署 本节以 Hadoop 2.7.6,HBase 1.4.5 为例安装 HBase 环境。HBase 也有三种模式:本地模式、伪分布模式、分布模式。 一、环境准备 __(1) HBase 下载__ HBase 下载地址: __(2) SSH 服务__ service ss ...
分类:
其他好文 时间:
2018-07-15 21:20:06
阅读次数:
292
常用的内置环境信息: %p : 输出日志的优先级,即 debug、info、warn、error、fatal %d : 输出日志时间点的日期或时间,在其后指定格式,如 %d{yyy MMM dd HH:mm:ss,SSS} %r : 输出子应用启动到输出该 Log 信息所用的毫秒数 %c : 输出日 ...
分类:
其他好文 时间:
2018-07-14 00:18:03
阅读次数:
295
select * from tbs_rep_template as of timestamp to_timestamp('2018-07-12 14:23:00', 'yyyy-mm-dd hh24:mi:ss') where tplname like '%工业管道定期检验报告%'; --其中201... ...
分类:
数据库 时间:
2018-07-12 19:52:00
阅读次数:
297
[root@pcidata-jenkins ansible_playbooks]# ps aux|grep rsyncroot 1799 0.0 0.0 114652 480 ? Ss Jun29 0:00 rsync --daemonroot 61754 0.0 0.0 112664 972 pt ...
分类:
其他好文 时间:
2018-07-11 15:05:20
阅读次数:
398