看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
Total Pageviews
Friday, 17 July 2026
基于nodejs的QR_Code-Generator(给任意网址,生成二维码)
git clone https://github.com/abhaythakur71181/QR_Code-Generator
cd QR_Code-Generator
npm install
node index.js
(提示输入一个网址)
然后就会生成一个二维码图片。当前目录下,会生成ur_qr.png文件。
from https://github.com/abhaythakur71181/QR_Code-Generator
(https://github.com/brightmann/QR_Code-Generator)
搭建基于nextjs的静态博客程序apb
首先fork此项目https://github.com/abhaythakur71181/personal-blog,我fork后,得到的项目地址是https://github.com/brightmann/apb,
访问https://github.com/brightmann/apb/tree/main/src/post,在此处新建源帖(即add file),我新建了源帖fh.md,内容为:
---
date: '14/06/2026'
title: 战马
image: https://miro.medium.com/v2/resize:fit:828/format:webp/1*OohqW5DGh9CQS4hLY5FXzA.png
description: 这是一篇文章
---
此处写正文或html codes.
( 详见https://github.com/brightmann/apb/blob/main/src/post/fh.md?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/apb
Build Command栏填入npm run build
Install Command栏填入npm install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://apb-nine.vercel.app/
项目地址:
https://github.com/abhaythakur71181/personal-blog
https://github.com/brightmann/apb
演示博客:
https://apb-nine.vercel.app/
https://apb-nine.vercel.app/blog ,帖子按帖子的slug的首字母的顺序从下到上排列:
https://apb-nine.vercel.app/blog/ur-advice
https://apb-nine.vercel.app/blog/test
https://apb-nine.vercel.app/blog/fh
https://apb-nine.vercel.app/blog/ce
https://apb-nine.vercel.app/blog/fh 能显示视频。
我是第一次遇到帖子按帖子的slug的首字母的顺序从下到上排列的例子。以前遇到的情形如果是按字母顺序排列的话,都是从上到下排列。