最新 最热

jdbc如何连接MySQL8版本

驱动包请到: https://mvnrepository.com/artifact/mysql/mysql-connector-java 下载适合自己的版本

2023-05-05
1

第一个git仓库--将git本地仓库推送到远程仓库 出现错误: fatal: refusing to merge unrelated histories 的解决办法

如果新建一个git项目,怎么将它推送到远程仓库呢? 首先,你要在远程创建一个仓库。

2023-05-05
1

com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:112) [DUBBO

com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:112) [DUBBO] Decode rpc result failed: com.xxx.XXXXClass.XXXField: java...

2023-05-04
1

maven 自动更新子模块的依赖版本号

1: parent mvn -N versions:update-child-modules mvn deploy -N 2: service deploy 3: 子模块api

2023-05-04
1

推送消息到手机APP

使用个推平台:JAVA服务端链接 http://docs.getui.com/server/java/start/  下载测试APP Demo用例地址,请猛戳这里

2023-05-04
1

Python小姿势 - Python爬取网页数据

爬取网页数据是一个比较常见的Python应用场景,有很多第三方库可以帮助我们完成这个任务。这里我们介绍一下urllib库中的一个常用方法:urllib.request.urlopen()。...

2023-05-02
1

Python 获取本机公网 IP

有很多大佬搭建的查询本机公网 IP 的服务,本文记录相关内容。IPv4可以访问获取公网 IPv4 IP 的站点:直接返回ip地址https://checkip.amazonaws.com/https://ident.mehttps://ifconfig.me/iphttp://icanhazip.com......

2023-05-02
1

Naabu端口扫描

Naabu is a port scanning tool written in Go that allows you to enumerate valid ports for hosts in a fast and reliable manner. It is a really simple tool that do...

2023-05-02
1

Linux上如何使用Stable Diffusion WebUI

前提条件已安装CUDA已安装git已安装Anaconda 推荐平台:AutoDL 直接安装Anaconda不要指望Linux自带的Python。 创建SD需要的环境# 创建conda create -n webui python=3.10.6# 进入conda activate webui下载S......

2023-05-01
1

SRE Production Rediness Review 指南(From GitLab.com)

个人认为这篇写的特别好,列出了 Production Rediness Review 需要注意的各个潜在风险点。

2023-05-01
1