Stella981 Stella981
3年前
SpringBoot整合Sqlite数据库流程
1.创建项目  方式一:通过网站https://start.spring.io/  方式二:通过开发工具(IDEA或者Eclipse自行百度)2.修改pom.xml配置文件,添加必要的驱动包<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"ht
Stella981 Stella981
3年前
HugeGraph入门
一、HugeGraph简介最近在搞好友推荐方便的工作,选择了图数据的方法,使用并学习了HugeGraph,再次记录一下。HugeGraph(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fhugegraph.github.io%2Fhugegrap
Easter79 Easter79
3年前
SpringBoot整合Sqlite数据库流程
1.创建项目  方式一:通过网站https://start.spring.io/  方式二:通过开发工具(IDEA或者Eclipse自行百度)2.修改pom.xml配置文件,添加必要的驱动包<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"ht
Stella981 Stella981
3年前
Spring Boot Tomcat配置
!(http://uploadimages.jianshu.io/upload_images/5954965cdda4d2ac0ce4c85.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)参数配置容器server.xx开头的是所有servlet容器通用的配置,ser
Wesley13 Wesley13
3年前
JUC并发编程学习笔记
JUC(并发编程),java.util.concurrent得工具类!image.png(https://uploadimages.jianshu.io/upload_images/8379611bfca9f6c63f253b4.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)首先得了
Stella981 Stella981
3年前
Guava Cache本地缓存在 Spring Boot应用中的实践
!ZenBookS1397%屏占比(https://uploadimages.jianshu.io/upload_images/98242475b661d17032a0f6b.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)概述在如今高并发的互联网应用中,缓
Stella981 Stella981
3年前
CentOS安装Jenkins
一、war包安装方式1、准备tomcat、jdk1.82、下载jenkins.war。下载地址:https://jenkins.io/zh/download/3、将jendins.war放到$TOMCAT\_HOME/webapps目录下,启动tomcat即可二、docker安装1、拉取镜像https://hub.docker.co
Stella981 Stella981
3年前
Knative 初体验:Build Hello World
作者|阿里云智能事业群技术专家冬岛 !(https://uploadimages.jianshu.io/upload_images/12575435050da0e33c173578.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)Build模块提供了一套Pipeline
Stella981 Stella981
3年前
Kubernetes命令行管理工具 — Kubectl
!(http://pic.wblog.cn/1B88873AA9734B22A7BB945B4E30394E.png)附上:喵了个咪的博客:wblog.cn(wblog.cn)Kubernetes官方文档:https://kubernetes.io/docs/reference/(https://www.oschina.n
如何利用烛龙和谷歌插件优化CLS(累积布局偏移) | 京东云技术团队
简介CLS衡量的是页面的整个生命周期内发生的每次意外布局偏移的最大突发性布局偏移分数。布局变化的发生是因为浏览器倾向于异步加载页面元素。更重要的是,您的页面上可能存在一些初始尺寸未知的媒体元素。这种组合意味着浏览器在加载完成之前无法确定单个元素将占用多少空