摘要: 将大佬的博客整理成相关目录。查找方便 go语言安装及介绍 go语言环境搭建 go语言基础之变量和常量 go语言基础之基本数据类型 go语言基础之运算符 go语言基础之流程控制 Go语言fmt.Printf使用指南 Go语言基础之数组 Go语言基础之切片 Go语言基础之map Go语言基础之函数 Go 阅读全文
posted @ 2023-02-03 11:55 一石数字欠我15w!!! 阅读(122) 评论(0) 推荐(1) 编辑
摘要: 九月份开始,半年内搞定运维,博客会慢慢的更新,vim编辑器,Nginx配置文件优化,Linux命名 运维基础 运维基础-Linux发展史、安装、基本操作 运维基础-用户和组管理 运维基础-文件权限管理 运维基础-进程管理 运维基础-IO 管道 运维基础-查找压缩 系统管理 系统管理-网络管理 系统管 阅读全文
posted @ 2018-08-21 10:02 一石数字欠我15w!!! 阅读(2025) 评论(2) 推荐(1) 编辑
摘要: 查询目录 一,硬件 十一,数据库 二,Linux基础 十二,前端 三,python基础 十三,Django 四,python文件处理 十四,flask 五,函数 十五,版本控制-Git 六,模块和包 十六,缓存 七,面向对象 十七,爬虫 八,异常处理 十八,项目 九,网络编程 十九,源码解读 十,进 阅读全文
posted @ 2018-01-20 12:04 一石数字欠我15w!!! 阅读(6650) 评论(12) 推荐(9) 编辑
摘要: 阅读全文
posted @ 2024-11-14 10:29 一石数字欠我15w!!! 阅读(62) 评论(4) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-10-31 17:45 一石数字欠我15w!!! 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 尽快发货❗🍎一大箱纯红富士120(小箱60)。🍎一大箱三合一100(小箱50)。⛰️自家种的,昼夜温差大。味道比较甜。一箱大概15斤。纯大果。 阅读全文
posted @ 2024-10-29 09:39 一石数字欠我15w!!! 阅读(103) 评论(1) 推荐(2) 编辑
摘要: 蹭流量系列!!! 阅读全文
posted @ 2024-10-18 15:08 一石数字欠我15w!!! 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-10-08 16:42 一石数字欠我15w!!! 阅读(78) 评论(9) 推荐(0) 编辑
摘要: 安装 先决条件 确保已安装 Python 3.8+。 通过 pip 安装 使用 pip 安装 GraphRag-API: pip install graphrag_api 从源码安装 克隆源码库: git clone https://github.com/nightzjp/graphrag_api 阅读全文
posted @ 2024-08-07 14:06 一石数字欠我15w!!! 阅读(137) 评论(0) 推荐(0) 编辑
摘要: """ 参考:https://microsoft.github.io/graphrag/posts/get_started/ 1. 初始化家目录:python -m graphrag.index --init --root ./ragtest 2. 初始化索引:python -m graphrag. 阅读全文
posted @ 2024-07-30 16:43 一石数字欠我15w!!! 阅读(51) 评论(0) 推荐(0) 编辑
摘要: import os.path import cv2 import requests import numpy as np from ultralytics.utils import yaml_load from ultralytics.utils.checks import check_yaml c 阅读全文
posted @ 2024-07-09 10:13 一石数字欠我15w!!! 阅读(82) 评论(0) 推荐(1) 编辑
摘要: async def text_audio(text, audio_name): tts = edge_tts.Communicate( text=text, voice="zh-CN-XiaoxiaoNeural") await tts.save(audio_name) audio_name = " 阅读全文
posted @ 2024-06-13 11:32 一石数字欠我15w!!! 阅读(21) 评论(0) 推荐(0) 编辑
摘要: """ 多圈电机转动模式1 """ def decimal_to_hex_bytes(decimal_number, byte_size): # 检查字节大小参数的有效性 valid_sizes = {"int8": 1, "int16": 2, "int32": 4, "int64": 8} if 阅读全文
posted @ 2024-05-25 11:45 一石数字欠我15w!!! 阅读(53) 评论(0) 推荐(0) 编辑
摘要: import threading from datetime import datetime from peewee import Model, PostgresqlDatabase, AutoField, DateTimeField from playhouse.shortcuts import 阅读全文
posted @ 2024-01-08 09:53 一石数字欠我15w!!! 阅读(13) 评论(0) 推荐(0) 编辑
摘要: import asyncio import aioredis from config.env_config import REDIS_URL class RedisClient: def __init__(self, url, decode_responses=True, max_connectio 阅读全文
posted @ 2023-12-25 19:48 一石数字欠我15w!!! 阅读(8) 评论(0) 推荐(0) 编辑
摘要: package main import "fmt" const ( defaultName string = "张建平" defaultAge int = 27 defaultHigh int = 175 ) type User struct { Name string Age int High i 阅读全文
posted @ 2023-06-29 22:58 一石数字欠我15w!!! 阅读(7) 评论(0) 推荐(0) 编辑
摘要: version: "3" services: halo: image: halohub/halo:2.6 container_name: halo restart: on-failure:3 depends_on: halodb: condition: service_healthy network 阅读全文
posted @ 2023-06-08 18:14 一石数字欠我15w!!! 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 目前就想到了这两种 drf框架返回接口数据的时候返回count接口数据随着数据的增多查询缓慢! 1. 不返回总数据,前端采用下拉刷新方式获取 2. 主键采用int类型,每次返回最后一条数据id数即为总数(first().id - last().id + 1) from collections imp 阅读全文
posted @ 2023-05-29 17:37 一石数字欠我15w!!! 阅读(73) 评论(2) 推荐(0) 编辑