随笔分类 -  io

摘要:NIO - IO多路复用详解 https://blog.csdn.net/weixin_64752717/article/details/131312756 阅读全文
posted @ 2023-10-06 19:49 tonggc1668 阅读(13) 评论(0) 推荐(0)
摘要:SnifferConfigInitializer /** * Load the specified config file or default config file * * @return the config file {@link InputStream}, or null if not n 阅读全文
posted @ 2021-08-29 19:21 tonggc1668 阅读(448) 评论(0) 推荐(0)
摘要:Netty之旅三:Netty服务端启动源码分析,一梭子带走! https://my.oschina.net/u/4322502/blog/4568899 阅读全文
posted @ 2020-09-15 22:51 tonggc1668 阅读(92) 评论(0) 推荐(0)
摘要:import java.io.IOException; import java.io.InputStream; import java.nio.charset.StandardCharsets; import org.apache.commons.io.IOUtils; try { InputStr 阅读全文
posted @ 2020-04-09 11:50 tonggc1668 阅读(127) 评论(0) 推荐(0)
摘要:DataInputStream && ObjectInputStream 示例 https://blog.csdn.net/hoho_12/article/details/52054338 ObjectInputStream与ObjectOutputStream使用以及与DataInputStrea 阅读全文
posted @ 2019-11-02 22:10 tonggc1668 阅读(410) 评论(0) 推荐(0)
摘要:try (InputStream is = getClass().getResourceAsStream("/test.properties")) { Properties properties = new Properties(); properties.load(is); ps=new Prop 阅读全文
posted @ 2018-08-13 18:01 tonggc1668 阅读(170) 评论(0) 推荐(0)
摘要:D:\workspace\wmscD:\workspace\wmsc\..null.D:\workspace\wmsc/D:/workspace/wmsc/target/classes/ 阅读全文
posted @ 2017-12-14 20:24 tonggc1668 阅读(183) 评论(0) 推荐(0)
摘要:import org.apache.commons.codec.binary.Base64;import org.apache.commons.codec.digest.DigestUtils; 阅读全文
posted @ 2017-08-15 09:45 tonggc1668 阅读(134) 评论(0) 推荐(0)
摘要:十几M小文件 360843672641 100多M文件 19547561027038718 300多M文件 411561360985639500 1.7G文件 202156225109 出错,可能超过限制163719 阅读全文
posted @ 2017-07-22 21:48 tonggc1668 阅读(143) 评论(0) 推荐(0)