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 月前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 月前3Django CMS 2.4.x Documentation
7 django cms Documentation, Release 2.4.3-support https://docs.djangoproject.com/en/dev/topics/i18n/translation/#internationalization-in-url-patterns If you are still running django 1.3 you are able to SessionMiddleware. • Be sure that the cms.urls is included in a i18n_patterns: from django.conf.urls.defaults import * from django.conf.urls.i18n import i18n_patterns from django.contrib import admin from django.conf conf import settings admin.autodiscover() urlpatterns = i18n_patterns('', url(r'^admin/', include(admin.site.urls)), url(r'^', include('cms.urls')), ) if settings.DEBUG: urlpatterns = patterns('', url(r'^media/(0 码力 | 104 页 | 709.98 KB | 6 月前3Django CMS 3.0.x Documentation
powers sites both large and small. Here are a few of the key features: • robust internationalisation (i18n) support for creating multilingual sites • virtually unlimited undo history, allowing editors to revert Activate Django I18N / L10N setting: yes • Install and configure reversion support: yes • Languages to enable. Option can be provided multiple times, or as a comma separated list: en, de • Optional default context_processors.auth', 'django.contrib.messages.context_processors.messages', 'django.core.context_processors.i18n', 'django.core.context_processors.request', 'django.core.context_processors.media', 'django.core.context_processors0 码力 | 180 页 | 1.56 MB | 6 月前3Django CMS 3.11.10 Documentation
powers sites both large and small. Here are a few of the key features: robust internationalisation (i18n) support for creating multilingual sites front-end editing, providing rapid access to the content management 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 "context_processors": [ ... "django.template.context_processors.i18n", Middleware in your MIDDLEWARE [https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-MIDDLEWARE]0 码力 | 493 页 | 1.44 MB | 6 月前0.03Performance 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 月前3TiDB v8.4 Documentation
depre- cated. Its value will be fixed to the default value ON, that is, global index is en- abled by de- fault. You only need to add the key- word GLOBAL to the corre- spond- ing column when execut- ing cated. Its value will be fixed to the default value ON, that is, list parti- tioning is en- abled by de- fault. 50 Variable name Change type Description tidb_ �→ enable �→ _ �→ table �→ _ �→ partition cated. Its value will be fixed to the default value ON, that is, table parti- tioning is en- abled by de- fault. tidb_ �→ analyze �→ _ �→ partition �→ _ �→ concurrency �→ Modified Changes the value range0 码力 | 6705 页 | 110.86 MB | 9 月前3Django CMS 2.2.x Documentation
TEMPLATE_CONTEXT_PROCESSORS = ( 'django.contrib.auth.context_processors.auth', 'django.core.context_processors.i18n', 'django.core.context_processors.request', 'django.core.context_processors.media', 'django.core.context_processors are available: • WYM_TOOLS • WYM_CONTAINERS • WYM_CLASSES • WYM_STYLES • WYM_STYLESHEET 1.5.4 I18N and L10N CMS_HIDE_UNTRANSLATED Default: True By default django CMS hides menu items that are not yet translated 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 which0 码力 | 76 页 | 627.98 KB | 6 月前3TiDB v8.5 Documentation
depre- cated. Its value will be fixed to the default value ON, that is, global index is en- abled by de- fault. You only need to add the key- word GLOBAL to the corre- spond- ing column when execut- ing cated. Its value will be fixed to the default value ON, that is, list parti- tioning is en- abled by de- fault. 55 Variable name Change type Description tidb_ �→ enable �→ _ �→ table �→ _ �→ partition cated. Its value will be fixed to the default value ON, that is, table parti- tioning is en- abled by de- fault. tidb_ �→ analyze �→ _ �→ partition �→ _ �→ concurrency �→ Modified Changes the value range0 码力 | 6730 页 | 111.36 MB | 9 月前3
共 475 条
- 1
- 2
- 3
- 4
- 5
- 6
- 48