Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BinaryWriter - 无法对 64 位值执行 Seek。传递给函数 Seek (int32) 的参数对于大于 2 Gb 的文件是否有类似的类?
这个问题的通常解决方案是FileStream在long创建BinaryReader.
FileStream
long
BinaryReader
我正在我的所有会话类上实现 Serializable,因此我可以使用负载均衡器进行一些农场集群。
我已经控制了集群并且它工作正常。但是,我遇到了一个似乎我无法解决的错误。
每当我在 index.jsp 上输入时,都会收到此错误:
Mensaje: javax.servlet.