我们用Eclipse创建Maven结构的web项目的时候选择了Artifact Id为maven-artchetype-webapp,由于这个catalog比较老,用的servlet还是2.3的,而一般现在至少都是2.5,在Project Facets里面修改Dynamic web module为2 ...
分类:
Web程序 时间:
2018-11-19 13:34:19
阅读次数:
146
郑老师区块链大讲堂,带你最权威最深入的学习区块链。
分类:
其他好文 时间:
2018-11-18 23:44:34
阅读次数:
225
Spark 版本:1.3 调用shell, spark-submit.sh args[] 首先是进入 org.apache.spark.deploy.SparkSubmit 类中调用他的 main() 方法 1.1 val appArgs = new SparkSubmitArguments(arg ...
分类:
其他好文 时间:
2018-11-18 14:18:05
阅读次数:
263
第三方库jq https://stedolan.github.io/jq/manual/ 读取文件文本 修改文本文件(逐行匹配,替换) ...
分类:
Web程序 时间:
2018-11-17 14:26:06
阅读次数:
1040
1、下载插件Deploy to container 首先需要下载一个Jenkins的插件:Deploy to container Plugin ,可以在Jenkins的系统管理->插件管理->可选插件中查找 下载安装后重启jenkins。 去服务器重启jenkins: 2、重启Jenkins后,在增 ...
分类:
其他好文 时间:
2018-11-16 13:28:28
阅读次数:
294
Kuberneteskubectl常用命令[TOC]1.查看资源对象常用查看资源对象(<rc>)有namespace(ns)podsservice(svc)endpoints(ep)deployment(deploy)pvcingresses(ing),括号内为最简写法。kubectlget<rc>显示更多信息,在后面接-owide、-ojson或者-oyaml,同时查看多
分类:
Web程序 时间:
2018-11-14 16:38:52
阅读次数:
657
一、简介ingress:ingress-nginx#用于实现反代https://kubernetes.github.io/ingress-nginx/deploy/#generic-deploymentkubectlapply-fhttps://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.ya
分类:
Web程序 时间:
2018-11-13 20:36:59
阅读次数:
692
当appBase属性值为webapps时表示tomcat应用来自于tomcat/webapps路径下,docBase属性值代表tomcat/webapps/Miss ...
分类:
其他好文 时间:
2018-11-12 13:25:04
阅读次数:
255
1. login remote server without password ssh-copy-id name@server.com 2.generate ssh key on server ssh-keygen - t rsa 3. copy the server ssh key to the ...
分类:
其他好文 时间:
2018-11-11 15:00:53
阅读次数:
137
运维常用指令 如何使用log: 1.用deploy登陆。 2.cd ~/xxx/current. 进入Rails程序的当前目录下。 3.tail -n 500 log/production.log 查看最近期的500条记录。 4.tail -f log/production.log 这样一直挂着,随 ...
分类:
其他好文 时间:
2018-11-08 20:44:14
阅读次数:
231