digitare su google la parola : "Zerg Rush"....
Funzione della libreria di utility javascript Underscore.js che dato un array toglie eventuali elementi duplicati _.uniq([1, 2, 1, 3, 1, 4]); => [1, 2, 3, 4]
Funzione sql server per effettuare il parse di un campo contenente una stringa in formato json IF OBJECT_ID (N'dbo.parseJSON') IS NOT NULL DROP FUNCTION dbo.parseJSON GO CREATE FUNCTION dbo.parseJSON( @JSON NVARCHAR(MAX)) RETURNS @hierarchy TABLE ( element_id INT IDENTITY(1, 1) NOT NULL, /* internal surrogate primary key gives the order of parsing and the list order */ parent_ID INT,/* if the element has a parent then it is in this column. The document is the ultimate parent, so you can get the structure from recursing from the document */ Object_ID INT,/* each list or object has an object id. This ties all...
al seguente indirizzo http://vimeo.com/33164050 potete trovare alcuni video di presentazione delle novità introdotte con la nuova versione di Sql Server 2012
plugin di jquery per la gestione di spinner link
http://www.webnews.it/video/casa-bianca-google-street-view/
tool online per effettuare l'operazione inversa di un minimizzazione di un file javascript http://jsbeautifier.org
RSS