Find Code Reviews Valuable: Try Pair Programming, You'll Love It!
Transformations InnovationCan we do better?Pair ProgrammingMistakes by Driver Mistakes by Navigator Actual mistakesHow about… Discuss & implement Better ways Ensure Simplicity Enable Evolution0 码力 | 38 页 | 3.76 MB | 5 月前3Back to Basics: Move Semantics
dictionary_t dictionary; if (!db.is_open()) return dictionary_t(); // ... Fill in thousands of entries from database ... return dictionary; }6 David Olsen — Back to Basics: Move Semantics — CppCon 2020 #includedictionary_t dictionary; if (!db.is_open()) return dictionary_t(); // ... Fill in thousands of entries from database ... return dictionary; }7 David Olsen — Back to Basics: Move Semantics — CppCon 2020 #include dictionary_t dictionary; if (!db.is_open()) return dictionary_t(); // ... Fill in thousands of entries from database ... return dictionary; } void business_logic() { dictionary_t dictionary; dictionary = buil 0 码力 | 142 页 | 1.02 MB | 5 月前3Beyond Compilation Databases to Support C++ Modules: Build Databases
Can also be generated by ninja itself with ninja -t compdb ○ Other tools like bear can extract a database from a build via tracing ● Generally available at the same time as the build instructions (Makefile response files) ■ These files are referenced by but not necessarily present with the compilation database ○ Visibility of modules ■ Just because we have A.mod doesn’t mean anything can use it ● Might can be known by tooling 22Build Databases: Translation Units ● This is where existing compile database entries start showing up ○ Object (uniqueness constraint) ○ Source file ○ Work directory ○ Arguments0 码力 | 31 页 | 585.05 KB | 5 月前3C++20's
• How did we implement them in MSVC? • Part V: Time Zones • Overview of [time.zone] • IANA database challenges • Part VI: Conclusion7 Part I: Development Process8 Development Process • Implemented Time Zones ([time.zone]) • chrono now includes an interface for accessing the IANA time zone database. • This functionality requires several new types to be added to the library: • tzdb • tzdb_list 2:00 3:00 UTC America/ New York43 tzdb • This is a type that stores data from the time zone database. • Specifically, it contains data members: • string version; • vector0 码力 | 55 页 | 8.67 MB | 5 月前3C++20 镶 SQL
language v It matches the capabilities of a relational database v Very widely used. You will be able to find all sorts of information about itExample Database Customers id INTEGER PRIMARY KEY name TEXT JOIN customers ON customers.id = customerid WHERE price > ?;SQL Library Options u Traditional database library with strings u Domain specific language u Object Relational MappingTraditional Library Strings u What people think about first u Many of these are written by the database team itself u Allows full power of the database, may have extensions u Lots of information available u Vulnerable to sql0 码力 | 46 页 | 775.02 KB | 5 月前3Performance Matters
search. gle glegle gle gle gle found 8,000,000 similar images Take a picture Add it to the database Send results Find similar pictures Send it to Ogle The Prototype� � � � � found 8,000,000 ░░░░░░░░░░▓▓▌▐ ▌ ▐█▓░░░░░░░░░░░░░░░░░░░░░░░░░░██▐ ▌█▓▌░░░░░░░░░░░░░░░░░░░░░░░░░░░▓█▐Searching database... found 4 results: catisgumpy.bmp funisawful.bmp catdoesnotlikefun.bmp from_dad.bmp OGLE Speedup Results � � � �gle gle found 8,000,000 similar images Take a picture Add it to the database Send results Find similar pictures Send it to Ogle gle glegle gle found 8,000,000 similar0 码力 | 197 页 | 11.90 MB | 5 月前3Conan 2.0 Documentation
17 (continued from previous page) core.cache:storage_path: Absolute path where the packages and database are stored core.download:download_cache: Define path to a file download cache core.download:parallel: and perform the most typical operations, like installing a package, updating the package manager database or checking if a package is installed. By default, when you invoke them they will not try to install before installing them. If the parameter update is True it will try to update the package manager database before checking and installing. Its behaviour is affected by the value of tools.system. package_manager:mode0 码力 | 652 页 | 4.00 MB | 1 年前3Conan 2.1 Documentation
Downgrading cache from Conan 2.2.3 to 2.1.0 core.cache:storage_path: Absolute path where the packages and database are stored core.download:download_cache: Define path to a file download cache core.download:parallel: and perform the most typical operations, like installing a package, updating the package manager database or checking if a package is installed. By default, when you invoke them they will not try to install before installing them. If the parameter update is True it will try to update the package manager database before checking and installing. Its behaviour is affected by the value of tools.system. package_manager:mode0 码力 | 694 页 | 4.13 MB | 1 年前3《深入浅出MFC》2/e
44. MFC support for DBCS 45. MFC/Database support for Long Varchar/Varbinary 46. Commenting Conventions for the MFC classes 第㆓篇 欲善工事先利其器 230 47. Relaxing Database Transaction Requirements 48. Writing Writing ODBC Setup and Administration Programs for MFC Database Applications 49. MFC/OLE MBCS to Unicode Translation Layer (MFCANS32) 50. MFC/OLE Common Dialogs (MFCUIx32) 51. Using CTL3D Now and in the Applications with MFC 3.1 53. Custom DFX Routings for DAO Database Classes 54. Calling DAO Directory while Using MFC DAO Classes 55. Migrating MFC ODBC Database Classes Application to MFC DAO Classes 56. Installation0 码力 | 1009 页 | 11.08 MB | 1 年前3Conan 2.3 Documentation
Migration: Successfully updated profile.py core.cache:storage_path: Absolute path where the packages and database are stored core.download:download_cache: Define path to a file download cache core.download:parallel: and perform the most typical operations, like installing a package, updating the package manager database or checking if a package is installed. By default, when you invoke them they will not try to install before installing them. If the parameter update is True it will try to update the package manager database before checking and installing. Its behaviour is affected by the value of tools.system. package_manager:mode0 码力 | 748 页 | 4.65 MB | 1 年前3
共 105 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11