上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 84 下一页
摘要: 博客和其他经常更新的网站通常有一个首页,其中有最新的帖子,以及一个“前 一篇”按钮,将你带到以前的帖子。然后那个帖子也有一个“前一篇”按钮,以此 类推。这创建了一条线索,从最近的页面,直到该网站的第一个帖子。如果你希望 拷贝该网站的内容,在离线的时候阅读,可以手工导航至每个页面并保存。但这是 很无聊 阅读全文
posted @ 2021-09-15 10:50 木子欢儿 阅读(1116) 评论(0) 推荐(0)
摘要: 我这里安装的是Windows Server 2019 Standard版本 Windows Server 2019 Datacenter WMDGN-G9PQG-XVVXX-R3X43-63DFG Windows Server 2019 Standard N69G4-B89J2-4G8F4-WWYC 阅读全文
posted @ 2021-09-07 16:20 木子欢儿 阅读(5737) 评论(0) 推荐(0)
摘要: windows server 2012以上的版本(2016,2019)在开始菜单中找不到“启动”,若是有个软件,如何能开机启动呢? 打开文件资源管理器,把下面的位置粘贴到地址栏后回车。将软件的快捷打开图标粘贴到文件夹里就能可以了。 C:\ProgramData\Microsoft\Windows\S 阅读全文
posted @ 2021-09-07 16:17 木子欢儿 阅读(1557) 评论(0) 推荐(0)
摘要: // 大型设备(大台式电脑,1200px 起) @media screen and (min-width:1200px) { //... } // 中型设备(台式电脑,992px 起) @media screen and (min-width:992px) and (max-width:1200px 阅读全文
posted @ 2021-08-29 15:53 木子欢儿 阅读(378) 评论(0) 推荐(0)
摘要: js function exportCanvasAsPNG(id, fileName) { var canvasElement = document.getElementById(id); var MIME_TYPE = "image/png"; var imgURL = canvasElement 阅读全文
posted @ 2021-08-28 00:14 木子欢儿 阅读(691) 评论(0) 推荐(0)
摘要: 在需要隐藏的区域加一个Div,例如想在手机端隐藏kongbiji这张图片,代码如下: <div class="none"><img src="kongbiji.jpg"/></div> 如果想设置屏幕尺寸达到了 768 像素以下将会隐藏,否则显示。 则把DIV加一个样式代码如下: @media sc 阅读全文
posted @ 2021-08-22 01:13 木子欢儿 阅读(548) 评论(0) 推荐(0)
摘要: <script type='text/javascript'> const handler = setInterval(function () { console.clear(); const before = new Date(); debugger; const after = new Date 阅读全文
posted @ 2021-08-21 23:12 木子欢儿 阅读(229) 评论(0) 推荐(0)
摘要: <html> <head> <title>Demo</title> <style> .textarea-container { position: relative; margin-left: 30%; } .textarea-container textarea { width: 50%; hei 阅读全文
posted @ 2021-08-18 09:00 木子欢儿 阅读(97) 评论(0) 推荐(0)
摘要: https://js-delivr-cdn-purge.vercel.app/ 欢迎Star https://github.com/muzihuaner/jsDelivrCDNpurge/ 阅读全文
posted @ 2021-08-17 16:53 木子欢儿 阅读(112) 评论(0) 推荐(0)
摘要: 一个漂亮的、响应式的、可定制的和可访问(WAI-ARIA)的JAVASCRIPT弹窗,无任何依赖 中文文档地址:http://mishengqiang.com/sweetalert2/ 文档地址:https://sweetalert2.github.io/ GitHub项目地址:https://gi 阅读全文
posted @ 2021-08-14 16:54 木子欢儿 阅读(161) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 84 下一页