Stella981 Stella981
3年前
FuckDailyCP今日校园自动签到脚本
简介今日校园自动打卡脚本。可以挂服务器上定时自动打卡。健康的人可以用一下!在这里插入图片描述(https://imgblog.csdnimg.cn/20201013112707464.png?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aH
Easter79 Easter79
3年前
tcp编程、socket编程、redis
tcp编程(需要建立连接,三次握手,四次挥手,然后发送信息流,数据包是有序的)udp编程(知道IP、端口直接发送数据,数据包可能是无序的)1、客户端和服务器客!(http
Stella981 Stella981
3年前
Spring Boot demo系列(五):Docker部署
2021.2.24更新1概述本文讲述了如何使用Docker部署SpringBoot应用,首先介绍了Docker的安装过程,接着介绍了Docker的一些基础知识,最后讲述了Dockerfile的编写以及部署过程。2环境服务器:aarch64CentOS8
Stella981 Stella981
3年前
2019 HDOJ Multi
服务器时不时爆炸,有点难受。题目链接:http://acm.hdu.edu.cn/userloginex.php?cid849(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Facm.hdu.edu.cn%2Fuserloginex.php%3Fcid%3D849)
Wesley13 Wesley13
3年前
mysql常用命令写法
1.mysql常用命令显示当前mysql服务器上的所有数据库showdatabases;选择要使用的数据库use数据库名;显示当前数据库中的所有表showtables;显示当前使用的数据库selectdatabase();
Stella981 Stella981
3年前
GRIB编解码工具ecCodes的安装及Python开发环境的配置
根据欧洲中心官方文档的描述,GRIB数据文件的编解码将使用ecCodes来替换之前的GRIBAPI,此处附上ecCodes的安装步骤及对应GRIB编解码的Python开发环境的配置。  本次的安装环境:Linux服务器版本:RedHatEnterpriseLinuxServerrelease7.4(Maipo
Wesley13 Wesley13
3年前
HTTP教程2
客户端和服务器端一旦握手协商成功接建立连接,端点之间可以基于HTTP/2协议传递交换帧数据了。一。帧通用格式下图为HTTP/2帧通用格式:帧头负载的比特位通用结构:|Length(24)
可莉 可莉
3年前
2019 HDOJ Multi
服务器时不时爆炸,有点难受。题目链接:http://acm.hdu.edu.cn/userloginex.php?cid849(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Facm.hdu.edu.cn%2Fuserloginex.php%3Fcid%3D849)
Stella981 Stella981
3年前
Noark入门之内存监控
服务器正常都需要关注内存使用情况常规获取内存使用情况可以使用Runtime或MemoryMXBeanNoark提供了一个内存监控服务,选择了Runtime实现,详情参考xyz.noark.game.monitor.impl.MemoryMonitorService在GameServerConfiguration类中添加如下代
Stella981 Stella981
3年前
CentOS7下简单几步操作自建DNS(使用coredns快速搭建简单dns服务器)
本文介绍了如何使用CoreDNS快速搭建一个简单DNS服务器,从而对CoreDNS有一个初步的认识。1、下载coredns通过coredns的github,下载coredns。coredns的release版本地址:https://github.com/coredns/coredns/releases(https://www.oschina.ne