一开始不是很理解,查了资料,觉得这个说的非常好! iso 对可用性的定义: the extent to which a system, product or service can be used by specified users to achieve specified goals with ...
分类:
其他好文 时间:
2021-02-17 15:07:39
阅读次数:
0
一个特别好的特性就是security context 可以在playground 中使用了,当然dashboard 代码的自动生成也有了越来越多框架的支持了 参考效果 参考资料 https://github.com/cube-js/cube.js/releases ...
分类:
Web程序 时间:
2021-02-16 12:00:01
阅读次数:
0
package net.utils; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; public class NetCheck { pub ...
分类:
移动开发 时间:
2021-02-10 13:11:58
阅读次数:
0
### go context理解 #### context包 总结起来就一句话:一个接口,四个实现,六个方法 (1.)一个接口 type Context interface { Deadline() (deadline time.Time, ok bool) Done() ←chan struct ...
分类:
其他好文 时间:
2021-02-10 12:51:22
阅读次数:
0
下载war包 http://mirrors.jenkins.io/war-stable/latest/ 上传到服务器 开启服务 [root@localhost jenkins]# java -jar jenkins.war Running from: /opt/jenkins/jenkins.war ...
分类:
其他好文 时间:
2021-02-08 12:28:14
阅读次数:
0
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> <! ...
分类:
其他好文 时间:
2021-02-06 11:50:36
阅读次数:
0
1、mysql数据库表结构 2、pom.xml依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> ...
分类:
数据库 时间:
2021-02-06 11:44:36
阅读次数:
0
1. 简介 RestHighLevelClient是官方指定的Java连接ElasticSearch的API。 需要使用maven引用以下依赖: <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elastics ...
分类:
编程语言 时间:
2021-02-04 11:50:38
阅读次数:
0
Blazor 极简登录模型 (适用Server Side和WASM Client) 不少介绍Blazor网站包括微软自己的文档网站,对Blazor采用的认证/授权机制有详细的介绍,但是往往给出的是Identity Server的例子。搜索引擎可以找到的如: https://chrissainty.c ...
分类:
其他好文 时间:
2021-02-03 10:41:02
阅读次数:
0
> docker build -t harbor.xxxxx/xxxx:v1.0.1 -f docker/Dockerfile . Sending build context to Docker daemon 998.8MB Step 1/7 : FROM harbor.xxxxx/xxxxx_ba ...
分类:
其他好文 时间:
2021-02-01 12:46:27
阅读次数:
0