上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页
摘要: win+r, regedit 计算机\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew HKEY_CURRENT_USER\Software\Micr 阅读全文
posted @ 2022-08-25 18:29 艾孜尔江 阅读(310) 评论(0) 推荐(0)
摘要: 用MP4中制作M3U8: ffmpeg -i myVideo.mp4 -c copy -bsf h264_mp4toannexb output.ts ffmpeg -i output.ts -c copy -map 0 -f segment -segment_list playlist.m3u8 - 阅读全文
posted @ 2022-08-18 11:33 艾孜尔江 阅读(573) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-07-13 11:58 艾孜尔江 阅读(0) 评论(0) 推荐(0)
摘要: import time from pynput.keyboard import Key, Controller as key_cl from pynput.mouse import Button, Controller as mouse_cl def keyboard_input(string): 阅读全文
posted @ 2022-06-25 12:36 艾孜尔江 阅读(348) 评论(0) 推荐(0)
摘要: using System; using UnityEngine; using System.Collections; using UnityEditor; using System.IO; using System.Text; using System.Collections.Generic; pu 阅读全文
posted @ 2022-06-04 07:38 艾孜尔江 阅读(100) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2022-05-12 22:16 艾孜尔江 阅读(0) 评论(0) 推荐(0)
摘要: 管理员身份运行cmd; 在终端依次输入以下指令,运行即可自动修复: Dism /online /cleanup-Image /scanhealth Dism /online /cleanup-Image /checkhealth Dism /online /cleanup-image /restor 阅读全文
posted @ 2022-05-09 08:03 艾孜尔江 阅读(2386) 评论(0) 推荐(0)
摘要: 重启电脑(保证关闭所有微信后台线程); eXeScope打开路径下的原始文件,比如路径为: D:\软件安装根目录\微信\WeChat\[3.6.0.18] 点击WAVE; 点击118; 点击导入; 导入自己想要的一个自定义提示音,需要将其改为名叫的118.wav音频文件(不要超过256KB); 点击 阅读全文
posted @ 2022-05-08 22:41 艾孜尔江 阅读(628) 评论(0) 推荐(0)
摘要: 使用 ^p^p 指令在Word中删除源程序的空白段落; 设置页边距为“窄”,并调整行距为 固定值12磅 作者:艾孜尔江·艾尔斯兰 阅读全文
posted @ 2022-05-01 18:26 艾孜尔江 阅读(74) 评论(0) 推荐(0)
摘要: 卸载了Node的版本并将其从从v14更新至最新版(v16)使用; npm install的时候报错导致无法安装依赖,致使原来的一些项目没法跑起来了(报错说core.js版本不兼容); 手动更新了一下core.js及其它不兼容脚本;试图手动引入threejs的插件oBJLoader但发现Vue模块化项 阅读全文
posted @ 2022-04-17 00:00 艾孜尔江 阅读(514) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页