博客文章

659 篇文章

DA
DealiAxy

C语言准备知识:typedef-和-typedef-struct

typedef typedef existing new; typedef 的功能是建立新的数据类型名,比如: typedef int Length; // 数据类型 typedef char *String; // 字符指针 typedef struct tnode *Treeptr; // 指针 typedef int (*PFI) (char *, char *); // 指向函

数据结构
AI
前端
+4
06-17
2022-06-17
4329
数据结构
DA
DealiAxy

Coolify: Vercel 的开源版私有化部署平替版

又一个Vercel平替,开源自托管PaaS。自动构建部署是像模像样,但界面简陋得让人想翻白眼。网络要求还挑剔,国内服务器就别凑热闹了。

DevOps
AI
前端
+4
02-05
2026-02-05
8018
DevOps
DA
DealiAxy

Config-Software-mirrors-source-for-OpenSuSE-42-3

I just wrote a shell file to finish it. # Disable the system source sudo zypper mr -da # Add aliyun mirrors sudo zypper addrepo -f http://mirrors.aliyun.com/opensuse/update/leap/42.3/non-oss/ openSUS

Linux
AI
前端
+4
12-18
2022-06-17
3040
Linux
DA
DealiAxy

Chrome浏览器单独删除已保存的地址

步骤 在地址栏中输入地址,按方向键选择需要删除的地址, Windows/Linux Shift + Delete 删除。

杂七杂八
AI
前端
+4
12-18
2021-12-18
8140
杂七杂八
DA
DealiAxy

ChatGLM-6B本地部署

下载项目代码 git clone https://github.com/THUDM/ChatGLM-6B.git 创建虚拟环境,建议使用 conda 管理 conda create -n chatglm python==3.8 安装依赖 conda activate chatglm pip install -r requirements.txt conda install cudatoolkit=

LLM
AI
前端
+4
04-23
2026-05-09
1332
LLM
DA
DealiAxy

CentOS6安装Nginx,Linux编译安装Nginx

前言 最近笔者把一个django项目部署到一个新的服务器上,而这个服务器给的是CentOS6版本的系统,官方源很旧,yum管理器被运维搞坏了,没办法加载epel源,所以想要用nginx就只能自己编译安装咯~ 下载nginx代码 首先到Nginx的官网下载安装文件。 链接:http://nginx.org/ 我用的版本是:nginx-1.12.1.tar.gz 安装编译所需环境 安装gcc 安装 n

Linux
AI
前端
+4
12-18
2022-06-17
4985
Linux
96 页,共 110
每页: