Cross Plattform APP Entwicklung mit Frameworks
ionicframework.com – electron.atom.io – cordova.apache.org –
Weiterlesenionicframework.com – electron.atom.io – cordova.apache.org –
WeiterlesenBlockly – Beispiele Blockly Projektseite Blockly Developer Tool Blockly Code Builder – Codebuilder Blockly Code Builder 2
Weiterlesen
1 2 3 4 5 |
var optionsData = $.map(data, function (obj) { obj.id = obj.keyword_id; obj.text = obj.keyword_value; return obj; }); |
Weiterlesen
3D Map mit LIVE Tracking Pointer LIVE Monitoring
Weiterlesen
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
SELECT url, SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(url, '/', 3), '://', -1), '/', 1), '?', 1) AS domain, SUBSTRING_INDEX(SUBSTRING_INDEX(REPLACE(url, '//', '.'), '/', 1), '.', -2) AS domain2 FROM ( SELECT 'http://testdomain.com' as url UNION SELECT 'https://testdomain.com' UNION SELECT 'http://testdomain.de/foo.bar/fold-test.html' UNION SELECT 'http://testdomain.de/foo' UNION SELECT 'http://testdomain.de/?foo' UNION SELECT 'https://testdomain.de/foo' UNION SELECT 'https://testdomain.de/?foo' UNION SELECT 'http://testdomain.de?http://anotherdomain.de' UNION SELECT 'testdomain.de' UNION SELECT 'testdomain.de/foo' UNION SELECT 'testdomain.de/foo/' UNION SELECT 'testdomain.de/foo?param=baz' UNION SELECT 'testdomain.de/foo/?param=baz' UNION SELECT 'testdomain.de/foo/bar' UNION SELECT 'testdomain.de/foo/bar/' UNION SELECT 'testdomain.de/foo/bar/?param=baz' UNION SELECT 'testdomain.de/foo/bar/three' UNION SELECT 'testdomain.de/foo/bar/three?u=http://anotherdomain.de' UNION SELECT 'http://sub.testdomain.de' UNION SELECT 'sub.testdomain.de/foo' UNION SELECT 'sub.sub.testdomain.de/foo' ) AS Testtable; |
Weiterlesen
1 |
SELECT TABLE_NAME FROM `information_schema`.`partitions` WHERE `TABLE_SCHEMA` = 'TABLNAME' and `TABLE_NAME` LIKE 'ram_%' |
1 |
DROP TABLE IF EXISTS `ram_test` |
1 2 3 4 |
CREATE TABLE `ram_test` ( `fieldA` varchar(100) DEFAULT NULL, `fieldB` varchar(100) DEFAULT NULL, ) ENGINE=Memory DEFAULT CHARSET=utf8 PACK_KEYS=0 ROW_FORMAT=COMPACT; |
1 |
INSERT INTO `ram_test` SELECT * FROM `test` |
Weiterlesen
Jetzt über die Custom Search API verfügbar. Referenz zur neuen API https://developers.google.com/custom-search/json-api/v1/reference/cse/list https://www.googleapis.com/customsearch/v1?searchType=image&q=Sonnenblume&key=KEY&cx=partner-pub-XXXXXX:XXXXX
Weiterlesen.well .well-sm .well-lg Mixins .text-overflow()
Weiterlesen
1 2 3 4 5 6 7 8 9 10 11 12 |
var li = document.createElement('li'); var a = document.createElement('a'); /*------------------------------------------------------------------ CSS Styles ------------------------------------------------------------------*/ element.style.float = 'left'; element.style.left = '0px'; element.style.top = '0px'; element.style.width = '100px'; element.style.height = '100px'; element.style.backgroundColor = '#cccccc'; |
Weiterlesen
Select Element
Weiterlesen