Saltar al contenido
    LinkedCorp

    LinkedCorp

    Tecnología al alcance de tu mano

    DataBase

    MySQL string functions

    6 octubre 202028 julio 2021 Milton Gonzalez H.

    SUBSTR() function MySQL SUBSTR() returns the specified number of characters from a particular position of a given string. SUBSTR() is a synonym for SUBSTRING(). Syntax:

    Leer más
    Php Reportes

    PHP Jasper Reports XML

    3 octubre 202028 julio 2021 Milton Gonzalez H.

    Orden de los archivos y libreria <?php include_once ‘phpjasperxml/PHPJasperXML.inc.php’;//in this case, phpjasperxml is your submodule from github include_once ‘../config/dbconfig.php’; $report=$_GET[‘rpt_name’]; $PHPJasperXML = new PHPJasperXML(«en»,«TCPDF»); //if

    Leer más
    Php Reportes

    PhpJasperXML

    1 octubre 202028 julio 2021 Milton Gonzalez H.

    <?php include_once ‘path_to_phpjasperxml/PHPJasperXML.inc.php’;//in this case, phpjasperxml is your submodule from github $PHPJasperXML = new PHPJasperXML(«en»,»TCPDF»); //if export excel, can use PHPJasperXML(«en»,»XLS OR XLSX»); //$PHPJasperXML->debugsql=true; $PHPJasperXML->arrayParameter

    Leer más
    Media

    Fondo transparente a Foto

    1 octubre 202028 julio 2021 Milton Gonzalez H.

    GIMP sigue siendo mi herramienta open source favorita para editar imágenes aunque algunas funciones son difíciles de encontrar o de recordar cuando se necesitan. En este caso, voy a

    Leer más
    Apache Cordova DataBase

    Adding Dynamic Data with the SQLite Plugin

    1 octubre 202028 julio 2021 Milton Gonzalez H.

    Add this to our init function to create the table as soon as our database is created. function init() { app.openDb(); app.createTable(); } We have

    Leer más
    Apache Cordova DataBase

    Populating Cordova SQLite storage with the JQuery API

    1 octubre 202028 julio 2021 Milton Gonzalez H.

    For review, you should have the following code in the the onDeviceReady function in www/js/index.js: var db = window.sqlitePlugin.openDatabase({name: «test.db»}); db.executeSql(«DROP TABLE IF EXISTS tt»); db.executeSql(«CREATE TABLE tt

    Leer más
    JavaScript JQuery

    Comprobar si un elemento existe

    1 octubre 202028 julio 2021 Milton Gonzalez H.

    Por ejemplo la propiedad length (longitud). Si la longitud del objeto recibido del selector jQuery es mayor a cero, significa que el objecto no está vacío y

    Leer más

    Navegación de entradas

    Anteriores 1 … 3 4

    Entradas recientes

    • Listening for variable changes in JavaScript (Detectar cambios en variable)
    • Reemplazar cadenas de caracteres en MySql
    • Ajax dentro de un ciclo FOR
    • IF Shorthand (if corto, if acortado)
    • Configurar VPN RoadWarrior Client-Server

    Comentarios recientes

      Categorías

      Todos los derechos reservados 2021.
      Funciona gracias a WordPress | Tema: Fairy por Candid Themes.