2015 Jenkins Community Survey Results
0 码力 | 37 页 | 170.18 KB | 1 年前3Pipes: How Plumbing Can Make Your C++ Code More Expressive
std::vector{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; auto results = std::vector {}; std::transform(begin(inputs), end(inputs), back_inserter(results), [](int i){ return i * 2; }); std::vector {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; auto results = std::vector {}; std::copy_if(begin(inputs), end(inputs), back_inserter(results), [](int i){ return i % 3 == 0; transform_if auto const inputs = std::vector {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; std::vector const results = inputs | ranges::view::filter([](int i){ return i % 3 == 0; }) | ranges::view::transform([](int 0 码力 | 61 页 | 9.52 MB | 5 月前3DBeaver User Guide v.22.3
and Replace Database backup/restore Task management Task scheduler Composite tasks Sending results by e-mail Cloud Explorer AWS AWS Credentials AWS SSO GCP Credentials GCP SSO MongoDB Cassandra click the name of the view. Some views open on demand, for example the view opens to show search results. Search Views provide their own toolbar and menu: To open the view menu, click the View Menu button tables and views. Data Database Object Editor As the tab when you run a custom SQL query in Results SQL Editor The Data editor allows the viewing and data editing of a database table or view. The0 码力 | 425 页 | 23.03 MB | 1 年前3DBeaver User Guide v.23.0
and Replace Database backup/restore Task management Task scheduler Composite tasks Sending results by e-mail Uploading result to external storage Cloud Explorer AWS AWS Credentials AWS SSO GCP click the name of the view. Some views open on demand, for example the view opens to show search results. Search Views provide their own toolbar and menu: To open the view menu, click the View Menu button tables and views. Data Database Object Editor As the tab when you run a custom SQL query in Results SQL Editor The Data editor allows the viewing and data editing of a database table or view. The0 码力 | 451 页 | 24.38 MB | 1 年前3DBeaver User Guide v.22.2
and Replace Database backup/restore Task management Task scheduler Composite tasks Sending results by e-mail Cloud Explorer AWS AWS Credentials AWS SSO GCP Credentials GCP SSO MongoDB Cassandra click the name of the view. Some views open on demand, for example the view opens to show search results. Search Views provide their own toolbar and menu: To open the view menu, click the View Menu button tables and views. Data Database Object Editor As the tab when you run a custom SQL query in Results SQL Editor The Data editor allows the viewing and data editing of a database table or view. The0 码力 | 423 页 | 22.89 MB | 1 年前3Django Q Documentation Release 0.7.13
functions. Instead of a bool this can also be set to the number of seconds you want the cache to retain results. e.g. cached=60 1.2.24 scheduler You can disable the scheduler by setting this option to False e.g. cached=60. Especially useful with large and group operations where you don’t need the all results in your database and want to take advantage of the speed of your cache backend. broker A broker Async.run() it again to retrieve a new result. 1.4.3 Cached operations You can run your tasks results against the Django cache backend instead of the database backend by either using the global cached0 码力 | 56 页 | 416.37 KB | 1 年前3Django Q Documentation Release 0.7.12
functions. Instead of a bool this can also be set to the number of seconds you want the cache to retain results. e.g. cached=60 1.2.24 scheduler You can disable the scheduler by setting this option to False e.g. cached=60. Especially useful with large and group operations where you don’t need the all results in your database and want to take advantage of the speed of your cache backend. broker A broker Async.run() it again to retrieve a new result. 1.4.3 Cached operations You can run your tasks results against the Django cache backend instead of the database backend by either using the global cached0 码力 | 56 页 | 415.46 KB | 1 年前3DBeaver User Guide v.7.3
click the name of the view. Some views open on demand, for example the view opens to show search results. Search Views provide their own toolbar and menu: To open the view menu, click the View Menu button tables and views. Data Database Object Editor As the tab when you run a custom SQL query in Results SQL Editor The Data editor allows viewing and editing the data of a database table or view. The table Fetch next page of results Fetches the next portion of data (next N rows) making it ready for display, see Scrolling section of article for more information Results Page Navigation Fetch all0 码力 | 300 页 | 16.24 MB | 1 年前3Django Q Documentation Release 0.7.17
functions. Instead of a bool this can also be set to the number of seconds you want the cache to retain results. e.g. cached=60 1.2.26 scheduler You can disable the scheduler by setting this option to False processed. • In case a task is worked on twice, the task result will be updated with the latest results. • In some rare cases a non-atomic broker will re-queue a task after it has been acknowledged. e.g. cached=60. Especially useful with large and group operations where you don’t need the all results in your database and want to take advantage of the speed of your cache backend. broker A broker0 码力 | 56 页 | 416.84 KB | 1 年前3Django Q Documentation Release 0.7.14
functions. Instead of a bool this can also be set to the number of seconds you want the cache to retain results. e.g. cached=60 scheduler You can disable the scheduler by setting this option to False. This will be processed. In case a task is worked on twice, the task result will be updated with the latest results. In some rare cases a non-atomic broker will re-queue a task after it has been acknowledged. If a e.g. cached=60. Especially useful with large and group operations where you don’t need the all results in your database and want to take advantage of the speed of your cache backend. broker A broker0 码力 | 73 页 | 527.40 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100