原创 AUI 2.1 在線demo

http://aui.ea55.com/  

原创 神奇的一行代碼功能

轉載鏈接:https://blog.csdn.net/csdnnews/article/details/106953529 1. 一行代碼修改網頁任意內容 以前改網頁內容,你可能直接修改源代碼,但知道了下面這個命令,打開瀏覽器,在Cons

原创 vue 步驟條 簡單思路

參考 Ant Design Vue 步驟條思路,只輸入一個步驟參數即可實現 參考地址:https://www.antdv.com/components/steps-cn/ 思路:循環步驟數組,當輸入的步驟是3,小於3的是綠色(通過),等於

原创 jQuery支付密碼框

參考:https://blog.csdn.net/ansheng02/article/details/84637356?tdsourcetag=s_pctim_aiomsg 思路: ①使用隱藏的input獲取輸入的密碼內容,並根據輸入內

原创 Bootstrap 4.3中文文檔鏈接

https://v4.bootcss.com/docs/4.3/getting-started/introduction/

原创 Element-ui項目搭建

參考地址: https://www.cnblogs.com/chwen1014/p/11249493.html   1.初始化項目 vue init webpack projectName 2.打開Element-ui官方網站,根據提示操

原创 dataTable異常解決

原创 命名空間的管理員——單例模式

使用的場景: function getData(val) {   ...... }   function setData() {   getData(val)   ..... } function deleteData() { .....

原创 請求接口增加加載提示框

思路:請求接口的時候就把彈窗的HTML append 到body,延遲1.5s後還沒有返回請求,則show出彈窗; 請求成功後刪除彈窗HTML並清除清除定時器.   var timeObj; //定時器對象; function add

原创 js 字符串切割並返回字符串

需求:把字符串 www.test.com/detail/44 最後一個/後面的內容全部清除,並返回字符串 www.test.com/detail 思路:由於substr(start, length) 、substring(start, e

原创 瀏覽器HTTP協議請求頭信息

轉載:https://blog.csdn.net/wangzhen_csdn/article/details/80776991   ---------------   General   ---------------  Request

原创 Refused to load the image '' because it violates the following content security polity diretive

轉載地址:https://www.cnblogs.com/xiaoxiaoluoye/p/6945044.html 深入學習地址:https://www.cnblogs.com/Hwangzhiyoung/p/9146740.html  

原创 模擬請求分頁參數

下面是請求的例子  <!DOCTYPE html> <html> <head> <title>模擬請求分頁參數</title> </head> <body> <button class="js-page" data-type=

原创 rem 計算方式

// 使用方法1px = 0.01rem; !function(e,t){function n(){var n=l.getBoundingClientRect().width;t=t||540,n>t&&(n=t);var i=

原创 前端跨域

版權聲明:本文爲SegmentFault 思否博主  安靜de沉澱 的原創文章,遵循 《署名-非商業性使用-禁止演繹 4.0 國際》許可協議, 轉載請附上原文出處鏈接及本聲明。 原文鏈接:https://segmentfault.com/