This commit is contained in:
liujianhuan 2021-01-05 15:21:28 +08:00
parent 6c2b90d15b
commit 2fec1231a7
3 changed files with 2 additions and 21 deletions

View File

@ -25,7 +25,7 @@
"tbfed-pagefooter",
"heading-anchors",
"donate",
"-scripts"
"scripts"
],
"pluginsConfig": {
"github-buttons": {

BIN
img/movie.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

View File

@ -1,29 +1,10 @@
var obox1 = document.createElement("div")
obox1.innerHTML = '<a href="https://u.jd.com/Uj4bve" target="_blank" title="ElasticSearch源码解析与优化实践">' +
'<img src = "/img/elasticsearch.jpg" width = "200" height = "200" />' +
'</a>';
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "270" height = "380" />';
obox1.style.position = "fixed";
obox1.style.right = "20px";
obox1.style.bottom = "200px";
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 = "400px";
var obox3 = document.createElement("div")
obox3.innerHTML = '<a href="https://union-click.jd.com/jdc?e=&p=AyIGZRprFQETA1YdXhAyVlgNRQQlW1dCFFlQCxxKQgFHREkdSVJKSQVJHFRXFk9FUlpGQUpLCVBaTFhbXQtWVmpSWRtYFAYRAVAea01lT3c0ZQ9GYGwdUlwndltxAVN9W1MOHjdUK1sUAxAGUxpYEgEiN1Uca0NsEgZUGloUBxICVitaJQIWD1AdUxcGEg5XG1wlBRIOZR5YFAARBVYcRxUHGgVQH2slMhE3ZStbJQEiRTsSDkdVG1AHTw9CVxcCBU5ZRldHAwFPDxVXGwdcSAtAByIFVBpfHA%3D%3D" target="_blank" title="大数据架构详解">' +
'<img src = "/img/5804fe12N50fda30b.jpg" width = "200" height = "200" />' +
'</a>';
obox3.style.position = "fixed";
obox3.style.right = "20px";
obox3.style.bottom = "600px";
var sbox = document.getElementsByTagName("body")[0];
sbox.appendChild(obox1);
sbox.appendChild(obox2);
sbox.appendChild(obox3);