06 2022 档案
摘要:datalist:规定了 input 元素可能的选项列表。 datalist 标签被用来在为 input 元素提供"自动完成"的特性。用户能看到一个下拉列表,里边的选项是预先定义好的,将作为用户的输入数据。 请使用 input 元素的 list 属性来绑定 datalist 元素。 详细实例和原文请
阅读全文
摘要:button:定义一个按钮。 在 button 元素内部,您可以放置内容,比如文本或图像。这是该元素与使用 input 元素创建的按钮之间的不同之处。 提示:请始终为 button 元素规定 type 属性。不同的浏览器对 button 元素的 type 属性使用不同的默认值。 属性 autofoc
阅读全文
摘要:audio:定义声音,比如音乐或其他音频。 可以在 audio 和 /audio 之间放置文本内容,这些文本信息将会被显示在那些不支持 audio 标签的浏览器中。 属性 autoplay:自动播放(一般浏览器会禁止此行为)。 controls:显示音频控件。 loop:循环播放。 muted:静音
阅读全文
摘要:a 标签最重要的属性是 href 属性,它指定链接的目标。 默认外观: 未被访问的链接带有下划线而且是蓝色的 已被访问的链接带有下划线而且是紫色的 活动链接带有下划线而且是红色的 点击查看完整属性和实例
阅读全文
摘要:原文章位置 属性 描述 HTML5 accesskey 键盘快捷键 class 类名 contenteditable 是否可编辑 √ contextmenu 指定一个元素的上下文菜单。当用户右击该元素,出现上下文菜单。(目前大部分浏览器都不支持此属性) √ data-* 用于存储页面的自定义数据 √
阅读全文
摘要:Strapdown.js Strapdown.js - Instant and elegant Markdown documents Strapdown.js - 即时优雅的 Markdown 文档 官方地址:http://strapdownjs.com/ github地址:https://gith
阅读全文
摘要:Unsplash The internet’s source of freely-usable images. Powered by creators everywhere. https://unsplash.com/
阅读全文
摘要:icons8 Icons, illustrations, photos, music, and design tools 图标、插图、照片、音乐和设计工具 https://icons8.com/
阅读全文
摘要:Random User Generator A free, open-source API for generating random user data. Like Lorem Ipsum, but for people. 用于生成随机用户数据的免费开源 API https://randomuse
阅读全文
摘要:imgix Powerful Image Processing, Simple APIs https://imgix.com/
阅读全文
摘要:PDF补丁丁是一个用于修改PDF文件信息的工具。 “官方”地址 https://www.cnblogs.com/pdfpatcher/ gitHub地址 https://github.com/wmjordan/PDFPatcher gitee地址 https://gitee.com/wmjordan
阅读全文
摘要:font-awesome https://fontawesome.dashgame.com/ V5 https://fa5.dashgame.com/#/
阅读全文
摘要:cdnjs The #1 free and open source CDN built to make life easier for developers. https://cdnjs.com/ jsDelivr A free CDN for Open Source fast, reliable,
阅读全文
摘要:在MySql官网获取Yum源 使用wget命令下载Mysql Yum源文件 wget https://repo.mysql.com//mysql80-community-release-el8-4.noarch.rpm 安装yum源 yum -y localinstall mysql80-commu
阅读全文
摘要:在官网下载需要安装的jdk linux版本(tar.gz版本),并拷贝到linux主机上。 选择需要安装的目录并新建。 如mkdir /usr/local/jvm 解压jdk安装包到安装目录。 tar -zxvf jdk-8u131-linux-x64.tar.gz -C /usr/local/jv
阅读全文
摘要:地址 https://www.xshell.com/zh/ 个人和家庭用户免费,提供邮箱获取下载地址即可。
阅读全文
摘要:错误信息 Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode. 大体意思 TinyMCE在非标椎的文档模式下无法正常初始化。 解决方法 保证
阅读全文
摘要:地址 https://github.com/oldj/SwitchHosts SwitchHosts 是一个管理 hosts 文件的应用,基于 Electron 、React、UmiJS 、Chakra UI、CodeMirror 等技术开发。 快速切换 hosts 方案 hosts 语法高亮 支持
阅读全文