上一页 1 2 3 4 5 6 7 ··· 24 下一页
摘要: 原文 https://www.makeuseof.com/token-authentication-nextjs-using-jwt/ 原文 阅读全文
posted @ 2024-01-26 12:41 漫漫长路</> 阅读(57) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react'; import { Map, Marker, NavigationControl, InfoWindow, MapApiLoaderHOC, ZoomControl } from 'react-bmapgl'; cla 阅读全文
posted @ 2024-01-24 09:28 漫漫长路</> 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/hechunfeng/p/17958183 第一步 npm install @prisma/client 第二步 npx prisma init 生成了文件 第三步,修改文件内容 第四步 第五步 测试一下,执行 npx prisma db pul 阅读全文
posted @ 2024-01-16 16:56 漫漫长路</> 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 链接:https://mp.weixin.qq.com/s/IiP5vwuA-w3JgK26LJ4CkA 阅读全文
posted @ 2024-01-16 10:10 漫漫长路</> 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 第一步 npm install mysql2 第二步新建一个db.js db.js import mysql from "mysql2/promise"; export async function query({ query, values = [] }) { const dbconnection 阅读全文
posted @ 2024-01-11 11:26 漫漫长路</> 阅读(585) 评论(0) 推荐(0) 编辑
摘要: cd :更改工作目录 ls :查看文件列表 pwd:打印工作目录 cp:复制 mv:移动文件夹或重命名 cat: less:大量文件需要处理 grep: echo touch mkdir chown chmod rm man+help 指令+ --help非常有帮助 阅读全文
posted @ 2023-11-25 02:21 漫漫长路</> 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ❶ 双引号:搜索精确字串匹配。示例:"精确字串匹配"❷ 减号:去除带有某些匹配的搜索结果。示例:海豚 -海豚湾❸ 波浪号:模糊搜索。示例:音乐 ~网课❹ site关键词:搜索特定网站内的结果。示例:音乐 site:tumblr.com (http://tumblr.com/)❺ 竖号:搜索匹配A或匹 阅读全文
posted @ 2023-11-17 02:18 漫漫长路</> 阅读(7) 评论(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 漫漫长路</> 阅读(18) 评论(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 漫漫长路</> 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 文章来源:https://zhuanlan.zhihu.com/p/485010145 git 对于大家应该都不太陌生,熟练使用git已经成为程序员的一项基本技能,尽管在工作中有诸如 Sourcetree这样牛X的客户端工具,使得合并代码变的很方便。但找工作面试和一些需彰显个人实力的场景,仍然需要我 阅读全文
posted @ 2023-11-15 10:50 漫漫长路</> 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 24 下一页