上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: ❶ 双引号:搜索精确字串匹配。示例:"精确字串匹配"❷ 减号:去除带有某些匹配的搜索结果。示例:海豚 -海豚湾❸ 波浪号:模糊搜索。示例:音乐 ~网课❹ site关键词:搜索特定网站内的结果。示例:音乐 site:tumblr.com (http://tumblr.com/)❺ 竖号:搜索匹配A或匹 阅读全文
posted @ 2023-11-17 02:19 漫漫长路</> 阅读(6) 评论(0) 推荐(0) 编辑
摘要: vscode 下载 https://code.visualstudio.com/ 插件官网 https://marketplace.visualstudio.com/VSCode vscode 的 settings.json文件配置ESlint { "editor.formatOnSave": tr 阅读全文
posted @ 2023-11-16 09:38 漫漫长路</> 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 仓库地址学习:https://github.com/claudiodietrich-zz/nodejs-the-complete-guide 视频:https://www.bilibili.com/video/BV14F41137Rh/?spm_id_from=333.999.0.0&vd_sour 阅读全文
posted @ 2023-11-15 19:18 漫漫长路</> 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 文章来源:https://zhuanlan.zhihu.com/p/485010145 git 对于大家应该都不太陌生,熟练使用git已经成为程序员的一项基本技能,尽管在工作中有诸如 Sourcetree这样牛X的客户端工具,使得合并代码变的很方便。但找工作面试和一些需彰显个人实力的场景,仍然需要我 阅读全文
posted @ 2023-11-15 10:50 漫漫长路</> 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 要将 Git 项目恢复到 3 个月前的状态,并将最新内容强制推送到 GitHub 项目上,可以按照以下步骤进行操作: 首先,获取项目的提交历史。使用以下命令查看所有的提交记录: bashCopy Code git log 复制你想要恢复到的目标提交的 commit hash(提交哈希值)。 切换到一 阅读全文
posted @ 2023-11-15 10:37 漫漫长路</> 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 文章来源:https://www.xiaoheiwoo.com/video-players-double-subtitle-setting/ 疯狂的小黑 • 2022年9月19日 上午1:27 • 软件/工具 • 阅读 10557 在口袋资源网下载过视频教程的同学都知道,我们的课程都是配中文字幕的。 阅读全文
posted @ 2023-11-14 17:27 漫漫长路</> 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 文章 https://dev.to/petereysermans/hosting-a-node-js-application-on-windows-with-iis-as-reverse-proxy-397b 下载的插件 https://www.iis.net/downloads/microsoft 阅读全文
posted @ 2023-11-07 11:37 漫漫长路</> 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 类似vue的数据绑定啊,循环啊啥的 https://github.com/john-smilga/react-basics-2020 笔记懒得做了 看这个仓库的src里面的文件内容 https://www.bilibili.com/video/BV1c44y1u7Rc/?spm_id_from=33 阅读全文
posted @ 2023-10-31 15:06 漫漫长路</> 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV15S4y1N7Mu?p=13&vd_source=f47173c6ece362dfbe9a439ae6addcce es5的转到es6的改变 es5 es6 ******* 阅读全文
posted @ 2023-10-29 13:13 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 第一个例子 第二个例子 我们只要关心代码里面的async 和 await就行了 //api import sysConfig from '@/api/systemManagement/config' async getSysConfigInfo(id:number|string){ const co 阅读全文
posted @ 2023-10-28 10:41 漫漫长路</> 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页