maven的下载,安装,配置环境变量,开发工具与maven配置。maven的常用命令: maven clean, maven test, maven compile, maven package, maven install, maven deploy 。执行这个命令主要是生成一个jar包,war包 ...
分类:
其他好文 时间:
2019-05-25 19:44:04
阅读次数:
123
1. download cdh hive src http://archive.cloudera.com/cdh5/cdh/5/hive-1.1.0-cdh5.11.1-src.tar.gz 2. unzip the src tarball 3. compile Note: if u deploy ...
分类:
其他好文 时间:
2019-05-25 00:07:03
阅读次数:
146
Kubernetes Dashboard部署 参考:https://github.com/kubernetes/dashboard https://www.jianshu.com/p/5ff6e26d1912 [root@master yaml]# cd dashboard/ [root@maste ...
分类:
其他好文 时间:
2019-05-22 19:16:16
阅读次数:
898
1.首先写一个scrapy框架爬虫的项目 2.部署环境 3.在爬虫项目目录下输入命令:scrapyd,已经在本地6800端口运行 4.在爬虫根目录执行:scrapyd-deploy,如果提示不是内部命令,需要到python目录下scripts下新建一个名为scrapyd-deploy.bat的文件, ...
分类:
Web程序 时间:
2019-05-20 11:55:11
阅读次数:
169
org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at 这个错有可 ...
分类:
编程语言 时间:
2019-05-18 09:35:36
阅读次数:
115
使用kubeadm搭建好kubernetes集群后就可以动手部署自己的应用了。 本文用例来自官网,如有需要请参看 kubernetes官网 一、环境说明 kubernetes 1.13.1 docker 18.06.1-ce mysql 5.7 一、创建mysql-pv.yaml,用来将mysql存 ...
分类:
数据库 时间:
2019-05-14 12:43:15
阅读次数:
294
"概要" "开发" "web 框架" "数据库" "认证" "日志" "配置" "静态文件服务" "上传/下载" "发布" "docker 打包" "部署中遇到的问题" "时区问题" 概要 轻量的基于 golang 的 web 开发实践. golang 上手简单, 第三方库丰富, 对于业务没那么复杂 ...
分类:
Web程序 时间:
2019-05-14 00:40:51
阅读次数:
273
神级错误问题:context initialization failed,编译时找不到bean 1、maven命令:clean install tomcat7:run tomcat7:deploy 可组合使用,因为tomcat7上往往代码没更新,导致错误。需要及时清理缓存。有效办法:重启服务器,重新 ...
分类:
其他好文 时间:
2019-05-12 01:40:17
阅读次数:
174
我们打开plugin registeration tool. 注册一个新的assembly. custom workflow 和 plugin注册的方法还有些不同. 这一步custom workflow就结束了. 因为custom workflow是通过business workflow来使用的 下 ...
分类:
其他好文 时间:
2019-05-11 19:53:04
阅读次数:
149
1、安装dashboard $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml(image ...
分类:
Web程序 时间:
2019-05-08 20:15:27
阅读次数:
379