Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Python PycURL @development:python
- = Python PycURL /via: [[https://www.rapidseedbox.com/blog/python-curl]] * requests: [[info:cursos:pue:... ts import requests get_response = requests.get('https://sampleurl.com') print(get_response.text) </cod... {'param': 'value'} post_response = requests.post('https://sampleurl.com', data=payload) print(post_respo... mport requests try: get_response = requests.get('https://example.com') get_response.raise_for_status()
- PYTHON @development:python
- hon:pip]] * instalar varias versiones python: [[https://medium.com/@julgq/instalando-m%C3%BAltiples-ve... ow to use Python’s **py** launcher for Windows: [[https://www.infoworld.com/article/3617292/how-to-use-p... ry'' for package management: <code bash>curl -sSL https://install.python-poetry.org | python3 -</code> ... the standard .gitignore is set curl -o .gitignore https://raw.githubusercontent.com/github/gitignore/mai
- laravel @development:php:laravel
- avel ====== {{tag>php}} documentación oficial: [[http://laravel.com/docs]] ===== primeros pasos ===== - [[http://www.cristalab.com/tutoriales/introduccion-a-laravel-c111339l/]] - [[http://www.cristalab.com/tutoriales/como-instalar-lara... ] - soporte ficheros **phar** en dreamhost: [[http://wiki.dreamhost.com/ZendFramework_2]] - otra
- ANGULAR @development:angular
- = ANGULAR {{tag>development}} == + info * [[https://developer.mozilla.org/es/docs/Web/JavaScript/Una_r... a_JavaScript|re-introducción a javascript]] * [[https://developer.mozilla.org/es/docs/Learn/JavaScript... cts|introducción a los objetos JavaScript]] * [[https://developer.mozilla.org/es/docs/Web/JavaScript/Referencia/Sentencias/let|let]] * [[https://developer.mozilla.org/es/docs/Web/JavaScript/R
- markdown @development:markdown
- down {{tag>development addendum}} * tutorial: [[https://www.markdowntutorial.com]] * tutorial: [[https://www.markdownguide.org/]] * [[https://www.markdownguide.org/cheat-sheet/]] * cheat-sheet: [[https://github.com/adam-p/markdown-here/wiki/Markdown-
- maven @development:maven
- = maven {{tag>development addendum}} /via: [[https://www.adictosaltrabajo.com/tutoriales/maven/]] == ge... l * basado en POM((Project Object Model)) * [[http://maven.apache.org]] * patrones y estándaares ... lla; estructura de directorios y ficheros * [[http://maven.apache.org/guides/introduction/introducti... cio</code> == pom.xml <code xml> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="<a href=
- jquery @development:jquery
- = jquery == datepicker === fuentes * [[https://bootstrap-datepicker.readthedocs.io/en/latest/options.html]] * [[https://uxsolutions.github.io/bootstrap-datepicker/?#sandbox]] * [[https://gijgo.com/datepicker/example/bootstrap-4]] * [[https://stackoverflow.com/questions/25874375/multiple-
- Jaxb @development:java:lib
- :java:lib:jaxb-tutorial.pdf |}} == enlaces * [[https://www.mkyong.com/java/jaxb-hello-world-example/]] * [[http://blog.bdoughan.com/2010/10/jaxb-and-shared-references-xmlid-and.html]] * [[http://www.vogella.com/tutorials/JAXB/article.html]] * [[http://www.vogella.com/tutorials/JavaXML/article.html]
- 02/03/2020 @development:angular
- = 02/03/2020 == proyecto: firebase + crud * [[https://angular-templates.io/tutorials/about/firebase-authentication-with-angular]] * [[https://angular-templates.io/tutorials/about/angular-c... e código: ''npm i --save-dev prettier'' * [[https://palantir.github.io/tslint/|tslint]] se está de... o en desarrollo === prettier * introducción: [[https://medium.com/@simonhoyos/manten-limpio-tu-c%C3%B
- Python strings @development:python
- () * Regex: re.search(), re.fullmatch() /via: [[https://note.nkmk.me/en/python-str-compare/]] == string formatting * string formating[[https://realpython.com/python-string-formatting/]] ... print(f"newline: {newline}") </code> /+info: [[https://www.python.org/dev/peps/pep-0498/]] /via: [[https://www.geeksforgeeks.org/formatted-string-literals-
- RESTful @development:restful
- = RESTful == related * [[https://www.idento.es/blog/desarrollo-web/que-es-una-api-rest/]] * [[https://bbvaopen4u.com/es/actualidad/api-rest-que-es-y... us-ventajas-en-el-desarrollo-de-proyectos]] * [[https://desarrolloweb.com/articulos/que-es-rest-caracteristicas-sistemas.html]] * [[https://desarrolloweb.com/manuales/manual-desarrollo-a
- Javascript Datatables @development:datetable
- = Javascript Datatables * [[https://datatables.net/download/]] * plugins: * català: [[https://datatables.net/plug-ins/i18n/Catalan.html]] * sorting date/time values: [[https://datatables.net/plug-ins/sorting/datetime-moment]] * formatting date/time: [[https://datatables.net/examples/datetime/formatting-mo
- encoding @development:encoding
- s: codificación **UTF8_GENERAL_CI** == php * [[https://kunststube.net/encoding/]] * [[https://kunststube.net/frontback/]] * [[https://stackoverflow.com/questions/11385599/how-to-insert-spanish-characters-in-mysql]] == + info * [[https://www.w3.org/International/questions/qa-what-is-
- codeigniter from de scratch @development:php:codeigniter
- = codeigniter from de scratch [[http://net.tutsplus.com/sessions/codeigniter-from-scratch/]] * [[web:p... :__construct(); } # se invoca directamente con http://www.ejemplo.com/index.php/blog public functio... d->view("blog_view",$data); } # se invoca con http://www.ejemplo.com/index.php/blog/mate public fu... # DEPRECATED > nombre de la tabla. Se invoca con http://www.ejemplo.com/index.php/blog/scaffolding <- e
- Python: Entornos virtuales @development:python
- desactivar rm -rf venv # eliminar </code> /via: [[https://help.dreamhost.com/hc/es/articles/115000695551... te # desactivar deactivate </code> == venv * [[https://docs.python.org/es/3/tutorial/venv.html]] ===... yenv === instalación * install: <code bash>curl https://pyenv.run | bash</code> * configuración: <co... ode bash>pyenv local ecomerce</code> /via: * [[https://roylans.dev/entorno-virtual-en-python-pyenv]]