上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: 参考: http://home.ustc.edu.cn/~xie1993/linux/linux-shell.html https://www.cnblogs.com/andy-zhou/p/5321839.html https://www.cnblogs.com/chengjian-physiqu 阅读全文
posted @ 2020-05-05 16:59 CathyGao2018 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/c163e02c3d93 BO(Business Object)业务对象 主要作用是把业务逻辑封装为一个对象,这个对象可以包括一个或多个其他的对象。比如一份简历,有教育经历、工作经历、社会关系等。可以把教育经历对应一个 PO,工作经历对应一个 阅读全文
posted @ 2020-04-27 15:33 CathyGao2018 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 背景:项目JDK升级,遇到一个concordion相关的编译问题。 需要了解和学习下concordion。 Concordion is an open source framework for Java that lets you turn a plain English description o 阅读全文
posted @ 2020-04-23 14:50 CathyGao2018 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 问题: 无力吐槽的古董版本IdeaIC14莫名在今早启动后主页面黑屏无任何响应 解决方案 - 参考一:https://www.cnblogs.com/bityinjd/p/8192813.html 其他 参考二:https://blog.csdn.net/mskangjun/article/deta 阅读全文
posted @ 2020-04-21 12:55 CathyGao2018 阅读(3109) 评论(0) 推荐(0) 编辑
摘要: 参考 - https://zhuanlan.zhihu.com/p/64241414 《如何阅读一本书》 阅读不同读物,阅读方法是不同的,整理读书笔记的方法自然也会有很大差异。 故事型图书:https://zhuanlan.zhihu.com/p/64241414 简单的拆解几乎适用于所有故事类书籍 阅读全文
posted @ 2020-04-05 21:23 CathyGao2018 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 线上问题:项目使用的NAS文件系统因硬盘空间使用率过高而报警[ITRS] Alert on Managed Entity(Host) xxx - disk partition xxx - the disk usage is too high. RCA:1) NAS默认设置按一定频率做storage- 阅读全文
posted @ 2020-04-03 13:58 CathyGao2018 阅读(411) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xuwujing/p/10134494.html Lamda替代设计模式 https://www.cnblogs.com/starcrm/p/12408472.html 阅读全文
posted @ 2020-03-31 11:28 CathyGao2018 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/zhanqing/p/11076646.html https://www.cnblogs.com/yxh1008/p/6538756.html 阅读全文
posted @ 2020-03-31 11:22 CathyGao2018 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/M_Jack/article/details/87373036 https://www.cnblogs.com/mouse-coder/p/3451243.html https://blog.csdn.net/zz13995900221/artic 阅读全文
posted @ 2020-03-30 21:45 CathyGao2018 阅读(113) 评论(0) 推荐(0) 编辑
摘要: java List的初始化 (参考:https://blog.csdn.net/u013956878/article/details/56670753/) <方法一> 长度不固定,随时add List<String> name = new ArrayList(); name.add("xxx"); 阅读全文
posted @ 2020-03-30 21:12 CathyGao2018 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页