169 resultados
Ordenar por fecha - Ordenar por pertinencia
Todos (169)
Prensa (6)
Foros (163)
 
Otros resultados también están disponibles en nuestros foros :
ayuda
A ver si alguien puede ayudarme con este método. public class Prueba { public static void main(String[] args) { System.out.print((8 << -1)); } } Como 8 en binario sería 00001000, al rotarlo -1 hacia la izquierda, yo esperaba ...
Mensaje publicado en el 01/07/2003 - 18:49
Workspace y codigo MSDN
Hola muchachos, Tengo el siguiente Problema, al crear un nuevo evento en la lista "Calendar" de mi sitio Sharepoint, puedo asociarle a este evento un "Workspace", cuando termino de hacer esta asociacion efectivamente el evento ...
Mensaje publicado en el 17/04/2008 - 15:34
Linux INC.
EMPAPATE MVP TELLA JEJEJE Linux Inc. Linus Torvalds once led a ragtag band of software geeks. Not anymore. Here's an inside look at how the unusual Linux business model increasingly threatens Microsoft Five years ago, Linus Torvalds faced a ...
Mensaje publicado en el 23/01/2005 - 23:11
20 Things the average person doesn't know about XP
1. It boasts how long it can stay up. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep ...
Mensaje publicado en el 15/10/2006 - 18:15
Alguien puede revisar este DUMP
Hola experimento problemas de reinicio, adjunto un volcado de memoria por si me podeis ayudar a resolver el problema ya que no encuentro mucha informacion al respecto. Sospecho que tiene que ver con el hipertreading, es decir mi placa emula dos ...
Mensaje publicado en el 24/04/2008 - 15:40
IE Exploit Lets Attackers Plant Programs on SP2
By Larry Seltzer October 20, 2004 Updated: New attack finds yet another leak in local resource security that Windows XP Service Pack 2 and subsequent patches were supposed to plug. A security researcher has discovered a new exploit for Microsoft ...
Mensaje publicado en el 23/10/2004 - 01:15
[Info] What to Expect from Microsoft in 2005
= 1. Commentary: What to Expect from Microsoft in 2005 by Paul Thurrott, News Editor, thurrott@windowsitpro.com Although the New Year is typically a time of reflection, I thought it might be nice to leave behind the security hole-ridden past of ...
Mensaje publicado en el 04/01/2005 - 21:49
Is Windows near end of its run?
Steve Ballmer, the chief executive of Microsoft, has his hands full. The next version of the Windows operating system, Vista, is finally about to arrive--years late and clouded by doubts that it might violate antitrust rules in Europe. Ballmer, 50, ...
Mensaje publicado en el 18/10/2006 - 20:31
Pasar un parametro a una sentencia Select
Hola amigos del grupo. Tengo un inquietud de como pasar parametros a una sentencia select. 1. Yo creo SQLConnection, SQLDataAdapter arrastrandolo despues de haber seleccinado la tabla. Este me genera un codigo Select, Insert, . 2. Creo un data set ...
Mensaje publicado en el 28/07/2004 - 15:47
W32/Bagz.G. Desactiva cortafuegos de Windows
W32/Bagz.G. Desactiva cortafuegos de Windows http://www.vsantivirus.com/bagz-g.htm Nombre: W32/Bagz.G Nombre Nod32: Win32/Bagz.G Tipo: Gusano de Internet Alias: Bagz.G, Win32/Bagz.G, Bagz.g, I-Worm.Bagz.g, W32.Bagz.H@mm, W32/Bagz.G@mm, ...
Mensaje publicado en el 04/11/2004 - 21:52
[info] Error codes: Windows 2000, Windows XP, or Windows Server 2003 in dial-up or VPN connection.
NOTE: Error codes greater than 900 only occur when you try to connect to RRAS (Routing and Remote Access Server) that is running Windows 2000 or later. Error D e s c r i p t i o n 601 The port handle is invalid. 602 The port is already open. ...
Mensaje publicado en el 06/09/2003 - 13:31
Herencia
Ya no se que hacer con el error que me da :S using System; using System.Collections.Generic; using System.Text; namespace Herencia { class prog { public class Animal { //CLASSE PADRE private string color; public Animal() { color = ...
Mensaje publicado en el 26/01/2007 - 21:21