腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
腾讯云架构师技术同盟
文章/答案/技术大牛
搜索
搜索
关闭
发布
首页
学习
活动
专区
工具
TVP
腾讯云架构师技术同盟
返回腾讯云官网
alanzeng423
专栏成员
举报
24
文章
2306
阅读量
16
订阅数
订阅专栏
申请加入专栏
全部文章(24)
网站(10)
博客(7)
配置(6)
协议(6)
服务器(4)
ssh(3)
模型(3)
数据(3)
add(2)
build(2)
connect(2)
jekyll(2)
model(2)
管理(2)
函数(2)
算法(2)
python(1)
git(1)
github(1)
linux(1)
ubuntu(1)
apache(1)
nginx(1)
存储(1)
npm(1)
hexo(1)
迁移(1)
apache2(1)
aws(1)
comments(1)
configuration(1)
configure(1)
email(1)
error(1)
glm(1)
google(1)
input(1)
instance(1)
int(1)
key(1)
latex(1)
list(1)
localhost(1)
mac(1)
nvm(1)
path(1)
position(1)
root(1)
rss(1)
script(1)
send(1)
server(1)
size(1)
token(1)
virtual(1)
编程(1)
编码(1)
编译(1)
反向代理(1)
服务(1)
服务端(1)
工具(1)
加密(1)
脚本(1)
客户端(1)
链表(1)
流量(1)
排序(1)
权限(1)
数组(1)
搜索(1)
索引(1)
系统(1)
性能(1)
虚拟主机(1)
优化(1)
终端(1)
MacOS(1)
搜索文章
搜索
搜索
关闭
Send Email by Python
server
加密
python
email
send
版权说明:本博客所有文章除特别声明外,均采用BY-NC-SA 4.0许可协议。获得许可后,要求转载时注明文章出处和网站链接,谢谢!
alanzeng
2025-01-14
77
0
Learning "Build a Large Language Model (From Scratch)"
token
编码
模型
build
model
学习《Build a Large Language Model (From Scratch)》一书
alanzeng
2025-01-14
171
0
NVM 使用指南
终端
网站
nvm
工具
脚本
NVM(Node Version Manager)是一个 Node.js 版本管理工具,可以让你在同一台服务器上安装和切换不同版本的 Node.js。本文将介绍如何安装和使用 NVM。
alanzeng
2025-01-14
196
0
Use ssh to connect to AWS EC2 instance
aws
connect
instance
key
ssh
Use the following command to connect to your instance.
alanzeng
2025-01-14
58
0
CG-Assignment2
编程
函数
模型
算法
索引
本次作业在第一次作业的基础上,增加一个bezier曲面,并对场景添加光照和纹理效果。具体要求如下:
alanzeng
2025-01-14
50
0
CG-Assignment1
函数
模型
数据
算法
glm
Assimp能够导入很多种不同的模型文件格式,它会将所有的模型数据加载至Assimp的通用数据结构中。当Assimp加载完模型之后,就能够从Assimp的数据结构中提取所需的所有数据。
alanzeng
2025-01-14
38
0
如何将 Font Awesome 从 v4 迁移到 v5 并优化图标加载
优化
网站
迁移
服务器
性能
在这篇博客中,我将讨论如何将 Font Awesome 从 v4 迁移到 v5,并选择合适的方式加载图标库,帮助你优化图标加载性能。
alanzeng
2025-01-14
122
0
Use ssh to connect to Google Virtual Machine
ssh
connect
google
virtual
服务器
谷歌云服务器默认登录方式是browser ssh,但是有时候我们需要第三方客户端使用ssh连接服务器。 本文介绍如何使用ssh连接Google Cloud平台的虚拟机(云服务器)
alanzeng
2025-01-14
66
0
Learning "Build a Large Language Model (From Scratch)" Chapter 02
数据
存储
build
input
model
学习《Build a Large Language Model (From Scratch)》一书第二章
alanzeng
2025-01-14
106
0
为 Hexo 项目添加 RSS 订阅链接
hexo
rss
博客
配置
协议
rss是一种简易的信息发布方式,通过RSS订阅可以及时获取博客的更新信息。本文将介绍如何为 Hexo 项目添加 RSS 订阅链接。
alanzeng
2025-01-14
51
0
Common Docker Operations and Commands
博客
协议
网站
localhost
root
原始链接: https://alanzeng.com/blogs/31196/
alanzeng
2025-01-14
58
0
使用SSH密钥在Git服务器上免密码提交代码
配置
git
ssh
服务器
管理
在使用Git进行版本控制时,每次提交代码时都要求输入用户名和密码,这对于频繁提交的开发者来说会显得十分繁琐。通过配置SSH密钥,可以实现免密码提交代码,既提升了工作效率,也增强了安全性。本文将介绍如何在Git服务器上使用SSH密钥进行身份验证,替代每次输入账户密码的方式。
alanzeng
2025-01-14
93
0
Add Dark Mode to Your Website
script
博客
协议
网站
add
Add dark mode to your website using DarkReader. This is a simple way to add dark mode to your website.
alanzeng
2025-01-14
51
0
Basic Algorithms
链表
排序
数据
数组
int
Basic Algorithm Problem Solving Record (Include ACWing Course Notes)
alanzeng
2025-01-14
62
0
Add comments in blog posts on GitHub Pages websites
博客
github
网站
add
comments
Visit Utterances main page & installation info.: https://utteranc.es/
alanzeng
2025-01-14
82
0
Configure Latex on MacOS
latex
编译
搜索
MacOS
configure
在VSCode中,打开设置,搜索”latex-workshop.latex.recipes”,将 “args” 部分的内容修改为如下:
alanzeng
2025-01-14
78
0
Install Node.js & npm on Ubuntu
npm
博客
配置
系统
ubuntu
Node.js 是一个开源的JavaScript运行环境,常用于构建服务器端应用。npm 是Node.js的包管理工具,用于安装和管理JavaScript包。在Ubuntu系统上,安装Node.js和npm可以通过以下几个步骤来完成。
alanzeng
2025-01-14
149
0
Deploy frp on mac and linux
mac
服务
服务端
客户端
linux
在 Mac 和 Linux 上部署 frp, 来实现内网穿透, 使得外网可以访问内网的服务, 例如家里的 NAS, 服务器等等.
alanzeng
2025-01-14
93
0
GRE Issue Template
网站
list
position
博客
协议
版权说明:本博客所有文章除特别声明外,均采用BY-NC-SA 4.0许可协议 。获得许可后,要求转载时注明文章出处和网站链接,谢谢!
alanzeng
2025-01-14
67
0
Jekyll 网站添加访问量统计分析
协议
网站
jekyll
管理
流量
谷歌分析是谷歌提供的免费网络分析服务,用于跟踪和报告网站流量。将谷歌分析添加到 Jekyll 网站十分简单。登录 谷歌分析 并新建一个媒体资源,以获取网站的跟踪 ID。可在管理 > 媒体资源 > 跟踪信息 > 跟踪代码下找到跟踪 ID。
alanzeng
2025-01-14
40
0
点击加载更多
社区活动
Python精品学习库
代码在线跑,知识轻松学
立即查看
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
立即体验
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品 最新动态
立即查看
领券
问题归档
专栏文章
快讯文章归档
关键词归档
开发者手册归档
开发者手册 Section 归档