摘要:
windows server 2012以上的版本(2016,2019)在开始菜单中找不到“启动”,若是有个软件,如何能开机启动呢? 打开文件资源管理器,把下面的位置粘贴到地址栏后回车。将软件的快捷打开图标粘贴到文件夹里就能可以了。 C:\ProgramData\Microsoft\Windows\S 阅读全文
摘要:
// 大型设备(大台式电脑,1200px 起) @media screen and (min-width:1200px) { //... } // 中型设备(台式电脑,992px 起) @media screen and (min-width:992px) and (max-width:1200px 阅读全文
摘要:
js function exportCanvasAsPNG(id, fileName) { var canvasElement = document.getElementById(id); var MIME_TYPE = "image/png"; var imgURL = canvasElement 阅读全文
摘要:
在需要隐藏的区域加一个Div,例如想在手机端隐藏kongbiji这张图片,代码如下: <div class="none"><img src="kongbiji.jpg"/></div> 如果想设置屏幕尺寸达到了 768 像素以下将会隐藏,否则显示。 则把DIV加一个样式代码如下: @media sc 阅读全文
摘要:
<script type='text/javascript'> const handler = setInterval(function () { console.clear(); const before = new Date(); debugger; const after = new Date 阅读全文
摘要:
<html> <head> <title>Demo</title> <style> .textarea-container { position: relative; margin-left: 30%; } .textarea-container textarea { width: 50%; hei 阅读全文
摘要:
https://js-delivr-cdn-purge.vercel.app/ 欢迎Star https://github.com/muzihuaner/jsDelivrCDNpurge/ 阅读全文
摘要:
一个漂亮的、响应式的、可定制的和可访问(WAI-ARIA)的JAVASCRIPT弹窗,无任何依赖 中文文档地址:http://mishengqiang.com/sweetalert2/ 文档地址:https://sweetalert2.github.io/ GitHub项目地址:https://gi 阅读全文
摘要:
一、简介 Viewer.js 是一款强大的图片查看器。 Viewer.js 有以下特点: 支持移动设备触摸事件 支持响应式 支持放大/缩小 支持旋转(类似微博的图片旋转) 支持水平/垂直翻转 支持图片移动 支持键盘 支持全屏幻灯片模式(可做屏保) 支持缩略图 支持标题显示 支持多种自定义事件 Vie 阅读全文
摘要:
CSS #maomao { position: fixed; bottom: 40px; right: -5px; width: 57px; height: 70px; background-image: url(https://cdn.jsdelivr.net/gh/muzihuaner/huan 阅读全文