Stella981 Stella981
3年前
Angular.js 相关记录
1.AngularJS作用域文档:http://docs.angularjs.org/api/ng.$rootScope.Scope(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdocs.angularjs.org%2Fapi%2Fng.%24rootScope.Scope)2.
Easter79 Easter79
3年前
SpringBoot2.0 基础案例(09):集成JPA持久层框架,简化数据库操作
本文源码GitHub:知了一笑https://github.com/cicadasmile/springbootbase一、JAP框架简介JPA(JavaPersistenceAPI)意即Java持久化API,是Sun官方在JDK5.0后提出的Java持久化规范。主要是为了简化持久层开
Stella981 Stella981
3年前
SpringBoot2.0 基础案例(09):集成JPA持久层框架,简化数据库操作
本文源码GitHub:知了一笑https://github.com/cicadasmile/springbootbase一、JAP框架简介JPA(JavaPersistenceAPI)意即Java持久化API,是Sun官方在JDK5.0后提出的Java持久化规范。主要是为了简化持久层开
Stella981 Stella981
3年前
Prometheus监控学习笔记之PromQL简单示例
0x00简单的时间序列选择返回度量指标http_requests_total的所有时间序列样本数据:http_requests_total返回度量指标名称为http_requests_total,标签分别是job"apiserver",handler"/api/comments"
Wesley13 Wesley13
3年前
IOS开发学习笔记(1)
UILabel属性及应用最近在学习ios开发,觉得有必要做个备忘,以下内容是我找个api注释的,希望对大家有点帮助,我自己也做个备忘//创建uilabelUILabellabel1UILabelallocinitWithFrame:CGRectMake(20,40,280,80)
Stella981 Stella981
3年前
Spring @Valid
@Valid基本用法强烈推荐如果要学习@ValidJSR303,建议看这里的API BeanValidation规范(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.ibm.com%2Fdeveloperworks%2Fcn%2Fjava
Wesley13 Wesley13
3年前
PHP中的依赖注入(DI)容器
!输入图片说明(https://static.oschina.net/uploads/img/201806/03164821_lowC.png"在这里输入图片标题")介绍我们已经介绍过了PHP反射API(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fphpcast
Stella981 Stella981
3年前
Comparator和Comparable
12\.比较器java.util接口Comparator集合具有比较特性。强行对某个对象collection进行整体排序的比较函数。可以将Comparator传递给sort方法(如Collections.sort或Arrays.sort)
Stella981 Stella981
3年前
Elasticsearch系列(4):基本搜索
空搜索搜索API的最基础的形式是没有指定任何查询的空搜索,它简单地返回集群中所有索引下的所有文档,如下命令:GET/_search返回如下结果:!image(https://images2018.cnblogs.com/blog/311549/201805/3115492018051117575885014905
为什么有时候始终显示为用户Id?异步获取到用户信息后怎么通知融云去刷新界面?
"问题产生原因:(来源参考:https://www.rongcloud.cn/?utmsourceSEO&utmtermjishitongxun)这种情况是因为在用户信息提供者的getUserInfo()接口存在返回null的情况,原因是请求的用户信息在a