[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Codigueando El mejor sitio de programación. 2018-05-13T19:27:58-05:00 https://codigueando.com/foro/feed.php?f=23 2018-05-13T19:27:58-05:00 2018-05-13T19:27:58-05:00 https://codigueando.com/foro/viewtopic.php?t=5142&p=9026#p9026 <![CDATA[Java • Sumar filas especificas de una tabla]]>
double sumatoria1=0.0;
int totalRow= TablaDatos.getRowCount();
totalRow-=1;
for(int i=0;i<=(totalRow);i++)
{
double sumatoria= Double.parseDouble(String.valueOf(TablaDatos.getValueAt(i,2)));

sumatoria1+=sumatoria;



total.setText(String.valueOf(sumatoria1));

Estadísticas: Publicado por GioEnrique — Dom May 13, 2018 7:27 pm


]]>
2017-06-25T23:17:21-05:00 2017-06-25T23:17:21-05:00 https://codigueando.com/foro/viewtopic.php?t=5132&p=9000#p9000 <![CDATA[Java • búsqueda sensitiva por apellido]]> import java.util.Scanner;


public class Registropersonas {

public static String nombres[] = new String[20];
public static String apellidos[] = new String[20];
public static String usuarios[] = new String[20];
public static String claves[] = new String[20];
public static int registrados=0;

public static void main(String[] args) {
Scanner teclado = new Scanner(System.in);

int opcion=0;

while(opcion!=5)
{
limpiarpantalla();
System.out.println(" SISTEMA DE REGISTRO DE USUARIOS ");
System.out.println("=================================");
System.out.println(" (1) Registrar usuario ");
System.out.println(" (2) Listado alfabético ");
System.out.println(" (3) Buscar ");
System.out.println(" (4) Busqueda sencitiva por apellido "); //esta es la cuarta opcion,de buscar al usuario por la letra inicial del apellido
System.out.println(" (5) Salir ");
System.out.println("---------------------------------");
System.out.print(" Escribir opción:");
opcion= teclado.nextInt();
switch (opcion){
case 1: RegistrarUsuario(); break;
case 2: ListarUsuarios(); break;
case 3: BuscarPersona(); break;
case 4: BusquedaSensitiva(); break;
}

}




}

public static void limpiarpantalla(){
for(int i=0; i<200;i++)
System.out.println(" ");
}

public static void RegistrarUsuario(){
limpiarpantalla();
Scanner teclado = new Scanner(System.in);
String nombre, apellido, usuario, clave;
System.out.println(" REGISTRAR USUARIO ");
System.out.println("=================================");
System.out.print(" Nombres: ");
nombre=teclado.nextLine();
System.out.print(" Apellidos: ");
apellido=teclado.nextLine();
System.out.print(" Usuario: ");
usuario=teclado.nextLine();
System.out.print(" Clave: ");
clave=teclado.nextLine();
System.out.print(" (1) Guardar (2) Cancelar : ");
if(teclado.nextInt() == 1)
{
nombres[registrados] = nombre;
apellidos[registrados] = apellido;
usuarios[registrados] = usuario;
claves[registrados] = clave;
registrados++;
}


}
public static void ListarUsuarios(){
limpiarpantalla();
Scanner teclado = new Scanner(System.in);
System.out.println(" USUARIOS REGISTRADOS ");
System.out.println("=====================================================");
System.out.print("Nro \tNOMBRE \tAPELLIDO \tUSUARIO \tCLAVE\n");
System.out.println("-----------------------------------------------------");
for(int i=0;i<registrados;i++)
System.out.print( (i+1) + "\t" + nombres[i] + "\t" + apellidos[i] + "\t\t" + usuarios[i] + "\t\t" + claves[i] + "\n");
System.out.println("=====================================================");
teclado.nextLine();

}

public static void BuscarPersona(){
limpiarpantalla();
Scanner teclado = new Scanner(System.in);
String buscar;
System.out.println(" BUSCAR USUARIO ");
System.out.println("==============================================");
System.out.print("APELLIDO: ");
buscar=teclado.nextLine();
System.out.println("==============================================");
System.out.println("RESUTALDOS DE BÚSQUEDA");

for(int i=0; i<registrados; i++)
{
if(apellidos[i].equals(buscar))
{
System.out.println("Nombre:\t" + nombres[i]);
System.out.println("Apellido:\t " + apellidos[i]);
System.out.println("Usuario:\t " + usuarios[i]);
System.out.println("Clave:\t *******" );
}
}
teclado.nextLine();
}
}

Estadísticas: Publicado por andy_vera — Dom Jun 25, 2017 11:17 pm


]]>
2017-05-28T19:50:47-05:00 2017-05-28T19:50:47-05:00 https://codigueando.com/foro/viewtopic.php?t=5131&p=8999#p8999 <![CDATA[Java • Cuantos libros hay en la biblioteca]]> cuántos libros hay en la biblioteca.
Hacer la selección del libro que quiere ser comprado y si se compra uno mostrar
Cual libro fue comprado
Cuantos libros quedan .
Que incluya la estructuras de simple, múltiple, doble, while, do , for en Java netbeans por favor ayuda
Soy nueva en el grupo gracias por su comprensión

Estadísticas: Publicado por MichelleTorreess — Dom May 28, 2017 7:50 pm


]]>
2016-10-21T14:44:09-05:00 2016-10-21T14:44:09-05:00 https://codigueando.com/foro/viewtopic.php?t=1979&p=8986#p8986 <![CDATA[Java • Re: ¿necesito hacer un programa que calcule la curp?]]> como puedo sacar ?

Estadísticas: Publicado por satde10 — Vie Oct 21, 2016 2:44 pm


]]>
2016-10-17T14:24:43-05:00 2016-10-17T14:24:43-05:00 https://codigueando.com/foro/viewtopic.php?t=1960&p=8985#p8985 <![CDATA[Java • Re: ¿programa gráfico en java que calcula el RFC?]]>

Estadísticas: Publicado por satde10 — Lun Oct 17, 2016 2:24 pm


]]>
2016-06-26T06:39:10-05:00 2016-06-26T06:39:10-05:00 https://codigueando.com/foro/viewtopic.php?t=5082&p=8960#p8960 <![CDATA[Java • Re: Problema con netbeans]]> Estadísticas: Publicado por Daniel Barrera — Dom Jun 26, 2016 6:39 am


]]>
2016-06-26T06:32:53-05:00 2016-06-26T06:32:53-05:00 https://codigueando.com/foro/viewtopic.php?t=5098&p=8959#p8959 <![CDATA[Java • Re: ¿Cómo cambiar el color de texto?]]> Estadísticas: Publicado por Daniel Barrera — Dom Jun 26, 2016 6:32 am


]]>
2016-05-30T16:43:51-05:00 2016-05-30T16:43:51-05:00 https://codigueando.com/foro/viewtopic.php?t=5109&p=8958#p8958 <![CDATA[Java • Ayuda! , Metodo de Floyd!]]> Estadísticas: Publicado por BrandonHz — Lun May 30, 2016 4:43 pm


]]>
2016-05-26T15:29:51-05:00 2016-05-26T15:29:51-05:00 https://codigueando.com/foro/viewtopic.php?t=5105&p=8954#p8954 <![CDATA[Java • Nodos e interfaces ]]> Estadísticas: Publicado por Anncounrad — Jue May 26, 2016 3:29 pm


]]>
2016-04-06T14:26:26-05:00 2016-04-06T14:26:26-05:00 https://codigueando.com/foro/viewtopic.php?t=5102&p=8951#p8951 <![CDATA[Java • Впечетляющие киноролики: возможности очень скоростной видеос]]> Хочу сделать серию фотографий для размещения в сети. Для этого думаю применить опцию ультраскоростной видеосъёмки.
В съемке разместить лого организации.
Предполагаю, ее будут в сети перепостить друг другу из-за "крутости" фотографий, а при этом будет работать логотип.
Фотовидеокамера купить: . Скоростные видеокамеры phantom.

Estadísticas: Publicado por DenCype — Mié Abr 06, 2016 2:26 pm


]]>
2016-03-26T13:33:04-05:00 2016-03-26T13:33:04-05:00 https://codigueando.com/foro/viewtopic.php?t=2757&p=8946#p8946 <![CDATA[Java • Re: como hacer el juego de ahorcado en NetBeans?]]> viewtopic.php?f=18&t=5094

El juego esta en red pero se puede cambiar fácilmente para que funcione de manera local

Estadísticas: Publicado por Codiguero summum — Sab Mar 26, 2016 1:33 pm


]]>
2016-03-17T21:14:42-05:00 2016-03-17T21:14:42-05:00 https://codigueando.com/foro/viewtopic.php?t=5096&p=8944#p8944 <![CDATA[Java • Re: Clave Secreta]]> Estadísticas: Publicado por Danatzu — Jue Mar 17, 2016 9:14 pm


]]>
2016-03-17T14:17:41-05:00 2016-03-17T14:17:41-05:00 https://codigueando.com/foro/viewtopic.php?t=5098&p=8942#p8942 <![CDATA[Java • ¿Cómo cambiar el color de texto?]]> Estadísticas: Publicado por Danatzu — Jue Mar 17, 2016 2:17 pm


]]>
2016-03-16T21:34:58-05:00 2016-03-16T21:34:58-05:00 https://codigueando.com/foro/viewtopic.php?t=5096&p=8941#p8941 <![CDATA[Java • Re: Clave Secreta]]> ¿Cómo se resuelve? - Java

Estadísticas: Publicado por Codiguero summum — Mié Mar 16, 2016 9:34 pm


]]>
2016-03-14T09:01:10-05:00 2016-03-14T09:01:10-05:00 https://codigueando.com/foro/viewtopic.php?t=5096&p=8939#p8939 <![CDATA[Java • Clave Secreta]]>
Un banco establece que la clave secreta para acceso a sus cajeros automáticos debe ser un número de cuatro dígitos, tales que ningunop de ellos se repita y que la suma de dos dígitos intermedios sea par. Escribir un programa en Java que permita ingresar un valor entero y si se trata de una clave valida imprimir el segundo dígito menor.

(La aplicación mostrará un menú con las siguientes opciones. (usar un switch/case)

1. Validar clave secreta
2. Salir

Estadísticas: Publicado por AgouMous — Lun Mar 14, 2016 9:01 am


]]>