Stella981 Stella981
3年前
Spring Boot 2.1.5 正式发布,1.5.x 即将结束使命!
!(https://oscimg.oschina.net/oscnet/a1bc3c327bac4972946d352320a8de13.jpg)SpringBoot官网在2019/05/15这天发布了SpringBoot2.1.5正式版,栈长表示真跟不上了。。官宣如下:https://spring.io/blo
Easter79 Easter79
3年前
TASK 5 AlexNet与VGG
1\.AlexNet1.1卷积层尺寸计算全0填充时!(https://uploadimages.jianshu.io/upload_images/7547741ff4b9b5c0c9ad0c8.png?imageMogr2/autoorient/strip|imageView2/2
Stella981 Stella981
3年前
Android P正式版即将到来:后台应用保活、消息推送的真正噩梦
1、前言对于广大Android开发者来说,AndroidO(即Android8.0)还没玩热,AndriodP(即Andriod9.0)又要来了。!(https://uploadimages.jianshu.io/upload_images/1500839bb004a3b7fb25eed.jpeg?imageMogr2/au
Wesley13 Wesley13
3年前
BIO和NIO
BIO:同步阻塞式IO,服务器实现模式为一个连接一个线程,即客户端有连接请求时服务器端就需要启动一个线程进行处理,如果这个连接不做任何事情会造成不必要的线程开销,当然可以通过线程池机制改善。 NIO(事件驱动):同步非阻塞式IO,服务器实现模式为一个请求一个线程,即客户端发送的连接请求都会注册到多路复用器上,多路复用器轮询到连接有I/O请求时才启动
Stella981 Stella981
3年前
Spring boot深入浅出___(第一章、基础)___Hello World!
quickstart官方为我们已经提供了一个Springbootquickstart(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fprojects.spring.io%2Fspringboot%2F%23quickstart)其实就是一个完整版本的HelloWorl
Stella981 Stella981
3年前
GO开发[一]:golang语言初探
一.Golang的安装1.https://dl.gocn.io/(国内下载地址)!(https://oscimg.oschina.net/oscnet/3a2a7a89a398d2c437381bc6561a6f01b4d.jpg)2.https://golang.org/dl/(国外下载地址)!(ht
Stella981 Stella981
3年前
Spring Boot系列实战文章合集(附源码)
!Profile(https://uploadimages.jianshu.io/upload_images/98242478af9580c72d64ee3.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)概述文章开始之前先感叹一番吧。个人从之前的C语言项
Stella981 Stella981
3年前
Redis的安装和启动(一)
一、Redis的安装获取redis的安装包  ①如果能上网,选择以下命令:wgethttp://download.redis.io/releases/redis3.2.11.tar.gz②如果不能上网就老实通过rz或者Winscp上传安装包解压安装包tarxzfredis\3.2.11.
Stella981 Stella981
3年前
RPC 服务框架 Dubbo 将正式得到官方维护与支持
近日,Dubbo项目官网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdubbo.io%2F)更新了一则公告:!images/6hYnKDbFyi3StkXWaPhSx4QnGtzawCX7.png(https://static.oschina.net/uploads/img
Stella981 Stella981
3年前
Mybatis初学时遇到的错误
错误一:com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:3字节的UTF8序列的字节2无效。解决:我的项目是Maven构建的,所以在项目依赖配置文件pom.xml上加入构建项目编码属性:<proper