Comprehensive Rust(Español) 202412
Estructura del curso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 1.2 Combinaciones de teclas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.3 Traducciones . . . . . . ecosistema de Rust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.2 Código de ejemplo en esta formación . . . . . . . . . . . . . . . . . . . . . . 20 2.3 Ejecutar código de forma local ¿Qué es Rust? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 4.2 Ventajas de Rust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 4.3 Playground . . . .0 码力 | 389 页 | 1.04 MB | 10 月前3Comprehensive Rust(Português do Brasil) 202412
Estrutura do Curso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 1.2 Atalhos de Teclado . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.3 Traduções . . . . O Ecossistema Rust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.2 Exemplos de Código neste Treinamento . . . . . . . . . . . . . . . . . . . . . 21 2.3 Executando Código Localmente Aritimética . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5.5 Inferência de Tipo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5.6 Exercício: Fibonacci0 码力 | 389 页 | 1.05 MB | 10 月前3Custom Views for the Rest of Us
respectively, such that [i, s) denotes a range. sentinel_foris modeled only if: i == s is well-de�ned. std::assignable_from is either modeled or not satis�ed. If bool(i != s) then i is dereferenceable respectively, such that [i, s) denotes a range. sentinel_foris modeled only if: i == s is well-de�ned. std::assignable_from is either modeled or not satis�ed. If If bool(i != s) bool(i != is only for end() to use, but nothing actually tells us that. 42Sentinels separate concerns. The de�nition of “end” is in its own class. 43class class inner_sentinel inner_sentinel { { /* ... */ /*0 码力 | 187 页 | 13.25 MB | 5 月前3Manus AI:Agent元年开启
ChatGPT!"GAIçèûÞ&> • AI*+uv5´µ#$GManusuv,!"#$%AI*+,)`%&R<º»JK> • ÑÒÓ*5'de() • ManusêëF-*Bz'()+,-,Manus./I6¦Gdeáâ(),012÷345de> !"#$%Bloomberg*&'()7 Manus AI%6789: • 67,89:;<щ=>?Š@&ACEO,BC‡DF<Ñg[> SwarmcMulti-agent Orchestrator> • 7⃣ de´.«Model Routing¬5š›6¦ AI de•„G()µ¶C𷏤> • *˜5MartiancOpenRoutercNot Diamond> • 8⃣ ¡¹gde«Foundational Models¬5bº AI de,»4 AI *+¼½()> • 9⃣ ETL«]^á²2¾¿¬5š›]^¥+CA+ AI ÓÔC#+>12 !"#$%Bloomberg*&'() >$2%AgentFG?@HIJKLM ]^ º»¨ 2C 2B ÕÖ Fp º» #&Õ¥+ $%AI§¨ #&DE AgentŸ Ö×AgentS) cCÕ 'Agent ØCKx¦13 !"#$%Bloomberg*&'() >$2%AgentFG?@HIJKLM p Workday#$ Agent0 码力 | 23 页 | 4.87 MB | 5 月前3Performance Engineering: Being Friendly to Your Hardware
movabs r10, 0x123456789abcdef0 49 ba f0 de bc 9a 78 56 34 12Code density uint64_t v = 0x123456789abcdef0; 47 x86 movabs r10, 0x123456789abcdef0 49 ba f0 de bc 9a 78 56 34 12 MIPS li $2, 38141952 8a 42 34 78 14 02 00 af 26 42 64 b8 14 02 00 f0 de 42 34Code density uint64_t v = 0x123456789abcdef0; 48 x86 movabs r10, 0x123456789abcdef0 49 ba f0 de bc 9a 78 56 34 12 RISC-V li a5, 305418240 8a 42 34 78 14 02 00 af 26 42 64 b8 14 02 00 f0 de 42 34Code density uint64_t v = 0x123456789abcdef0; 49 x86 movabs r10, 0x123456789abcdef0 49 ba f0 de bc 9a 78 56 34 12 RISC-V li a5, 3054182400 码力 | 111 页 | 2.23 MB | 5 月前3Django CMS 2.4.x Documentation
either via {% language %} templatetag or via activate("de") function call in views. Before: {% url "de:myview" %} After: {% load i18n %}{% language "de" %} {% url "myview_name" %} {% endlanguage %} • reverse 'en', 'name': gettext('English'), 'fallbacks': ['de', 'fr'], 'public': True, 'hide_untranslated': True, 'redirect_on_fallback':False, }, { 'code': 'de', 'name': gettext('Deutsch'), 'fallbacks': ['en', 'name': gettext('Dutch'), 'public': True, 'fallbacks': ['en'], }, ], 'default': { 'fallbacks': ['en', 'de', 'fr'], 'redirect_on_fallback':True, 'public': False, 'hide_untranslated': False, } } For more details0 码力 | 104 页 | 709.98 KB | 6 月前3Django CMS 3.0.x Documentation
yes • Languages to enable. Option can be provided multiple times, or as a comma separated list: en, de • Optional default time zone: America/Chicago: • Activate Django timezone support: yes • Activate CMS the same url but in a different language use the language template tag: {% load i18n %} {% language "de" %} 46 Chapter 5. Table of contents django cms Documentation, Release 3.0.19.dev1 {% url myapp_namespace:app_main template tag returns the URL of the current page in another language. Example: {% page_language_url "de" %} hide_untranslated If you add a default directive to your CMS_LANGUAGES with a hide_untranslated0 码力 | 180 页 | 1.56 MB | 6 月前3Leveraging C++20/23 Features for Low Level Interactions
to implementation Why use this design pattern? Changes to the implementation don’t impact the class de�nition. Hence, no recompile of the callers/users of the class. class my_class { ... private: un unique_ptrp_regs; } �. See also my talk from cppcon2023 re: HookableRegisterHow to de�ne the struct of the register set We need a struct of the registers in order, including padding of scope changes So we need to tell the language to not delete Where D is a (dangerous!) custom deleter de�ned by: shared_ptr my_ptr = rhs; unique_ptr my_uniqueptr = rhs; shared_ptr my_sharedptr(ref 0 码力 | 56 页 | 5.39 MB | 5 月前3Django CMS 2.2.x Documentation
Defines the languages available in django CMS. Example: CMS_LANGUAGES = ( ('fr', gettext('French')), ('de', gettext('German')), ('en', gettext('English')), ) Note: Make sure you only define languages which Getting Started django cms Documentation, Release 2.2.1 Example: CMS_LANGUAGE_CONF = { 'de': ['en', 'fr'], 'en': ['de'], } CMS_SITE_LANGUAGES Default: {} If you have more than one site and CMS_LANGUAGES differs the admin you only get the languages available on this site. Example: CMS_SITE_LANGUAGES = { 1:['en','de'], 2:['en','fr'], 3:['en'], } CMS_FRONTEND_LANGUAGES Default: Value of CMS_LANGUAGES A list of languages0 码力 | 76 页 | 627.98 KB | 6 月前3Django CMS 3.11.10 Documentation
are not migrating a version 3 project Add to settings.py: LANGUAGES = [ ("en", "English"), ("de", "German"), ("it", "Italian"), ] LANGUAGE_CODE = "en" pip install psycopg2 # for Postgres user, in the following order of preference: language code in the URL - for example, http://example.com/de (when multilingual URLs are enabled) language stored in the browsing session language stored in a cookie "whoosh_index_en"), }, "de": { "ENGINE": "haystack.backends.whoosh_backend.WhooshEngine", "PATH": os.path.join(ROOT_DIR, "search_index", "whoosh_index_de"), } } ... from haystack0 码力 | 493 页 | 1.44 MB | 6 月前0.03
共 175 条
- 1
- 2
- 3
- 4
- 5
- 6
- 18