Easter79 Easter79
4年前
sun.io.MalformedInputException IBM Websphere 中间件异常
sun.io.MalformedInputException IBMWebsphere中间件异常1312218:09:21:923CST00000015WebAppEExceptioncaughtwhileinitializingcontextorg.springframew
Stella981 Stella981
4年前
SpringBoot 上传文件突然报错 Failed to parse multipart servlet request; nested exception is java.io.IOExce...
异常信息org.springframework.web.multipart.MultipartException:Failedtoparsemultipartservletrequest;nestedexceptionisjava.io.IOException:Thetemporaryuploadlocatio
Wesley13 Wesley13
4年前
JDK1.8 之Stream API总结
Stream是Java8新增加的类,用来补充集合类。Stream代表数据流,流中的数据元素的数量可能是有限的,也可能是无限的。Stream和其它集合类的区别在于:其它集合类主要关注与有限数量的数据的访问和有效管理(增删改),而Stream并没有提供访问和管理元素的方式,而是通过声明数据源的方式,利用可计算的操作在数据源上执行,当然
Stella981 Stella981
4年前
Express+Socket.io 404,400解决方案
404错误:  意思是在你js脚本中找不到提供websocket的服务,后端没有开启相应的服务。varapprequire('express');varserverrequire('http').createServer(app);varsocketrequire('socket.io')(s
Stella981 Stella981
4年前
Android 网络通信框架Volley简介(Google IO 2013)
1\.什么是Volley在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于AsyncTaskLoader,HttpURLConnection,AsyncTask,HTTPClient(Apache)等,今年的GoogleI/O2013上,Volley发布了。Volley是Android平台上的网络通信库,能使网络通信更快,更简单,更健
Wesley13 Wesley13
4年前
Java NIO学习系列六:Java中的IO模型
  前文(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fvolcanoliu%2Fp%2F11001746.html)中我们总结了linux系统中的5中IO模型,并且着重介绍了其中的4种IO模型:阻塞I/O(blockingIO)
Stella981 Stella981
4年前
Sock 5 代理服务器
packagemain import(    "net"    "fmt"    "io"    "bytes"    "encoding/binary")typeMethodsstruct{    ver,nmethodsuint8    methods
Wesley13 Wesley13
4年前
.NET & JSON
C&JSONDataContractJsonSerializer//JsonHelper.csusingSystem;usingSystem.Collections.Generic;usingSystem.IO;us
Easter79 Easter79
4年前
TCP Demo
//客户端importjava.io.;importjava.net.;publicclassMyclient{publicstaticvoidmain(Stringargs){Socketclientnull;Buff
Wesley13 Wesley13
4年前
unity 测试加载本地文件
TestLoadXml.csusingUnityEngine;usingSystem.Collections;usingSystem.IO;usingSystem.Diagnostics;publicclassTestLoadXml:MonoBehaviour{