function getRandomColor(){ return '#' + Math.random().toString(16).substring(2,8).pad...
function getRandomColor(){ return '#' + Math.random().toString(16).substring(2,8).pad...
document.addEventListener('copy',(e)=>{//監(jiān)聽(tīng)右鍵復(fù)制或者ctrl + c 復(fù)制 e.preventDefault();//阻止復(fù)...
filter: drop-shadow(0 0 10px #fff);//濾鏡陰影 給不規(guī)則盒子或者圖片添加陰影 設(shè)置普通圖片陰影 //設(shè)置普通圖片陰影 .dsw...
mounted(){ this.showkey() }, created: function() { document.onkeydown = function() { ...
iframe背景透明的設(shè)置方法 ie5.5開(kāi)始支持浮動(dòng)框架的內(nèi)容透明。如果想要為浮動(dòng)框架定義透明內(nèi)容睬罗,則必須滿足下列條件。 1.與 iframe 元素一起使用的 allowt...
//template //列表 <dv-scroll-board :config="config" @mouseover="over" > </dv-sc...
export default new Router({ mode:'history', //加上這一句 routes: [ ...homePage.routes, {...
export function dataFormat(timestamp, formats) { //方法 // formats格式包括 // 1. Y-m-d ...
在request.js里面 // 通用下載方法export function download2(url, params, filename) { downloadLoadi...
*{ -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit瀏覽器*/ -ms-user-sel...
//引用的日歷組件v-slot:dateCell="data" data是每個(gè)月份里面的日期 <Calendar v-model="calendarDate"> <t...
window.top.location.href = "http://10.60.34.56/"; 就加一個(gè)top就行
var camera = viewer.camera;// 監(jiān)聽(tīng)相機(jī)的changed事件聪铺,獲取相應(yīng)的參數(shù)值var handler = new Cesium.ScreenSpa...
1扼菠、安裝加密gm-crypt依賴 npm install gm-crypt 2征字、在表單提交方法內(nèi),直接添加下面提供的代碼娇豫,適合使用次數(shù)頻率少的情況下使用。 checkPass...