2023年12月28日
摘要: 打开regedit 注册表编辑器 找到 HKEY_CLASSES_ROOT 新建 如下目录 "C:\Windows\System32\cmd.exe" "%1" 最后在浏览器中输入 cmd:// 即可打开cmd #include <stdio.h> #include <iostream> #incl 阅读全文
posted @ 2023-12-28 23:30 laremehpe 阅读(103) 评论(0) 推荐(0) 编辑
摘要: export type FileSelectorType = { emit: boolean; type: "file" | "dir"; callBack: (path: string, fileList: FileList) => void; }; export const FileSelect 阅读全文
posted @ 2023-12-28 16:28 laremehpe 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 下载php: http://windows.php.net/download/ 添加环境变量: 配置php.ini文件 如果没有php.ini文件则可以复制php.ini-development文件重命名为php.ini文件 找到doc_root 修改为 项目文件夹注意不要用反斜杠作为路径分隔符 ( 阅读全文
posted @ 2023-12-28 10:42 laremehpe 阅读(106) 评论(0) 推荐(0) 编辑