一:登录注册模块修复 技术实现思路:spring security, 表单提交后, 根据配置文件。 1.authentication-failure-url="/error.login" 失败就是发这个请求! ...
分类:
其他好文 时间:
2016-08-30 19:25:48
阅读次数:
129
Activity A 值 > Activity B 值 > Activity A 场景:当A跳转到B,再从B直接点击返回按钮时,报错。 package com.itheima.smsSender; import android.os.Bundle; import android.telephony. ...
分类:
其他好文 时间:
2016-08-24 01:06:59
阅读次数:
517
环境: a服务器使用curl_multi执行3000,4000,5000并发,访问b服务器一个静态html文件 问题:3000,4000并发基本稳定,5000并发时,有时候全部成功,有时候Recv failure: Connection reset by peer错误 需要解决:让5000并发成功率 ...
分类:
其他好文 时间:
2016-08-23 16:56:02
阅读次数:
191
问题1 : ceph-node3: Warning: Authentication failure. Retrying.. 问题分析: ssh 认证失败,在向虚拟机拷贝内容时权限不足。 解决办法: 在用户的根目录下 找到.ssh目录。 cd /home/vagrant chmod 0700 .ssh ...
分类:
其他好文 时间:
2016-08-21 10:51:15
阅读次数:
210
docker centos7 配置和宿主机同网段IP 1、安装brctl 命令 # yum -y install bridge-utils 2、编辑网卡配置文件 # cat ifcfg-eno16777736 TYPE=Ethernet IPV4_FAILURE_FATAL=no IPV6INIT= ...
分类:
其他好文 时间:
2016-08-21 00:38:17
阅读次数:
367
--WHEN-VALIDATE-RECORD IF :mend.MEND_CAUSE is null THEN FND_MESSAGE.SET_STRING('请输入评价原因!!'); FND_MESSAGE.SHOW; RAISE form_trigger_failure;END IF; 错误的原 ...
分类:
其他好文 时间:
2016-08-19 11:07:48
阅读次数:
190
首先参考离线安装版教程:http://www.jianshu.com/p/debf0e6a3f3b里面说的是针对ubuntu1404版本,但是1604也可以装。在迅雷上下载后拷贝至服务器中,按照教程走,起http服务器,建本地源,apt-getinstallambari-server。这些都很容易,但是在ambari-serversetup开始就有一些需要..
分类:
系统相关 时间:
2016-08-18 21:40:09
阅读次数:
223
一般登陆/注册 出错,会在认证失败这里打印出error信息 - (void)xmppStream:(XMPPStream *)sender didNotAuthenticate:(DDXMLElement *)error <failure xmlns="urn:ietf:params:xml:ns: ...
分类:
其他好文 时间:
2016-08-17 23:03:15
阅读次数:
313
Here are optional user solutions for the Renault can clip v159 was connected to PC, detected with the number 926 573 and recognized " RLT2002 PROBE”, ...
分类:
其他好文 时间:
2016-08-16 11:48:31
阅读次数:
186
安装xinetd,修改rsync配置a.yuminstallxinetdb.vi/etc/xinetd.d/rsyncservicersync
{
disable=no#将yes修改为noflags=IPv6
socket_type=stream
wait=no
user=root
server=/usr/bin/rsync
server_args=--daemon
log_on_failure+=USERID
}c./etc/init.d/xinetdstartd.vim/etc/rs..
分类:
其他好文 时间:
2016-08-15 22:40:47
阅读次数:
176