- Learning Bitcoin
- Richard Caetano
- 162字
- 2021-07-09 21:13:38
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles, and explanations of their meanings.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
// convert 'satoshi' to bitcoin value var satoshiToBTC = function(value) { return value * 0.00000001 }
Any command-line input or output is written as follows:
~ npm install bitcoinjs-lib -g
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
推薦閱讀
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Raspberry Pi for Secret Agents(Third Edition)
- Troubleshooting PostgreSQL
- 可解釋機器學習:模型、方法與實踐
- Machine Learning With Go
- RubyMotion iOS Develoment Essentials
- Java并發編程之美
- PhoneGap 4 Mobile Application Development Cookbook
- Julia High Performance(Second Edition)
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Shopify Application Development
- IBM RUP參考與認證指南
- PHP動態網站開發實踐教程
- JavaScript語法簡明手冊