[root@localhost ~]# tar -xf jdk-11.0.19_linux-x64_bin.tar.gz -C /usr/local
[root@localhost ~]# cd /usr/local
[root@localhost local]# vim /etc/profile.d/java.sh
JAVA_HOME=/usr/local/jdk-11.0.19
PATH=$PATH:$JAVA_HOME/bin
[root@localhost local]# source /etc/profile.d/java.sh
[root@localhost local]# java -version
java version "11.0.19" 2023-04-18 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.19+9-LTS-224)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.19+9-LTS-224, mixed mode)
上传war包,启动
[root@localhost ~]# java -jar jenkins-2.414.3.war
Running from: /root/jenkins-2.414.3.war
webroot: /root/.jenkins/war
2023-11-29 06:49:45.580+0000 [id=1] INFO winstone.Logger#logInternal: Beginning extraction from war
maven-proxy
jenkins安装插件
配置 maven 工程
保存
4.0.0springmvc-maveneasy-springmvc-maven0.0.1warspringmvc-mavensimple demo about how to use maven combine spring mvceasy-springmvc-mavenmaven-compiler-plugin3.11.61.6maven-war-plugin3.0 junitjunit4.12testorg.springframeworkspring-webmvc${spring.version}org.springframeworkspring-jdbc${spring.version}org.springframeworkspring-context${spring.version}org.springframeworkspring-aop${spring.version}org.springframeworkspring-core${spring.version}org.springframeworkspring-test${spring.version}jstljstl1.2taglibsstandard1.1.2UTF-83.1.2.RELEASE
--分组取最大最小常用sql--测试环境if OBJECT_ID('tb') is not null drop table tb;gocreate table tb( col1 int, col2 int, Fcount int)insert into tbselect 11,20,1 union allselect 11,22,1 union allselect 1
一、函数的使用
1.1、定义函数变量
var vName = funcation(params){
}
1.2、函数的调用
函数变量的调用: vName(params);
函数定义时自发调用:(function(params){})(params);
1.3、函数中变量赋值
var a = 'a';
var ff
Mac mini 型号: MC270CH-A RMB:5,688
Apple 对windows的产品支持不好,有以下问题:
1.装完了xp,发现机身很热虽然没有运行任何程序!貌似显卡跑游戏发热一样,按照那样的发热量,那部机子损耗很大,使用寿命受到严重的影响!
2.反观安装了Mac os的展示机,发热量很小,运行了1天温度也没有那么高
&nbs
Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?
Would this affect the run-time complexity? How and why?
Write a function to determine if a given ta