background picture of the home page

Hi,Friend

技术宅拯救世界~

WebSocket 食用示例

1.通常实现方式 1.引入依赖 <!-- 实现对 WebSocket 相关依赖的引入,方便~ --> <dependency> <groupId>org.springframework.boot</groupId> <a

thumbnail of the cover of the post

修改单机版崩坏3

1.修改后数据不会因为电脑的重启而还原 他讲数据保存在MongoDB中,通过文件来加载到内存里,所以电脑重启后修改的数据会消失。 将MongoDB放到线上,将数据导出一份存起来.修改读取的MongoDB url

thumbnail of the cover of the post

go 项目相关

1.环境搭建 GOROOT:go环境配置 GOPATH:配置两个目录 1.library 第三方包 2.workspace go项目工作目录

thumbnail of the cover of the post

使用Java调用Python代码

package com.example.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.nio.charset.Standa

thumbnail of the cover of the post