推荐
专栏
教程
课程
飞鹅
本次共找到1252条
异步io
相关的信息
Wesley13
•
3年前
java将一个byte数组保存成图片存在本地
java将byte数组转换成图片,可以File和IO操作来完成。//byte数组到图片到硬盘上publicvoidbyte2image(bytedata,Stringpath){if(data.length<3||path.equals(""))return;//判断输入的byte是否为空
Stella981
•
3年前
IM推送服务端:Centrifugo
Centrifugo:golang开发的即时推送服务。文档:https://fzambia.gitbooks.io/centrifugal/content/index.html(ps:比较大的图片需要拖拽到独立的页签打开)复制点oschina以前发的介绍:Centrifugo是一个
Stella981
•
3年前
Kubernetes中用Helm安装Ceph存储服务
Kubernetes中用Helm安装Ceph存储服务注意:本文仅供参考。在Kubernetes中建议使用Rook项目,更为方便、兼容性更好。在Kubernetes中使用Ceph已经有专门的项目rook(https://rook.io(https://
Wesley13
•
3年前
Unity加载外部图片
在这里记录一下在Unity3D中分别使用WWW和IO流加载外部图片使用WWW加载///<summary///使用WWW加载图片,并赋值给_rawImage///</summary///<paramname"_url"图片地址<
Stella981
•
3年前
Spring Cloud Eureka 全解 (4)
本文基于SpringCloudDalston.SR5(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcloud.spring.io%2Fspringcloudstatic%2FDalston.SR5%2F)关于服务与实例列表获取EurekaC
Stella981
•
3年前
Spring Boot 集成 MyBatis和 SQL Server实践
!Profile(https://uploadimages.jianshu.io/upload_images/9824247e4105fb3034464fa.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)文章共509字,阅读大约需要2分钟!概述
Stella981
•
3年前
RPC框架实践之:Apache Thrift
!我的桌面(https://uploadimages.jianshu.io/upload_images/9824247c3876396b1aec866.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)注:本文首发于My公众号CodeSheep,可长按
Easter79
•
3年前
Springboot引用外部配置文件
Springboot官方文档(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.spring.io%2Fspringboot%2Fdocs%2FcurrentSNAPSHOT%2Freference%2Fhtmlsingle%2F%23bootfeaturesexte
Stella981
•
3年前
Redis 如何以一己之力颠覆数据库市场?
!(https://oscimg.oschina.net/oscnet/3f47b02dd6d6d0521417b5e055cde6361fd.jpg"null")本文由Redis业界权威专家黄健宏翻译自thenewstack.io/opensourcebuildershowredisupendedthedataba
Stella981
•
3年前
ArrayList源码解析
ArrayList源码分析简介类型:类|extendsAbstractList|implementsList<E,RandomAccess,Cloneable,java.io.Serializable梗概:ArrayList是一个大小可变的数组,由于其实现是基于数组,所以其用于数组所特有的属性,对
1
•••
78
79
80
•••
126