Subscribe:

Labels

7 de noviembre de 2008

La PC más rápida del Mundo

La PC más rápida del Mundo tiene nombre, se trata de la YoYotech Fi7epower MLK1610.

¿Qué la hace tan rápida?
Pues... en su interior nos encontramos con un procesador Intel Core i7-965 Extreme Edition CPU (con overclocking a 3.73 GHz) sobre una placa madre Asus P6T, disco duro sólido SSD 80 GB Intel X25-M, 1 TB de disco duro, placa de vídeo ATI Radeon HD 4870 X2 con 2 GB de GDDR5 RAM y para terminar con estas pequeñímas peculiaridades, presenta una memoria memoria DDR3 de 9 GB a 1.333 MHz en forma de tres módulos de 2 GB y otros 3 de 1 GB. ¿Qué les parece?




¿El precio?, pues costaría aproximadamente 5,000 euros (6,000 dólares), un precio que luego de pensarlo bien, parece ser razonable para tremendas características, al menos para ser una computadora doméstica.

FUENTE : NESTAVISTA

3 de noviembre de 2008

Curiosidades sobre el corazón


Curiosidades sobre el corazón, la circulación y la sangre


* El corazón es un músculo del tamaño de un puño (del puño de cada uno), por cuyo interior pasa la sangre, a la que hace circular por todo el cuerpo, porque tiene la misión de bombear la sangre. Su sonido real es algo parecido a “ducta-duc”, sonido que se produce al cerrarse las válvulas.

* Si un corazón adulto se conectase a un camión-cuba con un depósito de 8000 litros, lo podría llenar en un solo día.

* El corazón impulsa 80 ml de sangre por latido (un buche de agua).

* El corazón late más de 30 millones de veces al año y 2000 millones de veces en toda la vida.

* El primer transplante de corazón lo realizó el 3 de diciembre de 1967 el cirujano sudafricano Christian Barnard al tendero Lois Washkansky.

* La supervivencia más larga de un corazón transplantado ha sido de 22 años, 10 meses y 24 días.

* Cuando hacemos ejercicio, respiramos más veces, el corazón late más deprisa y la sangre corre por lo tanto con más velocidad por nuestro cuerpo.

* Los glóbulos rojos contienen hemoglobina, que almacena el oxígeno y lo cede al cuerpo. Los glóbulos blancos luchan contra la infección.

* La arteria más gruesa es la aorta, que mide 2,5 cm de diámetro. La vena más gruesa es la cava, también con 2,5 cm.

* Los tipos sanguíneos son A, B, AB Y 0. Estos últimos pueden dar a todos, pero solo pueden recibir de su mismo grupo. El AB lo contrario: solo dan a los de su grupo, pudiendo recibir de todos. El A y el B solo dan a su grupo, y pueden recibir de sus grupos respectivos, y también del 0.

* Los glóbulos rojos sobreviven unos 4 meses y realizan 172.000 vueltas alrededor del cuerpo.

* El sida destruye los glóbulos blancos dejando al cuerpo sin defensas.

* Las sanguijuelas se adhieren con ventosas a los animales y se alimentan de su sangre. Pueden beber sangre hasta 10 veces su peso, y después están sin tomar nada hasta 9 meses.

*Una persona mayor tiene 60-80 pulsaciones por minuto, mientras que un niño puede tener el doble (140).

2 de noviembre de 2008

SAVE TRANSACTION

SAVE TRANSACTION

Sets a savepoint within a transaction.
Syntax

SAVE TRAN [ SACTION ] { savepoint_name | @savepoint_variable }
Arguments

savepoint_name

Is the name assigned to the savepoint. Savepoint names must conform to the rules for identifiers, but only the first 32 characters are used.

@savepoint_variable

Is the name of a user-defined variable containing a valid savepoint name. The variable must be declared with a char, varchar, nchar, or nvarchar data type.
Remarks

A user can set a savepoint, or marker, within a transaction. The savepoint defines a location to which a transaction can return if part of the transaction is conditionally canceled. If a transaction is rolled back to a savepoint, it must proceed to completion (with more Transact-SQL statements if needed and a COMMIT TRANSACTION statement), or it must be canceled altogether (by rolling the transaction back to its beginning). To cancel an entire transaction, use the form ROLLBACK TRANSACTION transaction_name. All the statements or procedures of the transaction are undone.

SAVE TRANSACTION is not supported in distributed transactions started either explicitly with BEGIN DISTRIBUTED TRANSACTION or escalated from a local transaction.

Important When a transaction begins, resources used during the transaction are held until the completion of the transaction (namely locks). When part of a transaction is rolled back to a savepoint, resources continue to be held until the completion of the transaction (or a rollback of the complete transaction).
Permissions

SAVE TRANSACTION permissions default to any valid user.
Examples

This example changes the royalty split for the two authors of The Gourmet Microwave. Because the database would be inconsistent between the two updates, they must be grouped into a user-defined transaction.

BEGIN TRANSACTION royaltychange
UPDATE titleauthor
SET royaltyper = 65
FROM titleauthor, titles
WHERE royaltyper = 75
AND titleauthor.title_id = titles.title_id
AND title = 'The Gourmet Microwave'
UPDATE titleauthor
SET royaltyper = 35
FROM titleauthor, titles
WHERE royaltyper = 25
AND titleauthor.title_id = titles.title_id
AND title = 'The Gourmet Microwave'
SAVE TRANSACTION percentchanged

/*
After having updated the royaltyper entries for the two authors, the
user inserts the savepoint percentchanged, and then determines how a
10-percent increase in the book's price would affect the authors' royalty earnings.
*/

UPDATE titles
SET price = price * 1.1
WHERE title = 'The Gourmet Microwave'
SELECT (price * royalty * ytd_sales) * royaltyper
FROM titles, titleauthor
WHERE title = 'The Gourmet Microwave'
AND titles.title_id = titleauthor.title_id
/*
The transaction is rolled back to the savepoint
with the ROLLBACK TRANSACTION statement.
*/

ROLLBACK TRANSACTION percentchanged
COMMIT TRANSACTION

/* End of royaltychange. */

30 de octubre de 2008

Naruto 423 Español Descarga directa


Bueno aqui les dejo el ultimo manga de naruto shippuuden , apeticion de un paco de mi salon no quiero decir nombres pero es de papantla y se enoja un buen,jajajjajajaj,sale hasta luego si quieren mas ahi le dejan el comentario.

Descargar AQUI MU

Descargar AQUI RS

y por ultimo Descargar AQUI Easy