Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- MVC y otros... @development:php:codeigniter
- <- recoge el parámetro posición n de la URL * form (poner ''echo'' delante) * form_open('<controlador>') <- ''controlador[/método]'' es quien recoge los datos * form_label('<nombre_campo>','<nombre_id>') * form_input(array('name' => 'nombre', 'id' => 'nombre',
- Python strings @development:python
- arison): ==, != * Partial match: in, not in * Forward/backward match: startswith(), endswith() * ... /note.nkmk.me/en/python-str-compare/]] == string formatting * string formating[[https://realpython.com/python-string-formatting/]] * ''"string%s"%(param1)'' * ''"strin
- formularios @development:angular
- = formularios == template-driven forms * la plantilla es la responsable de crear los controles, formularios y reglas de validación * sincronización... hlight:3> <input id="nombre" name="nombre" class="form-control" type="text" placeholder="Nombre
- Python iterables @development:python
- , 15, 16, 17, 18, 19, 20] even_number_list = [num for num in my_numbers if num%2 == 0] print(even_numbe... : yield counter counter += 1 for num in even_generator(20): print(num) </code> <code python> cube = (num ** 3 for num in range(1, 6)) for c in cube: print(c) </code> == diccionario <code python> diccionario = {10
- bootstrap @development:html
- " href="/controller/menjador/csv.php">CSV</a> <form class="float-right form-check-inline" action="/controller/menjador/list-gestio.php" method="post" nam... hangetreballador"> <select class="float-right form-control btn-outline-primary" name="treballador" ... type="hidden" name="showInfo" value="false"> </form> <form class="float-right form-check-inline"
- think python @development:python
- res' in cadenas'' -> true * recorridos: * ''for i in numeros:'' * ''for i in range(len(mixta)):'' * ''range(num)'': genera progresión aritmé... (s,t)'' -> [('a', 0), ('b', 1), ('c', 2)] * ''for letra,numero in mizip:print numero,letra'' * enumerate: ''for indice,elemento in enumerate('abc'):'' * diccio
- Javascript Datatables @development:datetable
- tables.net/plug-ins/sorting/datetime-moment]] * formatting date/time: [[https://datatables.net/examples/datetime/formatting-moment.html]] * [[https://momentjs.com/docs/#/displaying/format/]] == i18n * [[https://datatables.net/plug-i... mo usarlos: ### 1. El Catálogo Oficial (Web) La forma más visual de ver qué idiomas están disponibles
- PYTHON @development:python
- c046cc5]] * How to use Python’s **py** launcher for Windows: [[https://www.infoworld.com/article/3617292/how-to-use-pythons-py-launcher-for-windows.html]] * Use ''Poetry'' for package management: <code bash>curl -sSL https://install.python... otation poetry install --only test # Using Flake8 for lint poetry run flake8 src # Enforce styling poet
- setup @development:php:codeigniter
- a causa del entorno * habilitar protección de formularios CSRF * ''/application/config/database.p... ón * clase User_agent * clase Session * formularios * csrf_verify() * clase input * crear en ''/application/config/form_validation.php'' las reglas de validación para q
- codeigniter from de scratch @development:php:codeigniter
- y> <h1><?=$cabecera?></h1> <ol> <?php foreach($cosas as $item): ?> <li><?=$item?></li... y> <h1><?=$cabecera?></h1> <ol> <?php foreach($cosas as $item): ?> <li><?=$item?></li> <?php endforeach; ?> </ol> <?php foreach($query->result() as $row): ?> <h3><?=$r
- 02/03/2020 @development:angular
- - actualizar con ''npm i'' - instalar un formateador de código: ''npm i --save-dev prettier'' ... sky": { "hooks": { "pre-commit": "run-s format:check lint" } }</code> * reglas de .pret
- angular: directivas de atributos @development:angular
- number =15; }</sxh> <sxh typescript; title: otra forma de ngStyle> template: `<p [style.fontSize]="'28... Style...</p>` </sxh> <sxh typescript; title: otra forma más de ngStyle> template: `<p [style.fontSize.p
- angular: rutas @development:angular
- e' } ]; export const GLOBAL_ROUTES = RouterModule.forRoot(rutas); </sxh> <sxh typescript; title: app.mo... e' } ]; export const GLOBAL_ROUTES = RouterModule.forRoot(rutas); </sxh> * modificamos el **component
- ANGULAR @development:angular
- lient]] <- PPT 7.5, 7.6 * [[development:angular:formularios]] <-- PPT 8 === practicas * [[developm... '%%--%%spec=false'' -> ''%%--%%skipTests'' (nuevo formato): no añade ficheros de test * promesas y ob
- jquery @development:jquery
- sabled: ['02/06/2020', '02/21/2020'], format: 'dd/mm/yyyy' }); </script> <script sr... ''?>> <label class="custom-control-label" for="exclos<?=$element['id']?>"> </label>