上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 谷歌浏览器历史版本下载 https://downzen.com/en/windows/google-chrome/versions/ 禁止谷歌浏览器更新 win+R,输入service.msc,找到2个google update服务,右键,属性,启动类型修改为禁用。 阅读全文
posted @ 2022-12-01 11:02 litiyi 阅读(252) 评论(0) 推荐(0) 编辑
摘要: angular项目在线预览PDF 1 安装 ng2-pdf-viewer yarn add ng2-pdf-viewer 2 在项目中添加 import { NgModule } from '@angular/core'; import { PdfViewerModule } from 'ng2-p 阅读全文
posted @ 2022-09-15 17:06 litiyi 阅读(2095) 评论(0) 推荐(0) 编辑
摘要: 编程语言 编程语言的发展大概经历了以下几个阶段: 汇编语言 ==> 面向过程编程 ==> 面向对象编程 汇编语言是编程语言的拓荒年代,它非常底层,直接和计算机硬件打交道,开发效率低,学习成本高;C语言是面向过程的编程语言,已经脱离了计算机硬件,可以设计中等规模的程序了;Java、C++、Python 阅读全文
posted @ 2022-08-19 12:15 litiyi 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 一、上传的数据体格式Content-Type 1.application/x-www-form-urlencoded 2.application/json 3.multipart/form-data 以上三种类型旨在告诉服务器需要接收的数据类型同事要采用何种类型的解析方式。 二、理解常见的三种Con 阅读全文
posted @ 2022-07-21 01:09 litiyi 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 创建数据表 安装 https://blog.csdn.net/Anorry/article/details/136683313 nodejs连接数据库报错 https://www.jb51.net/article/284145.htm 阅读全文
posted @ 2022-05-26 22:46 litiyi 阅读(21) 评论(0) 推荐(0) 编辑
摘要: HTML5 Web Notification 语法 https://developer.mozilla.org/zh-CN/docs/Web/API/notification 如果浏览器支持Web Notification,不考虑私有前缀,则window.Notification就会是一个有很多静态 阅读全文
posted @ 2022-05-23 17:38 litiyi 阅读(626) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/491620052?utm_source=ZHShareTargetIDMore&utm_medium=social&utm_oi=27581973790720 阅读全文
posted @ 2022-05-11 15:33 litiyi 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 问题:用定时器 setInterval()做个滚动通知的动画,浏览器最小化时,定时器 setInterval()失效了,导致滚动条重叠了 可能原因: js代码不稳定 Chrome谷歌浏览器最小化和页面遮挡后JS代码不稳定和功能失效的解决思路 阅读全文
posted @ 2022-05-09 14:38 litiyi 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 使用动画 <div class="horNotice"> <div class="horMove"> <span>累计87例死亡 重症八仙有3位赴上海</span> <span>北京新增21例感染者 含多名在校生</span> </div> </div> .horNotice { position: 阅读全文
posted @ 2022-04-24 18:07 litiyi 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 对react的理解 是什么 React 是一个用于构建用户界面的 JavaScript 库。 能干什么 可以通过组件化的方式构建大型的,快速响应的大型web应用 如何做 声明式 React 使用jsx实现声明式,使创建交互式 UI 变得轻而易举。 以声明式编写 UI,可以让你的代码更加可靠,且方便调 阅读全文
posted @ 2022-04-19 21:13 litiyi 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页