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
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
Stella981 Stella981
4年前
Markdown工具Atom及基本语法
下载使用访问atom.io(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fatom.io)下载Atom这里下载的是1.33.1版本好用的插件包点击File\Settings\Packages,可以安装指定的插件包。mark
Wesley13 Wesley13
4年前
.NET & JSON
C&JSONDataContractJsonSerializer//JsonHelper.csusingSystem;usingSystem.Collections.Generic;usingSystem.IO;us
Stella981 Stella981
4年前
Redis官网——如何利用Redis做服务器集群的分布式锁
链接:http://redis.io/topics/distlock(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fredis.io%2Ftopics%2Fdistlock)原理很简单,一段时间内轮询加锁的key重点,不同语言的开源实现Beforedescribingth
Wesley13 Wesley13
4年前
unity 测试加载本地文件
TestLoadXml.csusingUnityEngine;usingSystem.Collections;usingSystem.IO;usingSystem.Diagnostics;publicclassTestLoadXml:MonoBehaviour{