上一页 1 2 3 4 5 6 ··· 23 下一页
摘要: https://developer.aliyun.com/article/701199 ubuntu安装(注意版本号6.0) wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash ins 阅读全文
posted @ 2024-02-29 14:51 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑
摘要: "use client"; import { useAuth } from "@/hooks/useAuth"; import Link from "next/link"; import { Button, message, Upload } from 'antd'; import { Upload 阅读全文
posted @ 2024-01-26 16:48 漫漫长路</> 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.makeuseof.com/token-authentication-nextjs-using-jwt/ 原文 阅读全文
posted @ 2024-01-26 12:41 漫漫长路</> 阅读(23) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react'; import { Map, Marker, NavigationControl, InfoWindow, MapApiLoaderHOC, ZoomControl } from 'react-bmapgl'; cla 阅读全文
posted @ 2024-01-24 09:29 漫漫长路</> 阅读(55) 评论(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 漫漫长路</> 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 链接:https://mp.weixin.qq.com/s/IiP5vwuA-w3JgK26LJ4CkA 阅读全文
posted @ 2024-01-16 10:10 漫漫长路</> 阅读(5) 评论(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 漫漫长路</> 阅读(276) 评论(0) 推荐(0) 编辑
摘要: cd :更改工作目录 ls :查看文件列表 pwd:打印工作目录 cp:复制 mv:移动文件夹或重命名 cat: less:大量文件需要处理 grep: echo touch mkdir chown chmod rm man+help 指令+ --help非常有帮助 阅读全文
posted @ 2023-11-25 02:22 漫漫长路</> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ❶ 双引号:搜索精确字串匹配。示例:"精确字串匹配"❷ 减号:去除带有某些匹配的搜索结果。示例:海豚 -海豚湾❸ 波浪号:模糊搜索。示例:音乐 ~网课❹ 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 漫漫长路</> 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 23 下一页