09 2019 档案

摘要:1.jvm类加载机制 2.JVM在搜索类的时候,又是如何判定两个class是相同的呢? JVM在判定两个class是否相同时,不仅要判断两个类名是否相同,而且要判断是否由同一个类加载器实例加载的。只有两者同时满足的情况下,JVM才认为这两个class是相同的。 3.诊断Java中的内存泄露 http 阅读全文
posted @ 2019-09-27 18:22 cashew 阅读(1016) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/E699A8/article/details/107139850 https://blog.csdn.net/dazuo_001/article/details/116979591 [常用函数](https://blog.csdn.net/qq_43149 阅读全文
posted @ 2019-09-27 14:07 cashew 阅读(435) 评论(0) 推荐(0)
摘要:并行计算: 服务思想: 残酷: master slave: 消息中枢模式: 网状直接交互模式: 阅读全文
posted @ 2019-09-18 09:09 cashew 阅读(297) 评论(0) 推荐(0)
摘要:灵异事件: 阅读全文
posted @ 2019-09-11 18:21 cashew 阅读(155) 评论(0) 推荐(0)
摘要:Controller类 方法 @ApiOperation(value = "扫码付中转接口")不写显示方法名 @RequestMapping(value = "/pay/{orderNum}", method = RequestMethod.GET)或者 入参:@PathVariable Strin 阅读全文
posted @ 2019-09-09 17:34 cashew 阅读(126) 评论(0) 推荐(0)
摘要:https://zhidao.baidu.com/question/1308272425579202139.html?qbl=relate_question_0&word=cannot%20convert%20parameters%20to%20Body%20Data%20because%20one 阅读全文
posted @ 2019-09-06 09:38 cashew 阅读(181) 评论(0) 推荐(0)
摘要:要生成的sql: 作用是利用postgreGIS数据库函数计算两点(经纬度已知)的距离。 SELECT ST_Distance( ST_Transform(ST_GeomFromText('POINT(-87.734087560562 43.770129071141)',4326),26986), 阅读全文
posted @ 2019-09-05 13:41 cashew 阅读(12035) 评论(0) 推荐(1)
摘要:# 2010年的 pc ``` [ 鲁大师 ] 软件: 鲁大师 5.1019.1110.1213 时间: 2020-01-01 14:12:16 网站: http://www.ludashi.com [ 概览 ] 电脑型号 索尼 VPCEA16EC 笔记本电脑 操作系统 Windows 8.1 专业 阅读全文
posted @ 2019-09-02 09:27 cashew 阅读(677) 评论(0) 推荐(0)

​