摘要:
看到这句话,我也就无语了, link: The request was put on hold because the browser only allows six TCP connections per origin on HTTP 1. 阅读全文
摘要:
在maven里的配置可能会导致一些小的差异,比如打出的jar包版本是1.0.5.5_201802271640,而写到config文件里的却是1.0.5.5_201802271639. 阅读全文
摘要:
今天听到Mobbing,找了一下,就是Mob programming, 是结对编程的扩大版:Link. 阅读全文
摘要:
使用多态来消除switch:Link. With polymorphism, this: becomes this: 阅读全文
摘要:
今天听到有人说,PVC覆盖率也是很重要的一种覆盖率,所以就Google了一下。 Unit Testing with Parameter Value Coverage (PVC): Parameter Value Coverage (PVC) is the ability to track cover 阅读全文
摘要:
最近在做一个超声报告的系统,发现需要相关知识才行,比如超声科手册之类的书籍,这样我们在准备测试数据的时候,也会更加真实一点。 阅读全文
摘要:
亲身经历的: 1. 目前我们开发环境的搭建需要跑一个bat脚本,但是,从其他部门来的新同事,笔记本是mac,完了,出问题了。 所以,一个好办法就是不用bat,使用ant脚本,跨平台。 阅读全文
摘要:
经常会用iText或者Jasper来生成pdf,今天看到另外一种生成pdf的方法,感觉挺好的。 https://stackoverflow.com/questions/7355025/create-pdf-with-java Philipp Reichart‘s answer: I prefer o 阅读全文
摘要:
这篇文章挺好。 1. Talking about your character: Mannerisms https://www.nownovel.com/blog/talking-character-mannerisms/ 阅读全文
摘要:
最大似然估计和最大后验概率估计: http://blog.csdn.net/u011508640/article/details/72815981 阅读全文