����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.23.59.187 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/ner2/ucloud/app/assets/admin/vendors/echarts/test/lib/ |
Upload File : |
// Just for temporarily mobile debug. (function () { var infoDom; var msgs = []; var count = 0; window.facePrint = function (msg, printObj) { if (!infoDom) { infoDom = createInfoDom(); } if (printObj && isObject(msg)) { msg = window.facePrint.objToStr(msg); } msgs.push(encodeHTML(msg)); count++; if (msgs.length > 30) { msgs.shift(); } var str = ''; // Make some change in view, otherwise user may // be not aware that log is still printing. for (var i = 0; i < msgs.length; i++) { str += msgs[i] + ' ' + (count - msgs.length + i) + ' '; } infoDom.innerHTML = str; }; window.facePrint.objToStr = function (obj) { var msgArr = []; for (var key in obj) { msgArr.push(key + '=' + obj[key]); } return msgArr.join(', '); }; function createInfoDom() { var dom = document.createElement('div'); dom.style.cssText = [ 'position: fixed;', 'top: 0;', 'width: 100%;', 'border: 1px solid red;', 'height: 20px;', 'line-height: 20px;', 'z-index: 2147483647' ].join(''); document.body.appendChild(dom); return dom; } function encodeHTML(source) { return source == null ? '' : String(source) .replace(/&/g, '&') .replace(/</g, '<') .replace(/>/g, '>') .replace(/"/g, '"') .replace(/'/g, '''); } function isObject(value) { // Avoid a V8 JIT bug in Chrome 19-20. // See https://code.google.com/p/v8/issues/detail?id=2291 for more details. var type = typeof value; return type === 'function' || (!!value && type == 'object'); } })();