Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Beetl

Posted on 2018-11-12 | In Java | Visitors

Beetl是Bee Template Language的缩写,它绝不是简单的另外一种模板引擎,而是新一代的模板引擎,它功能强大,性能良好,超过当前流行的模板引擎。而且还易学易用。

Read more »

实践SSL

Posted on 2018-11-08 | In 网络 | Visitors

SSL/TLS协议运行机制的概述

Read more »

实践JWT

Posted on 2018-11-08 | In design | Visitors

JSON Web Token(缩写 JWT)是目前最流行的跨域认证解决方案。有如下特点:

Read more »

实践OAuth

Posted on 2018-11-08 | In 综合 | Visitors

理解OAuth 2.0

Read more »

实践apt

Posted on 2018-11-07 | In OS | Visitors

apt(apt-get)

Read more »

实践代码检查之SpotBugs

Posted on 2018-11-06 | In 测试 | Visitors

SpotBugs is a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the GNU Lesser General Public License.

Read more »

实践maven-surefire-plugin

Posted on 2018-11-05 | In 工具 | Visitors

Maven Surefire Plugin用于单元测试

Read more »

实践maven-failsafe-plugin

Posted on 2018-11-05 | In 工具 | Visitors

Maven Failsafe Plugin用于集成测试

Read more »

实践测试之XLSUnit

Posted on 2018-11-01 | In 测试 | Visitors

XLSUnit是一个面向数据库应用的单元测试框架,使用excel,作为输入,以及输出比较,适合大量数据库操作。

Read more »

实践测试之DBUnit

Posted on 2018-11-01 | In 测试 | Visitors

DBUnit is a JUnit extension (also usable with Ant) targeted at database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Read more »
1 … 72 73 74 … 114
Ray Wang

Ray Wang

My Blog

1139 posts
31 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse