- 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?
推薦閱讀
- Java語言程序設(shè)計
- scikit-learn Cookbook
- Facebook Application Development with Graph API Cookbook
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- Mastering SVG
- Mastering Concurrency in Go
- Visual Basic程序設(shè)計習(xí)題解答與上機指導(dǎo)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Mastering Ext JS
- Expert Data Visualization
- 微信小程序項目開發(fā)實戰(zhàn)
- Visual C#通用范例開發(fā)金典
- Learning Hadoop 2
- Cocos2d-x by Example:Beginner's Guide(Second Edition)