搜索到与相关的文章
各行各业

Good practice release jar to Nexus

Stepsupposeyouneedtodevelopafeature,whenyoufinishthefeature,youneedtoreleasethejartoNexus,andotherprojectswilldependonyourjarfile.cutafeaturebranchbasedonyourdevelopbranch,whenyoufinishthefeature,youneedtoruntheUTpushyourchangesto

系统 2019-08-12 09:26:48 2364

各行各业

Hackerrank 2020 February 2014 解题报告

Hackerrank2020February2014解题报告比赛链接SherlockandWatson(20分)题意:给定一个数组,向右平移K次,然后有Q个询问,问第x位置上是几做法:直接模拟即可1#include2usingnamespacestd;3intn,k,q;4inta[100100],b[100100];5intmain(){6ios::sync_with_stdio(0);7cin>>n>>k>>q;8for(inti=

系统 2019-08-12 09:26:40 2364

Oracle

Oracle冷备份需要保存的文件

不需要新建对应的用户和表空间,但要注意不一定你所有需要的文件都在oradata下面,需要确定一下,不要漏了--控制文件selectnamefromv$controlfile;--临时文件(可以不需要)selectnamefromv$tempfile;--数据文件selectnamefromv$datafile;--重作日志文件selectmemberfromv$logfile;--参数文件selectvaluefromv$parameterwherenam

系统 2019-08-12 01:54:31 2364

数据库相关

编写一个函数,在页面上输出1~1000之间所有能同

编写一个函数,在页面上输出1~1000之间所有能同时被3,5,7整除的证书,并要求每行显示6个这样的数105,210,315,420,525,630,735,840,945,共有9个数