November 2017
Beginner to intermediate
290 pages
7h 34m
English
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 (such as database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles) are shown as follows where the code word is "10011": "This result tells the driver to drive toward the zip code 10011."
A block of code is set as follows:
PubSubWebSocketAppDataResult wsResult = dag.addOperator("QueryResult", new PubSubWebSocketAppDataResult()); wsResult.setTopic("nyctaxi.result"); try { wsResult.setUri(new URI("ws://localhost:8890/pubsub")); } catch (URISyntaxException ex) { throw ...Read now
Unlock full access