Giter Site home page Giter Site logo

我的技术博客 👋

https://xiazemin.github.io/MyBlog/index.html

最近的轮子项目

vscode 插件

https://github.com/xiazemin/golangCodeHelper 支持右键从json文件生成golang结构体,从curl生成golang http请求代码

golang:

自动生成带gomock的table driving test 代码工具

源码:https://github.com/xiazemin/autotest 实例:https://github.com/xiazemin/tabel_drving_test_learn 安装:go get -u github.com/xiazemin/autotest/gotests 自动生成带gomock的代码

上传代码,生成导出函数的树形逻辑分支,支持动态编辑

https://github.com/xiazemin/jstree-go 逻辑分支可视化(https://github.com/xiazemin/jstree-go/blob/main/static/1677917465883.jpg)

支持in 和values 语法的 sqlc

sqlc that support in syntax

-- name: GetAuthorsInCompany :many
SELECT * FROM authors where company_id in ( select id from company where id in (?) and name in (?) );

支持不定长values语法

/* name: BatchCreateAuthor :execresult */
INSERT INTO authors (
  id,name,bio,company_id
) VALUES (
  ?,?, ?,1 
),(
  ?,?, ?,1 
);

源码:https://github.com/xiazemin/sqlc 实例:https://github.com/xiazemin/sqlc_study 安装:go get -u github.com/xiazemin/sqlc

可视化golang语法树

https://github.com/xiazemin/ast_graph

可视化语法树

nacos sidecar服务自动注册

https://github.com/xiazemin/registrator-nacos

nacos sidecar服务自动注册

docker run -d \
    --name=registrator-nacos \
    --net=host \
    --volume=/var/run/docker.sock:/tmp/docker.sock \
    xiazemin/registrator-nacos:v0.0.1 \
      nacos://127.0.0.1
docker run  -p5678:5678 yourservice:yourport

json转golang结构体

https://github.com/xiazemin/jsonToAll

proto 生成xmind文件

https://github.com/xiazemin/proto2xmind

安装: go install github.com/xiazemin/proto2xmind 使用: proto2xmind gen -s ./example/sub.proto -s ./example/request.proto -d ./example/example.xmind

example.xmind

json格式生成xmind文件

给定父子结构关系json,生成对应的xmind文件 https://github.com/xiazemin/xmind-go

mysql压测工具:

https://github.com/xiazemin/mysqlslap-go

php扩展:

排查超时函数

https://github.com/xiazemin/slowLog

实现扩展类

https://github.com/xiazemin/php_ext_class

php代码工具

查找import指定目录以外的包

php项目改造的时候,快速查找非指定目录内部的namespace,快速排错 https://github.com/xiazemin/php_imports

可视化php调用链路

https://github.com/xiazemin/PhpParserEngine 可视化调用链路

nginx模块开发

https://github.com/xiazemin/nginx_mod

我的公众号

关注我

xiazemin's Projects

4.4bsd-lite2 icon 4.4bsd-lite2

4.4BSD Lite Release 2: last Unix operating system from Berkeley

aglio icon aglio

An API Blueprint renderer with theme support that outputs static HTML

ajax-edit-comments icon ajax-edit-comments

Ajax Edit Comments. Allow users to edit comments for a limited time, while admins can edit all comments.

algernon icon algernon

Web server with built-in support for Lua, Markdown, templates and HTTP/2

algorithm-pattern icon algorithm-pattern

算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~

androidhttpcapture icon androidhttpcapture

AndroidHttpCapture网络诊断工具 是一款Android手机抓包软件 主要功能包括:手机端抓包、PING/DNS/TraceRoute诊断、抓包HAR数据上传分享。你也可以看成是Android版的"Fiddler" \(^o^)/~

antlr4 icon antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

apidoc icon apidoc

RESTful API 文档生成工具,支持 Go、Java、Swift、Javascript、Rust、Python 和 Ruby 等大部分语言。

apollo icon apollo

An open autonomous driving platform

apollo-1 icon apollo-1

自动驾驶Apollo源码注释.(annotated Apollo 1.0 source code)

apollo-11 icon apollo-11

Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.

apollo-2 icon apollo-2

Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。

appdocs icon appdocs

Application Performance Optimization Summary

archaius icon archaius

Library for configuration management API

architecture.of.internet-product icon architecture.of.internet-product

互联网公司技术架构,微信/淘宝/腾讯/阿里/美团点评/百度/微博/Google/Facebook/Amazon/eBay的架构,欢迎PR补充

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.