- Mockito Cookbook
- Marcin Grzejszczak
- 96字
- 2021-07-16 11:34:58
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Where NewIdentityCreator
contains the logic for generating new identity."
A block of code is set as follows:
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency>
推薦閱讀
- 公有云容器化指南:騰訊云TKE實戰與應用
- Unity 5.x Game AI Programming Cookbook
- 大數據可視化
- Libgdx Cross/platform Game Development Cookbook
- Python數據分析:基于Plotly的動態可視化繪圖
- 數據庫原理與應用(Oracle版)
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- “互聯網+”時代立體化計算機組
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- INSTANT Apple iBooks How-to
- 大數據與機器學習:實踐方法與行業案例
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- 碼上行動:利用Python與ChatGPT高效搞定Excel數據分析
- SQL應用開發參考手冊
- UnrealScript Game Programming Cookbook