- Creative Projects for Rust Programmers
- Carlo Milanesi
- 177字
- 2021-06-18 19:01:59
Questions
- Why is it not a good idea to change programmatically a TOML file edited by a user?
- When is it better to use a dynamically typed parsing of TOML or JSON files and when is it better to use statically typed parsing?
- When is it required to derive a structure from the Serialize and the Deserialize trait?
- What is a pretty generation of a JSON string?
- Why could it be better to use a stream parser, rather than a single-call parser?
- When is SQLite a better choice and when is it better to use PostgreSQL?
- Which is the type of the parameters passed with a SQL command to a SQLite database manager?
- What does the query method do on a PostgreSQL database?
- What are the names of the functions to read and write values in a Redis key-value store?
- Can you try to write a program that gets an ID from the command line, queries SQLite, PostgreSQL, or the Redis database for the ID, and prints some information regarding the data found?
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- Reactive Programming with Swift
- Java 9 Programming Blueprints
- Mastering PHP Design Patterns
- Java Web應用開發技術與案例教程(第2版)
- 實戰Java高并發程序設計(第3版)
- Mastering ServiceNow(Second Edition)
- SQL基礎教程(第2版)
- Unity 2D Game Development Cookbook
- Getting Started with React Native
- Kubernetes源碼剖析
- 人工智能算法(卷1):基礎算法
- WildFly Cookbook
- Mastering PowerCLI
- Using Yocto Project with BeagleBone Black