android 无法import
摘要:参考 https://blog.csdn.net/u012489412/article/details/72784095 File - Invalidate Caches/Restart
阅读全文
转 - spring security oauth2 password授权模式
摘要:原贴地址: https://segmentfault.com/a/1190000012260914#articleHeader6 序 前面的一篇文章讲了spring security oauth2的client credentials授权模式,一般用于跟用户无关的,开放平台api认证相关的授权场景。
阅读全文
Full authentication is required to access this resource
摘要:参考 https://www.jianshu.com/p/d10e0cee4adb security.basic.enabled=false
阅读全文
Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.1.2/gradle-3
摘要:参考 https://blog.csdn.net/verkery6/article/details/80797705
阅读全文
jasperreport queryString in
摘要:and $X{IN, 字段, 参数} and $X{IN, field1, param1} 其中param1设为List类型
阅读全文
angularjs 获取$scope对象
摘要:参考 https://blog.csdn.net/u011974399/article/details/77865293 angular.element("[ng-controller=xxx]").scope();
阅读全文
js 判断整数
摘要:参考 https://blog.csdn.net/tangxiujiang/article/details/78073792 1、使用取余运算符(%) + 判断对象是否是数字来判断: 注意:空字符串、字符串类型数字、布尔true、空数组对1求余,结果都是true(因为他们都是对象,),所以要先判断对
阅读全文