Skip to content

Instantly share code, notes, and snippets.

@suntong
suntong / gitee-vue.md
Last active November 13, 2025 07:41
Gitee Vue Projects

Gitee Vue Projects

Retrieved and archieved at 2025-11-12.

Vue (163 Repositories)

55.03 | gvp 极客学长/geekai | 3149 | 1386 | 2025-11-11
GeekAI 是基于 AI 大语言模型 API 实现的 AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 OpenAI, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。采用 Go + Vue3 + element-plus 实现。

32.91 | gvp goploy/goploy | 809 | 223 | 2025-06-06
goploy自动化部署系统,发布代码和服务器管理工具,配置简单、功能完善、界面流畅、开箱即用!支持git版本管理,支持各种web代码发布,PHP,Python,JAVA等代码的发布、回滚,可以通过web来一键完成。

Gitee 微信 related repos

Retrieved and archieved at 2025-11-11.

微信/微信小程序/小游戏

3.175 | java110/HC小区业主版 | — | 1.5K | 27天前
hc智慧家园小程序 是 HC小区开源项目的一个分支项目,主要给业主使用,其中包括缴物业费,缴停车费,投诉建议,家庭成员维护,房屋保修 房屋出租,公告查看,小区圈等功能。为了更好的把环境成功拉起来特创建群:770542020演示环境 http://demo.homecommunity.cn/

2.555 | PhoenixHai/小程序爱乐查 | — | 360 | 1个月前

Gitee go repos

Retrieved and archieved at 2025-11-11.

Go + AI-人工智能

17.4417 | 极客学长/geekai | GVP | 3.1K | 15天前
GeekAI 是基于 AI 大语言模型 API 实现的 AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 OpenAI, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。采用 Go + Vue3 + element-plus 实现。

1.1369 | iqiar/QiarAI | | 441 | 2年多前
国内首个AI反电销骚扰,智能秘书开源项目,采用Golang语言+前端Vue开发,自带新手向导,开箱即用。

@suntong
suntong / github-go+vue-ranked.json
Last active October 24, 2025 09:20
Github go+vue repos
[
{
"name": "gshark",
"full_name": "madneal/gshark",
"description": "Scan for sensitive information easily and effectively.",
"url": "https://github.com/madneal/gshark",
"stars": 1000,
"forks": 154,
"language": "Go",
"created_at": "2018-03-09T14:16:55Z",

GitCode 前后分离快速开发平台 Go语言项目分析报告

概述

本报告基于GitCode平台搜索"前后分离+快速开发+平台"关键词,筛选Go语言项目的分析结果。共发现379个相关项目,本次分析了首页的10个代表性项目。

基本统计信息 • 总项目数量: 379个项目 • 分析项目数: 10个代表性项目

【三心并站庄】

三心并站庄是解带功动功外混元功阶段以意引气(意念外混和大自然融为一体)练气混元的阶段以形引气(神导己身的“形合”,不外散)的过渡阶段。

一、姿势要求

  1. 两足平铺,离身中正。两手自然下垂,目视前方天地交接处,两眼轻贴眉间,目关则闭,口微闭,自然呼吸(鼻吸鼻呼),意念中盖与顶脑连通大穴(百会前分、外开一寸五分)相连。

  2. 气机:两足是跟不动,两足尖外撇成30°角,再以两足尖为重心,两足跟外移80°,两足呈后八字”字形。此动作后,气机贯至两腿外侧稍屈膝中,由于足内扣,足三阴经自根部动,就能加强经脉之阴升阳降的功效,此动作称踩气。

VETtrak Client Table

https://support.vettrak.com.au/DataInsightsHelp/#table1

VETtrak Client Table Field Mapping, by Gemini

Personal & Identification Details

SQL Field SQL Field Type Human Readable Name Description Notes
CLIE_CODE VARCHAR (10) NOT NULL Code Unique VETtrak code of the client. Direct match. CLIE is the standard prefix for the Client table.

VETtrak Client enrolment Table

https://support.vettrak.com.au/DataInsightsHelp/#table11

==== In Brief ====

Below is a compact .md mapping of the VETtrak “Client enrolment” human-readable fields to columns in dbo.ENROLMENT. Types are abbreviated (INT, DT, SDT, DEC, VC).

Core/enrolment

T-SQL Stored Procedures & UDFs: A Comprehensive Quick Reference

This document provides a complete reference for Microsoft SQL Server's Transact-SQL (T-SQL) Stored Procedures and User-Defined Functions (UDFs).


1. Core Concepts: Stored Procedures vs. User-Defined Functions (UDFs)

Both are pre-compiled sets of T-SQL statements stored in the database. They promote code reuse, security, and performance. However, they serve different purposes.

@suntong
suntong / MySQL Stored Procedures & User Defined Functions Quick Reference.md
Created July 24, 2025 22:07
MySQL Stored Procedures & User Defined Functions Quick Reference

1. MySQL Stored Procedures & User Defined Functions Quick Reference, by Gpt

1. Stored Procedures

Create Procedure

DELIMITER $$