不是海碗 不是海碗
2年前
小白也能看懂的二维码生成器 API 的技术原理(附Java 接入代码)
二维码生成器API是利用是一种通过Web服务将文本、链接、图像等信息转化为二维码图像的技术
Stella981 Stella981
4年前
Nacos Cluster Building
原文链接:https://www.javaspring.net/nacos/nacosclusterbuilding(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.javaspring.net%2Fnacos%2Fnacosclusterbuilding)Conti
Wesley13 Wesley13
4年前
C# TCP与UDP
Http使用端口是80SMTP使用端口是25TCP是首选协议,它提供有保证的传输、错误校正和缓冲。System.Net.Sockets.TcpClient类封装了TCP链接,提供属性字段来控制链接,包括缓冲、缓冲区的大小和超时。TCP提供很多功能来确保数据的传输,它还提供了错误校正以及当数据丢失或数据包损坏时重新传输的功能。TCP可缓冲传入
Stella981 Stella981
4年前
FastAPI+apSheduler动态定时任务
阅读目录一、apSheduler二、实战应用apSheduler官方链接(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fapscheduler.readthedocs.io%2Fen%2Flat
Stella981 Stella981
4年前
SpringBoot学习笔记(十六:Shiro )
原文作者:纯洁的微笑   原文链接:http://www.ityouknow.com/springboot/2017/06/26/springbootshiro.html文章目录一、ApacheShiro(https://www.oschina.net/action/GoToLink?urlhttps%3A%
Stella981 Stella981
4年前
Codeforces Round #479 (Div. 3) F. Consecutive Subsequence
标签:DP题目链接(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcodeforces.com%2Fcontest%2F977%2Fproblem%2FF)
Stella981 Stella981
4年前
Mxnet 实现图片快速风格化
前言论文链接:PerceptualLossesforRealTimeStyleTransferandSuperResolution(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Farxiv.org%2Fpdf%2F1603.08155v1.pdf)论文的
Wesley13 Wesley13
4年前
Java web
上次我们已经搞完了jsp的操作。现在该是后台的配置了。在dao包里面进行数据链接:DBConn.java/   //  @author Administrator  /package dao;import java.sql.;
Easter79 Easter79
4年前
SpringBoot学习笔记(十六:Shiro )
原文作者:纯洁的微笑   原文链接:http://www.ityouknow.com/springboot/2017/06/26/springbootshiro.html文章目录一、ApacheShiro(https://www.oschina.net/action/GoToLink?urlhttps%3A%
Stella981 Stella981
4年前
Linux TCP状态TIME_WAIT 过多的处理
首先处理这个问题,我们要知道一些网络知识,要知道tcp那些事,比如说三次握手,和四次挥手......很多人会问,为什么建链接要3次握手,断链接需要4次挥手?让我们一起看下下面的流程图:!(https://oscimg.oschina.net/oscnet/ba31b9bb7eb29744a5d169c56c656df7045.jpg)首先,是三次