会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
书山有路勤为径,学海无涯苦作舟(肖建锋)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
15
16
17
18
19
20
21
22
23
24
下一页
2017年6月14日
centos7 开放端口号
摘要: firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --reload
阅读全文
posted @ 2017-06-14 17:52 肖建锋
阅读(174)
评论(0)
推荐(0)
2017年5月11日
Junit4测试Spring
摘要: 使用Junit4.4测试 在类上的配置Annotation @RunWith(SpringJUnit4ClassRunner.class) 用于配置spring中测试的环境 @ContextConfiguration(Locations="../applicationContext.xml") 用于
阅读全文
posted @ 2017-05-11 16:48 肖建锋
阅读(224)
评论(0)
推荐(0)
2017年4月29日
gradle windows 环境变量
摘要: 我的电脑 -》 高级环境变量 GRADLE_HOME D:\soft\gradle-3.5 path %GRADLE_HOME%\bin
阅读全文
posted @ 2017-04-29 17:12 肖建锋
阅读(320)
评论(0)
推荐(0)
Gradle 使用Maven本地缓存
摘要: 如果想使用Maven本地缓存,需要定义:build.gradle 文件下定义 build.gradle Gradle使用与Maven相同的策略去定位本地Maven缓存的位置。 如果在settings.xml中定义了本地Maven仓库的地址,则使用该地址。 在USER_HOME/.m2下的settin
阅读全文
posted @ 2017-04-29 17:06 肖建锋
阅读(3541)
评论(0)
推荐(0)
Java 命令后台运行jar包
摘要: nohup java -jar XX.jar >temp.text & nohup 客户端关闭,后台继续运行 & 客户端关闭,后台停止运行 temp.text 是存控制台文件 , 使用 tail -f temp.text 实时查看
阅读全文
posted @ 2017-04-29 16:38 肖建锋
阅读(5076)
评论(0)
推荐(0)
2017年3月28日
spark 2.1.0 集群安装
摘要: jdk安装 scala2.11 安装 hadoop2.7 安装 开始spark2.1.0安装 解压 重命名 配置环境变量 修改配置文件 修改 spark-defaults.conf 修改 spark-env.sh 修改 slaves 分发代码到集群节点 启动 查看进程 这个时候还没有启动hadoop
阅读全文
posted @ 2017-03-28 22:52 肖建锋
阅读(452)
评论(0)
推荐(0)
2017年3月27日
hadoop 2.7.3 集群安装
摘要: 三台虚拟机,centos6.5 修改主机名 修改主机映射 ssh免密码登陆(注意! 要求每台机子互相都能ssh包括本机) 安装jdk 安装hadoop2.7.3 解压,重命名 创建目录存放日志文件还要有数据文件 修改配置文件 yarn-env.sh slaves core-site.xml hdfs
阅读全文
posted @ 2017-03-27 22:54 肖建锋
阅读(385)
评论(0)
推荐(0)
2017年3月25日
springboot + shiro + cas4.2.7 实战
摘要: 1. 下载地址 https://github.com/apereo/cas/archive/v4.2.7.zip 2. 解压后, 用intellj idea 打开 3. 执行 gradle build -x test ,打包编译 4. 取消https,能够支持直接http cas.propertie
阅读全文
posted @ 2017-03-25 23:49 肖建锋
阅读(13247)
评论(2)
推荐(2)
cas4.2以下取消https
摘要: deployerConfigContext.xml增加参数p:requireSecure="false" ticketGrantingTicketCookieGenerator.xml修改p:cookieSecure="false" warnCookieGenerator.xml修改p:cookie
阅读全文
posted @ 2017-03-25 18:26 肖建锋
阅读(794)
评论(0)
推荐(0)
cas4.2.7 取消https
摘要: cas.properties 修改两个地方 casLoginView.jsp 注销上面的代码 HTTPSandIMAPS-10000001.json 中增加http的service
阅读全文
posted @ 2017-03-25 17:11 肖建锋
阅读(4309)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
24
下一页