Ir al contenido principal

VHD Windows 7

Inslatar Windows Server en VHD de Windows 7 Pasos: DVD Windows Server iniciar, Reparar. diskpart, create vdisk file=d:\disco.vhd type=fixed maximum=40000 se crea el disco % select vdisk file=d:\disco.vhd attach vdisk cancelar venta de reparacion, instalar en disco1...

Comentarios

Entradas populares de este blog

Word campos combinados formato numero

cuando combinamos correspondencia con un Excel el importe puede darnos con muchos decimal, formato campo combiando: { MERGEFIELD total \# "0.000,00" } Porcentaje { ={ MERGEFIELD importe } * 100 \# "0%"} fuente: http://www.gmayor.com/formatting_word_fields.htm

validar dni

bool validarDNI( string dni) { if ( new Regex(" [0-9]{8}[A-Za-z] ").Match(dni).Success) { return (" TRWAGMYFPDXBNJZSQVHLCKE "[( int ) long .Parse(dni.Substring(0, 8)) % 23].ToString() == dni .ToString().ToUpper()); } else { return false ; } } fuente: http://weblogs.asp.net/aspnet-es-blogs/archive/tags/Trucos/ASP.NET/default.aspx