摘要: 一、js监听window变化的方法 1、onsize只能监听window对象的变化 (1)、 window对象原生、jQuery方法 //原生写法 window.onsize = function(){ console.log("11"); } //jquery写法 $(window).resize 阅读全文
posted @ 2023-04-05 01:14 LiMing128 阅读(2996) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> *{ padding:0; margin:0; } /*flex里的项目是不脱离文档流的*/ #hd{ width 阅读全文
posted @ 2023-04-05 01:07 LiMing128 阅读(133) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{ padding:0; margin:0; } /*flex里的项目是不脱离文档流的*/ #hd{ wid 阅读全文
posted @ 2023-04-05 00:55 LiMing128 阅读(177) 评论(0) 推荐(0)
摘要: 昨天还可以git push代码到远程仓库,今天git push时报了这个错:fatal: unable to access 'https://github.com/.......': OpenSSL SSL_read: Connection was reset, errno 10054 产生原因:一 阅读全文
posted @ 2023-04-05 00:06 LiMing128 阅读(83) 评论(0) 推荐(0)