上一页 1 2 3 4 5 6 7 ··· 33 下一页
摘要: 1, 加载资源,强制要求https协议 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> 2, <meta name="description" content="执行按钮提交创建圆形进度加 阅读全文
posted @ 2022-10-03 10:53 琥珀君 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1, c = new o({ width: 300, height: 10, center:true, "kiosk": false,//是否使用kiosk模式。若是使用kiosk模式,应用程序将全屏显示,而且阻止用户离开应用。true or false maximizable: false, // 阅读全文
posted @ 2022-10-02 16:48 琥珀君 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1, <div id="test"></div> #test { display: inline-block; width: 100px; height: 100px; background: linear-gradient(135deg, transparent 10px, #58a 0) top 阅读全文
posted @ 2022-09-27 14:02 琥珀君 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 1, // 打开软件时 闪烁图标 // c.once('focus', () => c.flashFrame(true)); // c.flashFrame(true); 阅读全文
posted @ 2022-09-25 20:34 琥珀君 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1, // 设置全局可以穿透效果 // c.setIgnoreMouseEvents(true); // 设置区域穿透效果 let win = require('electron').remote.getCurrentWindow() let el = document.getElementById 阅读全文
posted @ 2022-09-25 19:39 琥珀君 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 1, <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-wid 阅读全文
posted @ 2022-09-23 20:44 琥珀君 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1, 阅读全文
posted @ 2022-09-22 17:56 琥珀君 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1,全屏效果下,二级页面置顶效果 要用 这两个才行 screen-saverpop-up-menu c.setAlwaysOnTop(true, "screen-saver", 1); 2, 阅读全文
posted @ 2022-09-22 17:38 琥珀君 阅读(49) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-22 15:47 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1, <!DOCTYPE html> <html> <head> <title>全屏视频背景</title> <meta charset="utf-8"> <style> body,html { width: 100%; height: 100%; } * { margin: 0; padding: 阅读全文
posted @ 2022-09-22 15:34 琥珀君 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1, // 清除iframe内存 var frame = $('#iframe'); if(frame && frame[0]) { frame[0].src = 'about:blank'; //src地址置空 frame[0].contentWindow.document.write(''); 阅读全文
posted @ 2022-09-15 21:05 琥珀君 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1,获取当前启动exe所在目录地址 a = path.join(process.cwd(),"/resources/app/modelconvert64.exe ") 2, 穿透效果 让透明的窗口可点击穿透(鼠标事件作用于原生桌面) setIgnoreMouseEvents 设置为 true win 阅读全文
posted @ 2022-09-14 12:14 琥珀君 阅读(70) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-08-31 11:24 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-08-30 14:18 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-08-30 14:05 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1, 这是jquery-1.10.2.js 文件,其中跳转到另一个公共库加载另一个js文件 /*-防止各大cdn公共库加载地址失效问题,此地址我们会时时监控,及调整以保障正常访问-www.jq22.com为您服务*/ /*当前为字节跳动cdn公共库提供的jQuery-1.10.2*/ documen 阅读全文
posted @ 2022-08-26 09:18 琥珀君 阅读(42) 评论(2) 推荐(0) 编辑
摘要: 1,home.html中代码 <iframe src="https://www.aliyun.com/page-source/domain/hosting/vm_create_successfully" frameborder="0" height="100%" width="100%"> </if 阅读全文
posted @ 2022-08-02 11:06 琥珀君 阅读(708) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-07-29 12:31 琥珀君 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup 阅读全文
posted @ 2022-07-25 13:47 琥珀君 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1,方法一: 资源管理器中打开以下程序: C:\WINDOWS\System32\UserAccountControlSettings.exe 将下拉条拉到最低 2,方法二: 运行窗口中输入:gpedit.msc 阅读全文
posted @ 2022-07-11 10:10 琥珀君 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 33 下一页