上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 72 下一页
摘要: https://mongodb.github.io/mongo-java-driver/ http://mongodb.github.io/mongo-java-driver/4.0/ http://mongodb.github.io/mongo-java-driver/4.0/driver-rea 阅读全文
posted @ 2020-06-03 17:47 tonggc1668 阅读(164) 评论(0) 推荐(0) 编辑
摘要: JVM性能调优监控工具jps、jstack、jmap、jhat、jstat、hprof使用详解 https://mp.weixin.qq.com/s?__biz=MzAxODcyNjEzNQ==&mid=2247488758&idx=1&sn=22c85fc8d774a14ac73be99c82eb 阅读全文
posted @ 2020-05-27 11:35 tonggc1668 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Netty事件监听和处理(下) https://www.jianshu.com/p/a41be671b999 这可能是目前最透彻的Netty原理架构解析 https://www.sohu.com/a/272879207_463994 阅读全文
posted @ 2020-05-25 18:40 tonggc1668 阅读(113) 评论(0) 推荐(0) 编辑
摘要: GC Roots的对象,以及对java类中的成员变量,局部变量,静态变量和常量的不同回收时机的解析 https://blog.csdn.net/qq_29951485/article/details/89874606 阅读全文
posted @ 2020-05-24 19:27 tonggc1668 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1. mkdir -p /home/用户名/.ssh 2. 保证本地机器生成公钥和私钥,并把公钥追加到远程机器的authorized_keys文件里可以windows上执行ssh-keygen,复制windows C:\Users\用户名\.ssh\id_rsa.pub公钥文件内容到linux /h 阅读全文
posted @ 2020-05-14 15:32 tonggc1668 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 深入浅出MongoDB复制 https://mongoing.com/archives/5200 mongoDB释放磁盘占用 https://www.jianshu.com/p/e905ff4d85ff MongoDB如何释放空闲磁盘空间? https://cloud.tencent.com/dev 阅读全文
posted @ 2020-04-27 17:08 tonggc1668 阅读(249) 评论(0) 推荐(0) 编辑
摘要: import java.util.concurrent.atomic.AtomicReference; public class Test { private static AtomicReference<Long> currentTime = new AtomicReference<>(15876 阅读全文
posted @ 2020-04-23 15:30 tonggc1668 阅读(115) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/newborn2012/article/details/22067965 1.mail.htm: From: sender<sender@xxx.com>To: receiver<receiver@xxx.com>Subject: subjectConte 阅读全文
posted @ 2020-04-09 14:39 tonggc1668 阅读(581) 评论(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 阅读(123) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> .mytable {border-collapse:co 阅读全文
posted @ 2020-04-07 17:31 tonggc1668 阅读(357) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 72 下一页