上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
2023年11月23日
摘要: @echo off chcp 65001 cd E:\知意共享\1游戏模板\前端模版\大鹏\A\普通模板\A32\res\img for /l %%i in (50,1,60) do copy 38.png %%i.png pause 阅读全文
posted @ 2023-11-23 11:45 laremehpe 阅读(26) 评论(0) 推荐(0) 编辑
摘要: const status = [ "position:absolute;left:804px;top:155px;width:210.008px;height:243.418px;opacity:0.43;z-index:82;font-size:6.9px;", "position:absolut 阅读全文
posted @ 2023-11-23 10:35 laremehpe 阅读(3) 评论(0) 推荐(0) 编辑
2023年11月17日
摘要: // 打开命令提示符或PowerShell窗口输入以下命令生成SSH密钥对: ssh-keygen -t rsa -b 4096 默认生成位置: //注意提示保存的位置: Your identification has been saved in /data/data/com.termux/file 阅读全文
posted @ 2023-11-17 17:35 laremehpe 阅读(83) 评论(0) 推荐(0) 编辑
摘要: @echo off echo "please make sure you update your yml config file!!!" set current_dir=%cd% set client_dir=D:\Desktop\test\zhiyi6\zhiyiFrontend set admi 阅读全文
posted @ 2023-11-17 17:06 laremehpe 阅读(2) 评论(0) 推荐(0) 编辑
2023年11月16日
摘要: 登录mysql输入以下命令: -- 选择mysql数据库:use mysql-- laremehpe是登录用户名ALTER USER 'laremehpe'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER;-- laremehpe 阅读全文
posted @ 2023-11-16 10:50 laremehpe 阅读(13) 评论(0) 推荐(0) 编辑
2023年11月4日
摘要: js: let anchors = document.querySelectorAll("div[data-anchor-index]"); let observer = new IntersectionObserver((entries) => { entries.forEach((entry) 阅读全文
posted @ 2023-11-04 17:20 laremehpe 阅读(101) 评论(0) 推荐(0) 编辑
2023年10月19日
摘要: IOException parsing XML document from class path resource [spring-mvc.xml]; nested exception is java.io.FileNotFoundException: class path resource [sp 阅读全文
posted @ 2023-10-19 10:18 laremehpe 阅读(22) 评论(0) 推荐(0) 编辑
2023年10月18日
摘要: http://laremehpe.eu.org:9090/api/access/time 域名:http://laremehpe.eu.org 端口号:9090 访问路径:/api/access/time /api 是tomcat解压后文件夹名称 /access 是类上的路径名称(@RequestM 阅读全文
posted @ 2023-10-18 16:44 laremehpe 阅读(178) 评论(0) 推荐(0) 编辑
2023年10月13日
摘要: const cmd = require("node-cmd"); await cmd.runSync(`npm run build`); console.log(" "); 阅读全文
posted @ 2023-10-13 16:41 laremehpe 阅读(98) 评论(0) 推荐(0) 编辑
2023年10月11日
摘要: 获取证书网址: https://certbot.eff.org/ 下载并安装 https://github.com/certbot/certbot/releases/latest/download/certbot-beta-installer-win_amd64_signed.exe 如果服务器使用 阅读全文
posted @ 2023-10-11 17:34 laremehpe 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页