Spring Security Oauth2.0 报错At least one redirect_uri must be registered with the client Spring Security Oauth2.0 报错OAuth Error error="invalid_request", error_description="At least one redi... 2019年1月7日 Spring Security 浏览量:2,740 次 发表评论 阅读全文
Spring Security Oauth2.0 报错java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id “null” Spring Security Oauth2.0 报错java.lang.IllegalArgumentException: There is no PasswordEncoder mapped fo... 2019年1月7日 Spring Security 浏览量:1,576 次 发表评论 阅读全文
Spring Security OAuth2.0 官方例子详解 这几天需要用到单点登录,准备学习下Spring Security OAuth2.0 官方例子:https://github.com/spring-projects/spring-security-oa... 2019年1月4日 Spring Security 浏览量:1,165 次 发表评论 阅读全文
运行spring security oauth2.0 github上的例子里报错找不到spring-security-oauth2:jar:2.3.5.BUILD-SNAPSHOT 在官网上下载了spring security oauth2.0的例子,但是运行samples\oauth2\里的sparklr项目时,报错如下: The requested profile "spri... 2019年1月3日 Spring Security 浏览量:1,394 次 发表评论 阅读全文
app首次上架app store踩过的坑 最近公司搞的一个app在app store经过3次被拒终于在app store上架成功了。下面就来说说3次被拒的坑。 第一次被拒的理由是由于app使用了用户的相机和相册,但没有说明为什么用到。 这个好... 2019年1月2日 app 浏览量:715 次 发表评论 阅读全文
alert后执行window.open后alert一闪而过的解决方法 废话不多说,先上有问题的代码。 $.alert('购买成功!'); window.open(ctxPath+"/wechatPay?id="+works_id+"&money=" + work... 2018年12月29日 Java 浏览量:1,379 次 发表评论 阅读全文
angular里checkbox默认选中 今天需要加上一个默认选中的checkbox,原本以为就几秒钟的事,结果尼玛。。不说了。 想着虽然是angular,但是标准的html里的checkbox没道理不能用吧,但是试了checked="che... 2018年12月27日 angular 浏览量:1,397 次 发表评论 阅读全文
微信支付后返回到前画面不会刷新的问题解决 今天微信公众号里的商城里,遇到一个问题让用户的体验很不好。就是在商品详细画面,如果没有支付,里面的视频是不能看的,支付后才能看。但是现在点击微信支付,成功后点Ok返回到商品详细画面时,还是不能直接看视... 2018年12月27日 微信公众号 浏览量:860 次 发表评论 阅读全文
angular4禁止弹出窗口滑动 在弹出的div里加上 ontouchmove="event.preventDefault();"即可,这样就滑动不了了。 2018年12月19日 angular 浏览量:911 次 发表评论 阅读全文