usnake小康lv2

这个人很懒,什么都没有留下!

概览

发布的

订单

邀请码

关注

粉丝

收藏

设置

  • 额 不能换行啊回复

    AHK纯开机脚本
  • 改成V1用的代码: autostart:=1 autostartLnk:=A_Startup . "任意给个名字.lnk" if(autostart) ;如果开启开机自启动 { If(FileExist(autostartLnk)) { FileGetShortcut,autostartLnk, lnkTarget if(lnkTarget!=A_ScriptFullPath) FileCreateShortcut,%A_ScriptFullPath%, %autostartLnk% } else { FileCreateShortcut,%A_ScriptFullPath%, %autostartLnk% } } else { If FileExist(autostartLnk) { FileDelete,%autostartLnk% } }

    AHK纯开机脚本
  • 激活当前窗口音量直接设置100就行 这里是百分比 SetAppVolume(ProcessId, Volume := 100)

    使用autohotkey设置指定窗口的音量
  • 据我所知,浏览器声音播放不通过浏览器进程实现,所以没办法控制

    使用autohotkey设置指定窗口的音量
  • 网站终于恢复了啊

    如何用ahk获取cpu和内存占用信息?
  • 学习

    多线程显示血量-萌新2号
  • 我写了代码了,比较简陋,您看下能不能加载 (function(){ let prettyprinted = document.querySelectorAll('.prettyprinted'); for(let i=0;i<prettyprinted.length;i++){ prettyprinted[i].insertAdjacentHTML('beforebegin', `复制全部`); } copy_code = function(e){ let code_str = e.parentElement.nextElementSibling.innerText; copyTextToClipboard(code_str); } function fallbackCopyTextToClipboard() { // 1.创建一个可选中元素 let textArea = document.createElement("textarea"); textArea.value = window.location.href; // 2.使用定位,阻止页面滚动 textArea.style.top = "0"; textArea.style.left = "0"; textArea.style.position = "fixed"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'successful' : 'unsuccessful'; console.log('Fallback: Copying text command was ' + msg); } catch (err) { console.error('Fallback: Oops, unable to copy', err); } // 3.移除元素 document.body.removeChild(textArea); } function copyTextToClipboard(text) { if (!navigator.clipboard) { fallbackCopyTextToClipboard(text); return; } navigator.clipboard.writeText(text).then(function() { console.log('Async: Copying to clipboard was successful!'); }, function(err) { console.error('Async: Could not copy text: ', err); }); } })();

    咱们网站的文章能不能增加一键全选复制代码啊,类似这样的
  • 我可以试试写个js 晚点我调试好了给您留言

    咱们网站的文章能不能增加一键全选复制代码啊,类似这样的
  • 哦 系统层我用utools,ahk方面我有自己写的常驻ahk来实现调用各个脚本 应该用不上ra了

    记录:RA无法在win11系统下vscode运行的问题和解决
  • 后来我想明白了 创建一个新的gui来显示文字就可以了

    关于GUI的背景透明问题
个人中心
购物车
优惠劵
有新私信 私信列表
搜索