1. https://www.atlassian.com 这家公司提供了不错的软件开发环境流程软件。敏捷开发, 协同工作,代码管理, 持续交付等。如jira,confluence,source tree等。可以关注。 ...

    阅读全文
  2. 深入理解Java类型信息(Class对象)与反射机制 可以读下这篇文章:https://blog.csdn.net/javazejian/article/details/70768369   写的非常清晰。 ...

    阅读全文
  3. 下面这篇文章对Controller的方法参数工作原理解释的非常不错,值得参阅。 https://www.cnblogs.com/fangjian0423/p/springMVC-request-param-analysis.html   另外,此处可以配合spring framework的官方文档中的Spring Web MVC->Annotation Controller->Handler Methods中的Method Arguments和Return ...

    阅读全文
  4. 如何在oracle ADF框架下开发测试部署SOAP web services. 本文参考官方文档的解读版:“Creating SOAP Web Services with Application Modules” :https://docs.oracle.com/cd/E51366_01/adf/develop/bcextservices.htm#ADFFD534 官网分为三部分讲述了这个问题: Section 11.1, "In ...

    阅读全文
  5. 本文是学习Spring Testing官方文档的知识点摘要。官方文档:https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#testing 关键词:Mock Objects, TestContext Framework, Spring MVC Test, WebTestClient   1. Introduction to Spring Testing ...

    阅读全文
  6. Title and Copyright Information Preface What's New in This Guide Part I Introducing Oracle Web Services 1 Overview of Oracle Web Services Security and Policy Management 2 Using Oracle Web Services Manager with WebLogic Server ...

    阅读全文
  7. 作者:踏雪无痕 出处:http://www.cnblogs.com/chenpingzhao/ 转自https://www.cnblogs.com/chenpingzhao/p/4896080.html   一、Console API Console.assert() 判断第一个参数是否为真,false的话抛出异常并且在console输出相应信息。 Console.count() 以参数为标识记录调用的次数,调用时在conso ...

    阅读全文
  8. 本文收集一些图像图形类的一些大牛信息。网站,应用等。 1. primitives的作者 https://www.michaelfogleman.com/ 研究的方向有下面的内容:Table of Contents 3D Packing AllRGB AxiDraw Craft DCPU-16 FauxGL Feed Notifier Fireflies Future Blocks Game Frame ...

    阅读全文
4142