add druid book

This commit is contained in:
liujianhuan 2020-07-13 16:10:33 +08:00
parent 8c2e8b6fe7
commit 35e3e617f6
2 changed files with 9 additions and 0 deletions

BIN
img/59c07554N924c33a7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -7,5 +7,14 @@ obox1.style.position = "fixed";
obox1.style.right = "20px";
obox1.style.bottom = "100px";
var obox2 = document.createElement("div")
obox2.innerHTML = '<a href="https://union-click.jd.com/jdc?e=&p=AyIGZRprFQESDl0YWxUyVlgNRQQlW1dCFFlQCxxKQgFHREkdSVJKSQVJHFRXFk9FUlpGQUpLCVBaTFhbXQtWVmpSWRtYFQsaBFUba1NGZwAWRg0UYUtDPVoaaFQTTDBsPWUOHjdUK1sUAxAGUxpYEgEiN1Uca15sEzdUK1sRChcAVh1cEAcaAlUrXBULIgJWGlkWABEASRteHQAXA2UraxYyIjdVK1glQHxUARMMRwQRVAdMUkYHQlQGEl8cAREBUxoPQAcWB1BJWiUAEwZREg%3D%3D" target="_blank" title="企业大数据处理Spark、Druid、Flume与Kafka应用实践">' +
'<img src = "/img/59c07554N924c33a7.jpg" width = "200" height = "200" />' +
'</a>';
obox2.style.position = "fixed";
obox2.style.right = "20px";
obox2.style.bottom = "310px";
var sbox = document.getElementsByTagName("body")[0];
sbox.appendChild(obox1);
sbox.appendChild(obox2);