09 2019 档案

摘要:https://hub.docker.com/r/9fevrier/oracle-11g Informations Oracle directory : /opt/oracle Data directory : /app/oracle/data SID : orcl Login/password : 阅读全文
posted @ 2019-09-27 18:15 chenzechao 阅读(438) 评论(0) 推荐(0) 编辑
摘要:/** * 去右空格 * @param str * @return */ public String trimRight(String str) { if (str == null || str.equals("")) { return str; } else { return str.replaceAll("[ ]+$", ""); } } /** * 去左空格 * @param str * @ 阅读全文
posted @ 2019-09-26 17:42 chenzechao 阅读(4227) 评论(0) 推荐(0) 编辑
摘要:select t1.table_schema ,t1.table_name ,t1.table_comment ,t2.ordinal_position ,t2.column_name ,t2.data_type ,t2.character_maximum_length ,t2.column_typ 阅读全文
posted @ 2019-09-18 09:54 chenzechao 阅读(1615) 评论(0) 推荐(0) 编辑
摘要:### 启动后不退出容器 docker run -d --name JD-DailyBonus -v "$PWD":/usr/src/app node:latest /bin/bash -c "while true;do echo hello docker;sleep 1d;done" ### 查找 阅读全文
posted @ 2019-09-15 11:43 chenzechao 阅读(218) 评论(0) 推荐(0) 编辑
摘要:#!/bin/bash curl_str='curl -x "http://http-pro.abuyun.com:9010" --proxy-basic --proxy-user H78H42TCN191075P:3D1EA6E4F458AB69' curl_str='curl -L --socks5 socks-cla.abuyun.com:8030 --proxy-user S822RB9T 阅读全文
posted @ 2019-09-12 16:40 chenzechao 阅读(914) 评论(0) 推荐(0) 编辑
摘要:在线验证: jqplay 在线文档: jq 1.5 Manual (jqlang.github.io) jq .data.data dataset_cnt.json >tmpa # 列出数组中的所有itemjq -c 'to_entries[]' tmpa|jq -r '[.value.biz_dt 阅读全文
posted @ 2019-09-12 16:09 chenzechao 阅读(5179) 评论(0) 推荐(0) 编辑
摘要:CRT:Name: ygeRCompany: TEAM ZWTSerialNumber: 03-77-119256License Key: ABH2MJ 9YVAC5 Z17QF7 4ZAS7Z ABGYJH CZ5EU3 V4MN88 T18NCTIssue Date: 06-03-2017 FX 阅读全文
posted @ 2019-09-04 22:05 chenzechao 阅读(3648) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示